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]

Problems debugging code with a dlopen


I have some code running on a Red Hat Enterprise Linux Server release
5.2 (Tikanga) that uses dlopen. When i run the code without any
debugging the dlopen call works fine but anyway when i try to debug
the code gdb always crash as soon as the dlopen function is called.
This is a very serious problem to me since it means that, at all
effects, i cannot debug the code that i am developing. This is the
un-informing error message that i got when gdb crashes:

[Thread debugging using libthread_db enabled]
Error while reading shared library symbols:
Cannot find new threads: generic error
Cannot find new threads: generic error

Thanks,
Luca


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