Program received signal SIG33, Real-time event 33.

Daniel Jacobowitz drow@false.org
Sun Sep 2 13:44:00 GMT 2007


On Sun, Sep 02, 2007 at 12:50:46AM -0700, Petr Vandrovec wrote:
> Apparently your program uses signals...  If this is expected (which probably is 
> for realtime signals) then
> 
> handle SIG33 nostop noprint pass
> 
> will configure gdb so this signal is ignored by gdb, but delivered to program 
> like without gdb.

No, SIG33 is generally internal to the threading implementation.

GDB 6.3 is somewhat old.  I recommend trying a current version.

-- 
Daniel Jacobowitz
CodeSourcery



More information about the Gdb mailing list