Mirror of the gdb mailing list
 help / color / mirror / Atom feed
* Debugging pthread in ARM.
@ 2007-05-15 12:49 gomrioje
  2007-05-15 12:58 ` Daniel Jacobowitz
  2007-05-15 18:42 ` Williams, Allen
  0 siblings, 2 replies; 17+ messages in thread
From: gomrioje @ 2007-05-15 12:49 UTC (permalink / raw)
  To: gdb

I am not able to see the point of Daniel (mea culpa).
I have readen documentation as recommended by Daniel and William.
Maybe trying again...

The application uses: pthread_create.
For that I am using as library (-lpthread):
libpthread.so.0->libpthread-0.10.so

For debugging purposes, I am using gdbserver in the target (AT91RM9200).
gdbserver must use library: libthread_db.so.1->libthread_db-1.0.so

Now I describe the problem:

1. When I set a breakpoint inside a thread code, I get a SIGTRAP.
2. After creating several threads (POSIX: pthread_create),
command: info threads, result in: 1 main...............
3. Sometimes after running a while, I get a message in the gdbserver
console:
Gdb: error initalizing thread_db library: version mismatch between
libthread_db and libpthread

Both of the libraries come from the same Debian distribution, for ARM
architecture. 

Daniel mentions problem pointing to libraries. For such situation,
the config is:
- For the gdbserver:
export LD_LIBRARY_PATH=/lib:/usr/lib/:/app/arm/debug/:$LD_LIBRARY_PATH

- For the gdb (host):
set solib-absolute-prefix /dev/null/
set
solib-search-path /app/arm/debug/:/app/arm/bitbaketmp/staging/arm-linux/lib/

I could miss something. Some ideas ?

Regards,

> Thanks for the link.
> But I guess my problem is not described there.
> I have another message:
> Gdb: error initalizing thread_db library: version mismatch between libthread_db and libpthread
> 
> I have read in the mailing list that both should have the same glibc.
> (what do you mean there?).
> 
> In another hand, I am already pointing solib-absolute-prefix to the directory libraries.

If you're doing that, and getting the above error, then you are not
pointing to the correct libraries.

-- 
Jesus Gomez Rio
R&D Technician
Design & Manufacturing Division
gomez.j@ikusi.com
www.ikusi.es
---


^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2007-05-17 12:42 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-05-15 12:49 Debugging pthread in ARM gomrioje
2007-05-15 12:58 ` Daniel Jacobowitz
2007-05-15 17:14   ` gomrioje
2007-05-15 17:21     ` Daniel Jacobowitz
2007-05-16 15:27       ` gomrioje
2007-05-16 15:35         ` Daniel Jacobowitz
2007-05-16 17:33           ` gomrioje
2007-05-16 17:38             ` Daniel Jacobowitz
2007-05-16 17:46               ` gomrioje
2007-05-16 17:52                 ` Daniel Jacobowitz
2007-05-16 18:05                   ` gomrioje
2007-05-16 18:11                     ` Daniel Jacobowitz
2007-05-17  8:11                       ` gomrioje
2007-05-17  9:28                         ` Baurzhan Ismagulov
2007-05-17 12:34                       ` gomrioje
2007-05-17 12:42                         ` Daniel Jacobowitz
2007-05-15 18:42 ` Williams, Allen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox