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


Jaimon Jose <jjaimon@Yahoo.com> writes:

> Still, SIGINT is passed to the program being debugged instead of GDB
> handling this.  I have attached a sample program where I can reproduce
> this. I tried this on Solaris and HPUX.  Once I attach to the running
> program, I can interrupt the program using "Ctrl-C".  But, this doesn't
> work on gdb ( on SLES, SuSE 10.1 and RHAS 3.0 - gdb 6.4 and 6.0 ) and
> the signal is delivered to the running program.  Any help is appreciated.

Looks like a kernel bug.  Since gdb does not receive any notification of
the signal it cannot do anything about that.

Andreas.

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
PGP key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."


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