This is the mail archive of the gdb@sourceware.cygnus.com 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]

Re: handling of unknown signals



> when trying to debug a program that uses threads gbd (4.18) stops with:
> 
> Program received signal ?, Unknown signal.

GDB 4.18 doesn't include LinuxThreads support, so the signals the
threads use to communicate with each other confuse GDB.  Because GDB
doesn't know what the signal is, you can't really tell it to pass it
through.

Try a GDB snapshot from http://sourceware.cygnus.com/gdb.  The
LinuxThreads support is in there.

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