gdb-internal-error: sect_index_bss not initialized ?

2000-08-03 Thread François Robert
/cygwin/late st). After figuring out the new way of installing the software, getting familliar with the Unix-style directory structure, I set out to try again the compiler/debugger. When loading the debuggee, GDB is complaining with the following error message : gdb-internal-error: sect_index_bss not

Re: gdb-internal-error: sect_index_bss not initialized ?

2000-08-03 Thread François Robert
Hpps. Wrong makefile : simple.exe : simple.o gcc simple.o -o simple.exe -mwindows -mno-cygwin simple.o : simple.c gcc simple.c -o simple.o -c -g Sorry :( _ François Robert To mail me : reverse order of all characters in address

Re: gdb-internal-error: sect_index_bss not initialized ?

2000-08-03 Thread David Welch
In message <8mbt7l$f8b$[EMAIL PROTECTED]> "François Robert" <[EMAIL PROTECTED]> writes: > gdb-internal-error: sect_index_bss not initialized. > What happens if you add an uninitialized variable (one that goes in the BSS segment), e.g. /* * The simplest Windows

Re: gdb-internal-error: sect_index_bss not initialized ?

2000-08-03 Thread François Robert
David Welch a écrit dans le message ... >In message <8mbt7l$f8b$[EMAIL PROTECTED]> "François Robert" <[EMAIL PROTECTED]> writes: >> gdb-internal-error: sect_index_bss not initialized. >> >What happens if you add an uninitialized variable (one that goes

Re: gdb-internal-error: sect_index_bss not initialized ?

2000-08-03 Thread David Welch
In message <8mc3ce$lsk$[EMAIL PROTECTED]> "François Robert" <[EMAIL PROTECTED]> writes: > Program received signal SIGSEGV, Segmentation fault. > 0xbff76ede in _size_of_stack_reserve__ () > (gdb) step > Single stepping until exit from function _size_of_stack_reserve__, > which has no line number i

Re: gdb-internal-error: sect_index_bss not initialized ?

2000-08-03 Thread François Robert
David Welch a écrit dans le message ... > If the program runs correctly then it probably wasn't important. Well, I would be so bad if every single step did not go in SIGSEGV, like this : (gdb) run Starting program: /cygdrive/e/francois/thunks/simple.exe Program received signal SIGSEGV, Segment

Re: gdb-internal-error: sect_index_bss not initialized ?

2000-08-07 Thread Elena Zannoni
"François Robert" <[EMAIL PROTECTED]> writes: I just committed a patch to gdb that should fix the problem you are seeing. Please update your sources and try again. Thanks Elena Zannoni [EMAIL PROTECTED] > > David Welch a écrit dans le message ... > > If the program runs correctly then it prob