Debugging pthread in ARM.

Daniel Jacobowitz drow@false.org
Wed May 16 17:52:00 GMT 2007


On Wed, May 16, 2007 at 07:47:00PM +0200, gomrioje wrote:
> I have tried, and I get the same result.
> 
> Could it be link to:
> http://sources.redhat.com/ml/gdb/2003-06/msg00535.html ?

No, that has nothing to do with it.

Try looking at the libpthread.so GDB opens on your host with
"strings".  Search for its version number in the output.  Then
check the version number on your target by running /lib/libc.so.6 as a
program and looking at its output.

-- 
Daniel Jacobowitz
CodeSourcery



More information about the Gdb mailing list