unwind question

Martin v. Loewis martin@v.loewis.de
Wed Nov 20 14:40:00 GMT 2002


Dietmar Maurer <dietmar@ximian.com> writes:

> Thats wrong. Any asynchrounous signal can interrupt any code, so this is
> a real problem for us.

If you need to plan for unwinding from asynchronous signals,
-fexceptions is not good enough. You also need to
-fasynchronous-unwind-tables. Be prepared for some size increase.

Regards,
Martin



More information about the Libc-alpha mailing list