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: SIGINT & signal handler vs Linux kernel...


> What is the thread doing when you send Ctrl-C?  Bug 9425 is specific
> to the sigwait system call, I believe.  If there's nothing special
> about the threaded program, it's likely some other problem.

The thread does have a sigwait handler. Upon receiving the signal,
the program executes the handler instead of having the debugger
receive a notification of that signal.

-- 
Joel


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