public inbox for gdb@sourceware.org
 help / color / mirror / Atom feed
* multithreaded app debugging
@ 2003-04-24 12:41 Alan Hourihane
  2003-04-24 13:54 ` Daniel Jacobowitz
  0 siblings, 1 reply; 2+ messages in thread
From: Alan Hourihane @ 2003-04-24 12:41 UTC (permalink / raw)
  To: gdb

Hi,

I'm debugging a threaded application, but somewhere within the second
thread it gets a

Program received signal SIG32, Real-time event 32

And then I hit continue for gdb to splurt out...

Couldn't get registers: Operation not permitted.

Any clues on how to fix gdb for this. I'm not sure where the SIG32 signal
is coming from either.

Alan.



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: multithreaded app debugging
  2003-04-24 12:41 multithreaded app debugging Alan Hourihane
@ 2003-04-24 13:54 ` Daniel Jacobowitz
  0 siblings, 0 replies; 2+ messages in thread
From: Daniel Jacobowitz @ 2003-04-24 13:54 UTC (permalink / raw)
  To: Alan Hourihane; +Cc: gdb

On Thu, Apr 24, 2003 at 01:37:45PM +0100, Alan Hourihane wrote:
> Hi,
> 
> I'm debugging a threaded application, but somewhere within the second
> thread it gets a
> 
> Program received signal SIG32, Real-time event 32
> 
> And then I hit continue for gdb to splurt out...
> 
> Couldn't get registers: Operation not permitted.
> 
> Any clues on how to fix gdb for this. I'm not sure where the SIG32 signal
> is coming from either.

That means the multithread code was not enabled; usually this means GDB
had a problem loading or activating thread_db, or got the wrong copy of
libpthread.so, or something similar.

-- 
Daniel Jacobowitz
MontaVista Software                         Debian GNU/Linux Developer

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-04-24 13:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-04-24 12:41 multithreaded app debugging Alan Hourihane
2003-04-24 13:54 ` Daniel Jacobowitz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).