From mboxrd@z Thu Jan 1 00:00:00 1970 From: Davy Durham To: gdb@sources.redhat.com Subject: Re: Multithreaded Apps on Linux Date: Wed, 29 Nov 2000 08:38:00 -0000 Message-id: <3A25315F.53DBAA43@wcom.com> References: <3A252F35.63A6F2A8@wcom.com> X-SW-Source: 2000-11/msg00273.html Oh yeah... it works fine when I run it.... (yeah you ask: "Then why is he debugging it"... I wanna see something ;) ) Davy Durham wrote: > I've tried gdb 5.0 and have now downgraded to 4.18 > > 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 > > And then I cannot continue at all.... > > What's going on here... 5.0 gives the same results..... > > Any Info, Thanks, > Davy