Multithreaded Apps on Linux

Frank Ch. Eigler fche@redhat.com
Wed Nov 29 08:45:00 GMT 2000


Davy Durham <david.durham@wcom.com> writes:

: [...]
: When I debug my multithreaded app which run on linux, it keeps stopping
: (with no message) and I have to "cont" to get it to continue...  Then it
: eventually give a message:
:     Program received signal SIG32, Real-time event 32.
:     0x4013017e in sigsuspend () from /lib/libc.so.6
: [...]

When debugging this program, onsider asking gdb to 
        handle SIG32 pass nostop
either in your .gdbinit or on the (gdb) command line.

- FChE


More information about the Gdb mailing list