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: Ignoring signal 0


> From: Indranil <indranil008@gmail.com>
> Date: Fri, 4 Aug 2006 11:49:39 +0000 (UTC)
> 
> Einar Karttunen <ekarttun <at> cs.helsinki.fi> writes:
> 
> > Only signals 1-15 are valid as numeric signals.
> > Use "info signals" for a list of symbolic signals.
> > (gdb) handle all nostop print pass
> > does not help either...
> 
> I am facing the same problem. Did you get any solution to this problem ?

This is a bug in your target stub (or whatever GDB is talking to); it
should not be generating signal 0.  GDB inherited the signal model for
events from traditional UNIX systems, and there really is no such
thing as signal 0 on those systems.

Mark


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