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: gdbserver-6.6 threading support


On Tue, Mar 06, 2007 at 11:59:09AM -0500, Jon Ringle wrote:
> (gdb) target remote 192.168.205.10:5555
> Remote debugging using 192.168.205.10:5555
> warning: Remote failure reply: E01

Use "set debug remote 1" to see what failed.

> From other mailing list threads that I had read this seem to imply that 
> there was some mismatch between my target's libpthread.so and 
> libthread_db.so and the one in my host's solib-absolute-prefix. I found 
> that the two sets matched. Further, if I rebuild gdbserver-6.5 and use 
> the rebuilt gdbserver-6.5, it once again works.

I suggest you debug gdbserver.

Thread debugging is extremely sensitive to your environment.
Especially when uClibc is involved, it is very difficult for us to
diagnose problems.

-- 
Daniel Jacobowitz
CodeSourcery


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