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