Re: gdb crashes when debugging setup.exe

2009-03-16 Thread ludo
Dave Korn a écrit : [...] Is maybe one of you using gcc-3 with stabs debug and the other using gcc-4 with dwarf-2 debug? I also forgot to ask, 1.5 or 1.7? I use gcc 3 and gdb 6.8.0 it is the version 1.5 of setup (and I compile it with the gcc 3.4.4) $ gcc --version gcc (GCC) 3.4.4

Re: gdb crashes when debugging setup.exe

2009-03-13 Thread Dave Korn
Dave Korn wrote: > Christopher Faylor wrote: >> On Fri, Mar 13, 2009 at 09:59:44AM +0100, ludo wrote: >>> /netrel/src/gdb-6.8-2/gdb/breakpoint.c:5082: internal-error: >>> expand_line_sal_maybe: Assertion `found' failed. >>> A problem internal to GDB has been detected, >>> further debugging may pr

Re: gdb crashes when debugging setup.exe

2009-03-13 Thread Dave Korn
Christopher Faylor wrote: > On Fri, Mar 13, 2009 at 09:59:44AM +0100, ludo wrote: >> $ gdb ./setup.exe >> (gdb) start >> /netrel/src/gdb-6.8-2/gdb/breakpoint.c:5082: internal-error: >> expand_line_sal_maybe: Assertion `found' failed. >> A problem internal to GDB has been detected, >> further deb

Re: gdb crashes when debugging setup.exe

2009-03-13 Thread Christopher Faylor
On Fri, Mar 13, 2009 at 09:59:44AM +0100, ludo wrote: > Hi, > > I try to debug setup.exe but gdb crashes when I "start" the program > > * I get source of setup from CVS (sources.redhat.com:/cvs/cygwin-apps) and > I build it with >./doconfigure && make && make install > > * I try to start a deb

gdb crashes when debugging setup.exe

2009-03-13 Thread ludo
Hi, I try to debug setup.exe but gdb crashes when I "start" the program * I get source of setup from CVS (sources.redhat.com:/cvs/cygwin-apps) and I build it with ./doconfigure && make && make install * I try to start a debugging session : $ gdb ./setup.exe GNU gdb 6.8.0.20080328-cvs (cyg