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: Cannot find new threads: generic error


On Sun, Aug 17, 2008 at 5:32 AM, Russell Shaw <rjshaw@netspace.net.au> wrote:

>  [Thread debugging using libthread_db enabled]
>  Error while reading shared library symbols:
>  Cannot find new threads: generic error
>
> I'm using kernel 2.6.24 on a recent debian/unstable libc6.
>
> Where does that error come from?

This is most often the result of either
A. mismatch between libc.so.6 and libthread_db.so.1, or
B. libpthread.so.0 being stripped.

What does 'nm /lib/libpthread.so.0 | grep _version' say?


-- 
Paul Pluzhnikov


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