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: Debugging pthread in ARM.


Ok, then:
Target side:
# /lib/libc.so.6
GNU C Library development release version 2.3.90, by Roland McGrath et
al.
Compiled by GNU CC version 3.4.4 (release) (CodeSourcery ARM Q1cvs
2005).
Compiled on a Linux 2.6.11 system on 2005-11-25.


Host size:

$ strings /app/arm/bitbaketmp/staging/arm-linux/lib/libpthread-0.10.so
...
libc.so.6
ld-linux.so.2
libpthread.so.0
GLIBC_2.0
GLIBC_2.1
GLIBC_2.1.1
GLIBC_2.1.2
GLIBC_2.2
GLIBC_2.2.3
GLIBC_2.2.6
GLIBC_2.3.2
GLIBC_PRIVATE
GLIBC_2.1.3
GLIBC_2.3
/proc/self/maps
%x-%x
2.3.90
/proc/sys/kernel/version
__fcntl_nocancel
do_pread
do_pwrite
/lib/ld-linux.so.2


Regards,


> > 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.
> 


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