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: pthread_sigmask and gdb


On Mon, Nov 06, 2006 at 07:47:50PM +0530, Jaimon Jose wrote:
> 
> 
> Andreas Schwab wrote the following on 11/06/2006 07:34 PM:
> > Looks like a kernel bug.  Since gdb does not receive any notification of
> > the signal it cannot do anything about that.
> My assumption was that gdb blocks on all signals and delivers to the
> application being debugged based on the signal mask set in the gdb. 
> I have tested this on 2.4.21 and 2.6.16.  Its hard to believe this was
> never caught.

Sigwaitinfo is a very special case of signal delivery.

-- 
Daniel Jacobowitz
CodeSourcery


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