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: gdb server initialization error


On Sun, Feb 05, 2006 at 11:47:51PM -0800, Frank Chen wrote:
> I am getting the following error using gdbserver (from
> gdb 6.4) to debug a multi-threaded application.
> 
> gdb: error initializing thread_db library : version
> mismatch between libthread_db and libpthread.
> 
> I am using Fedora Core 3 and not sure how to fix this
> problem. 

Your installation must be broken.  Did libpthread.so and
libthread_db.so come from the same version of glibc?

-- 
Daniel Jacobowitz
CodeSourcery


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