help-gplusplus
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Catching Runtime Exceptions


From: Paul Pluzhnikov
Subject: Re: Catching Runtime Exceptions
Date: 10 May 2004 07:36:34 -0700
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Artificial Intelligence)

Hendrik Belitz <honkaonka.belitz@fz-juelich.de> writes:

> Installing signal handlers which throw exceptions would be the most simple
> solution for this on POSIX systems.

This doesn't work: you can't legally call anything async-signal
unsafe in that context, and throw()ing often involves malloc(),
which definitely isn't safe.

Cheers,
-- 
In order to understand recursion you must first understand recursion.
Remove /-nsp/ for email.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]