SIGINT & signal handler vs Linux kernel...
Joel Brobecker
brobecker@adacore.com
Tue Aug 18 18:40:00 GMT 2009
> 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
More information about the Gdb
mailing list