Re: Segfault in Cactid

2005-09-01 Thread Brian Dessent
Larry Adams wrote: > So my questions are: How do I trace the memory location above to a known > system > call using gdb? When, I attach to my hung process, what should I be doing to > determine the calling/offending function. Build a cygwin1.dll with debug symbols and then use addr2line. Or us

libgcrypt md5sum mismatch and setup

2005-09-01 Thread Luke Kendall
When checking the md5 integrity of an rsync copy of a cygwin mirror, should I specifically *not* check the integrity of the setup.hint files? A month or two ago we noticed that libgcrypt's md5.sum file did not check out against the actual setup.hint file. This is now true of a few mirror sites w

Segfault in Cactid

2005-09-01 Thread Larry Adams
Hello, I have been working on an enhancement to the Cacti Groups snmp poller called Cactid and have been experiencing null pointer access violations in a system call with 1.5.18.1 that I am at my wit's end to trace down. Here is the message that I get: "Application popup: cactid.exe - Applica

Re: xmkmf resuling in bad search path for std includes?

2005-09-01 Thread Larry Hall
At 05:53 PM 9/1/2005, you wrote: >On Wed, 31 Aug 2005, Larry Hall wrote: > > >I have uninstalled GPC package and removed the >/usr/lib/gcc-lib/i686-pc-cygwin/3.3.3/ directory so that now there is not >any reference to 3.3.3 version of GCC (not in the registry not on the >disk). > >After this I ha

Re: BUG report: destructor exception vector; DLL 1.5.18

2005-09-01 Thread Brian Dessent
Andreas wrote: > I compiled the same file on a LINUX system, it runs there without a problem. That is a very poor way to assume that your code is correct. When you make coding errors that trash memory, any one of a number of things can happen and the outcome completely depends on the compiler, t

Re: xmkmf resuling in bad search path for std includes?

2005-09-01 Thread Angelo Graziosi
On Wed, 31 Aug 2005, Larry Hall wrote: > At 06:35 PM 8/30/2005, you wrote: > > >According to Larry Hall on 8/30/2005: > > > >> According to Thomas Chadwick on 8/30/2005: > > > > >>> As I see it, either xmkmf is setting up the wrong search path, or > >>> something is wrong with my gcc install

BUG report: destructor exception vector; DLL 1.5.18

2005-09-01 Thread Andreas
Hello, I found a bug in the Cygwin environment that blocks me. I condensed the problem into one C++ file: all.cc I compiles OK, but crashes, when executed. I compiled the same file on a LINUX system, it runs there without a problem. To me it seems that the deallocation in the destructor fails, w

RE: Two problems that i _can_ reproduce.

2005-09-01 Thread Dave Korn
Original Message >From: Brian Dessent >Sent: 01 September 2005 19:29 > Dave Korn wrote: > >> Anyone else seeing this with the latest snapshot/CVS head build? > > That's odd. I've been following CVS (my current is from 2005-08-28) and > haven't seen any of that, and I use rxvt daily.

Re: Two problems that i _can_ reproduce.

2005-09-01 Thread Brian Dessent
Dave Korn wrote: > Anyone else seeing this with the latest snapshot/CVS head build? That's odd. I've been following CVS (my current is from 2005-08-28) and haven't seen any of that, and I use rxvt daily. I'll cvs up and try HEAD as of now. Brian -- Unsubscribe info: http://cygwin.com/m

Re: compile mysql sources on cygwin

2005-09-01 Thread Brian Dessent
Andrea wrote: > > There's not enough information in your message to help you. How did you > > configure? Are you doing a vpath build (outside of the source tree)? > > Mysql 5 does compile fine under Cygwin, but you may require a few small > > patches. Search the archives for details. But if yo

Two problems that i _can_ reproduce.

2005-09-01 Thread Dave Korn
1: With current CVS head, I can't run rxvt. It aborts in very early startup when it tries to read from fd 4, and ends up in fhandler_base::ready_for_read, which calls set_sig_errno(EAGAIN). Unfortunately, _my_tls->errno_addr is NULL at that point, so it gets a SEGV and bombs. 2: After firin

Re: compile mysql sources on cygwin

2005-09-01 Thread Andrea
Brian Dessent dessent.net> writes: > There's not enough information in your message to help you. How did you > configure? Are you doing a vpath build (outside of the source tree)? > Mysql 5 does compile fine under Cygwin, but you may require a few small > patches. Search the archives for de

Re: compile mysql sources on cygwin

2005-09-01 Thread Brian Dessent
Andrea wrote: > Hi, > I'm building mysql sources. > But I receive an error: > > make[2]: Entering directory `/cygdrive/c/mysqlsrc/mysql-5.0.11-beta/extra' > gcc -O3 -DDBUG_OFF comp_err.c -o comp_err > comp_err.c:26:23: my_global.h: No such file or directory > comp_err.c:27:21: m_ctype.h:

Re: compile mysql sources on cygwin

2005-09-01 Thread René Berber
Andrea wrote: > I'm building mysql sources. > But I receive an error: > > make[2]: Entering directory `/cygdrive/c/mysqlsrc/mysql-5.0.11-beta/extra' > gcc -O3 -DDBUG_OFF comp_err.c -o comp_err > comp_err.c:26:23: my_global.h: No such file or directory > comp_err.c:27:21: m_ctype.h: No suc

compile mysql sources on cygwin

2005-09-01 Thread Andrea
Hi, I'm building mysql sources. But I receive an error: make[2]: Entering directory `/cygdrive/c/mysqlsrc/mysql-5.0.11-beta/extra' gcc -O3 -DDBUG_OFF comp_err.c -o comp_err comp_err.c:26:23: my_global.h: No such file or directory comp_err.c:27:21: m_ctype.h: No such file or directory comp_

That old 'unable to remap %s to same address as parent' forking dll problem.

2005-09-01 Thread Dave Korn
It appears that even if two dlopen'ed dlls are completely abutting in memory, the fork code nonetheless goes and appends a struct dll to the end of each. This causes no trouble in the parent, since when we append the struct to the end of the first (lower base address) dll's allocation, we're

Re: STL errors building setup with gcc 3.4.4 (Attn Gerrit)

2005-09-01 Thread Brian Dessent
(CC to main list for Gerrit's sake) Brian Dessent wrote: > I filed PR 22207 with the testcase. > > Oddly, the gcc-3.4 in Debian unstable does not emit the warnings: Right. So, two months later and not a single update on the PR. It's obviously Cygwin specific and I guess nobody has reproduced

RE: handle_threadlist_exception: handle_threadlist_exception called with threadlist_ix -1

2005-09-01 Thread Dave Korn
Original Message >From: Christopher Faylor >Sent: 01 September 2005 15:44 > On Thu, Sep 01, 2005 at 03:25:17PM +0100, Dave Korn wrote: >> >> Anyone else seeing quite a lot of these with current cvs HEAD? Often >> when pressing Ctrl-C, sometimes when things exit for other >> (signal-rela

Re: handle_threadlist_exception: handle_threadlist_exception called with threadlist_ix -1

2005-09-01 Thread Christopher Faylor
On Thu, Sep 01, 2005 at 03:25:17PM +0100, Dave Korn wrote: > > Anyone else seeing quite a lot of these with current cvs HEAD? Often when >pressing Ctrl-C, sometimes when things exit for other (signal-related?) >reasons? > > I think this error indicates that a signal has been received but either

handle_threadlist_exception: handle_threadlist_exception called with threadlist_ix -1

2005-09-01 Thread Dave Korn
Anyone else seeing quite a lot of these with current cvs HEAD? Often when pressing Ctrl-C, sometimes when things exit for other (signal-related?) reasons? I think this error indicates that a signal has been received but either find_tls hasn't yet been called, or something has overwritten th

Re: Will there be a new cygwin.dll release sometime soon?

2005-09-01 Thread Christopher Faylor
On Wed, Aug 31, 2005 at 10:30:27AM -0700, Brian Dessent wrote: >William Deegan wrote: >>I was wondering if there was any plan to release sometime soon? > >http://cygwin.com/ml/cygwin/2005-08/msg01001.html Of course, that message was pretty much ignored, wasn't it? cgf -- Unsubscribe info: h

[ANNOUNCEMENT] Updated: t1lib-5.1.0-1/t1lib-x11-5.1.0-1

2005-09-01 Thread Dr. Volker Zell
Hi A new version of 't1lib-5.1.0-1/t1lib-x11-5.1.0-1' has been uploaded to a server near you. DESCRIPTION: Library for generating character- and string-glyphs from Adobe Type 1 fonts. CYGWIN NEWS: * Routine update t1lib NEWS == - Check against Multipl

[ANNOUNCEMENT] Updated: openldap-2.2.26-2/libopenldap2_2_7-2.2.26-2/openldap-devel-2.2.26-2

2005-09-01 Thread Dr. Volker Zell
Hi A new version of 'openldap/libopenldap2_2_7/openldap-devel' has been uploaded to a server near you. DESCRIPTION: Lightweight Directory Access Protocol clients, servers and libraries. CYGWIN NEWS: * Linked against libdb4.3 and openssl-0.9.8 (see also http://sou

Re: Cygwin on stand-alone computer?

2005-09-01 Thread Arturus Magi
Andrew DeFaria wrote: Larry Hall wrote: Well, this spelling error wouldn't have been caught by a spell-checker because the misspelling was (and still is! ;-) ) a valid word. So the problem here is really between my seat and the keyboard. ;-) Agreed. When somebody catches me making such a m

Re: redirecting /tmp and /var/tmp

2005-09-01 Thread Peter Halls
Very many thanks, Igor. Yes, when thinking UNIX the answer is sort of obvious - it is good to revise old knowledge! Best wishes, Peter On Aug 30 2005, Igor Pechtchanski wrote: On Tue, 30 Aug 2005, PJ Halls wrote: > Having had the Cygwin environment on several staff systems for some > time, we