This is the mail archive of the gdb@sourceware.org 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: Linux threads and insight 6.4 / 6.5


On Tue, Jun 27, 2006 at 08:05:22PM -0500, Steven J. Hill wrote:
> Daniel Jacobowitz wrote:
> > 
> > With signal 5 is a clear signal that gdbserver has not enabled thread
> > support, either because of a mismatch or a problem with libthread_db
> > support on your target.  When one thread hits a breakpoint, if another
> > thread is running outside of debugger control, the kernel may terminate
> > the entire process.
> > 
> Using glibc NPTL with both gdb and gdbserver compiled from the same 6.4
> source and gdbserver built against the exact same NPTL libraries I get:
> 
>    Cannot find new threads: capability not available
> 
> with an eventual termination of the process. So what mismatch or problem
> with libthread_db should I be looking for? Thanks.

Try HEAD.  You didn't say what platform you were using, but guessing
MIPS, you need something newer.

-- 
Daniel Jacobowitz
CodeSourcery


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