This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc 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: unwind question


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


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