public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* Converting SIGSEGV etc. signals to exceptions
@ 2011-08-20 12:51 sudhakar govindavajhala
  2011-08-20 14:43 ` Ian Lance Taylor
  2011-08-20 14:55 ` Paweł Sikora
  0 siblings, 2 replies; 3+ messages in thread
From: sudhakar govindavajhala @ 2011-08-20 12:51 UTC (permalink / raw)
  To: gcc

Hi there,

I am writing C++ code in Linux (2.6.18) using pthreads. glibc 2.5. gcc 4.1.2

1) I understand that signals SIGFPE and SIGSEGV are sent to individual
threads while SIGINT is sent to the whole process.  How do I find out
what signal is thread specific and what signal is process wide.  How
does the OS/glibc determine which thread should be served the signal?

2) I would like to translate SIGSEGV or SIGFPE to an exception in the
program so that it can be caught at higher levels. Is there a default
option to convert a SIGSEGV to an exception?  For my tests, I provided
a signal handler for SIGSEGV/SIGFPE that throws an int exception and
it works. Is it legal to throw exceptions in signal handlers? Is there
any limitation on what kind of object can be thrown as an exception?
Could someone help me understand the rules in this space?

3) Could someone point me to  a sample to print the stack trace when
an exception occurred?

Thank you.

Sincerely
Sudhakar

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-08-20 14:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-20 12:51 Converting SIGSEGV etc. signals to exceptions sudhakar govindavajhala
2011-08-20 14:43 ` Ian Lance Taylor
2011-08-20 14:55 ` Paweł Sikora

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).