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]
Other format: [Raw text]

Re: Is NPTL needed for debugging multi-thread application


On Thu, May 27, 2004 at 10:30:12AM +0200, lapo.pasqui@tele2.it wrote:
> Hi
> I'm having problem in debugging multi thread application on a PPC board. As soon as it hit a breakpoint on a secondary thread I get a SIGKILL from the gdb.
> Looking at the core file generated by gdb itself, it looks like it is having problem in navigating the stack of a thread.
> 
> I'm using glibc w/o the NTPL implementation (I'm using the linux thread library).
> 
> Could it explain the problem? Does it only work with NPTL threads?

No, LinuxThreads has worked for a long time.  This isn't enough
information to figure out what's wrong.

-- 
Daniel Jacobowitz


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