Christopher Faylor wrote: > >> Program exited normally. > >> (gdb) > > > >Well, that's the funny thing about Cygwin's gdb. > > No, that's the funny thing about debugging in general. There's nothing > special about cygwin's gdb.
Really? I'd expect something more like this: (gdb) run Starting program: /home/jsim/k/kd209203/ab Program received signal SIGABRT, Aborted. 0x40142841 in kill () from /lib/libc.so.6 or (gdb) run Starting program: /home/staff/acm/ab Program received signal SIGABRT, Aborted. 0x4009b0a1 in kill () from /lib/libc.so.6 or (gdb) run Starting program: /home/krzysiek/ab Program received signal SIGABRT, Aborted. 0x4012c7c1 in kill () from /lib/libc.so.6 or even (gdb) run Starting program: /home/krzys/./ab Error while reading shared library symbols: Dwarf Error: Cannot handle DW_FORM_strp in DWARF reader. Error while reading shared library symbols: Dwarf Error: Cannot handle DW_FORM_strp in DWARF reader. Error while reading shared library symbols: Dwarf Error: Cannot handle DW_FORM_strp in DWARF reader. Program received signal SIGABRT, Aborted. 0x401429f1 in __kill () from /lib/libc.so.6 Krzysztof Duleba -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/