This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Multithreaded Apps on Linux



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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]