On 10/21/10 03:24, Stylianou, Costas wrote:
Hi,

We are trying to debug a problem using ‘gdb’ on the device, but it is currently not 
letting us see the state of the various threads ( get the following message: 
"warning: unable to find libthread_db matching inferior's thread library, thread 
debugging will not be available").

Do you happen to know which package will give me libthread_db (it's a gdb 
specific library) ?


I think you do have libthread_db on your system, but the debugging info isn't matching the version number of the libthread_db or there's another version mismatch somewhere.

$ rpm -qf /lib/libthread_db.so.1
glibc-2.11.90-19.22.i686

IOW, you probably want to zypper update and make sure that the debugging packages are installed and updated.

Auke
_______________________________________________
MeeGo-dev mailing list
[email protected]
http://lists.meego.com/listinfo/meego-dev

Reply via email to