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:

> > On Thu, Nov 21, 2002 at 10:49:42AM +0100, Dietmar Maurer wrote:
> > > For example imagine a Library LIBA, which is compiled with -fexcetions,
> > > which calls a function bad_func() in LIBB, which has no exception
> > > tables. Is it then possible to unwind bad_func()?
> > 
> > No.
> 
> Well, that make -fexceptions quite useless for mono. Isn't that a
> problem for languages like C++?

No. In C++, -fexceptions is always on, for all object files, and all
libraries, always.

Regards,
Martin


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