> This was a bug in GDB; I will fix it in the next upload. You can work > around it using "handle SIG33 pass nostop noprint", for now.
Thank you for the workaround, I would not guessed it myself :>. It works for me. > > 1. With debug libraries: > > > > $ export LD_LIBRARY_PATH=/usr/lib/debug:/usr/lib/debug/usr/lib > > > [Thread 147466 (LWP 20325) exited] > > Cannot get thread event message: generic error > > (gdb) > > First of all, this is wrong; do not put /usr/lib/debug/usr/lib in the > library path. GDB loads libraries from /usr/lib/debug/{lib/,usr/lib/} > automatically. They contain debug information, but no symbols. Thank you for the info ! But I'm curious why they change gdb behaviour if they contain no symbol and why nm /usr/lib/debug/libc-2.3.5.so outputs a long list of symbols. -- Laurent Bonnaud. http://www.lis.inpg.fr/pages_perso/bonnaud/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]