This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC 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: Throwing C++ exceptions in signal handlers


On Mon, 2002-09-02 at 15:10, Nathan Sidwell wrote:
> > Might it be safer to comment out "raise" in cp/cfns.gperf, or is
> > throwing an exception in a signal handler explicitly forbidden?
> It is not permitted.

The java runtime library throws exceptions in signal handlers for some
targets.  See gcc/libjava/include/dwarf2-signal.h, i386-signal.h, etc.

AG



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