This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Exception Handling is thread safe?
- To: law at cygnus dot com
- Subject: Re: Exception Handling is thread safe?
- From: Andi Kleen <ak at muc dot de>
- Date: 23 Mar 1998 16:44:37 +0100
- Cc: Bastiaan Bakker <Bastiaan dot Bakker at Harbinger dot nl>, egcs at cygnus dot com, omniorb-list at cam-orl dot co dot uk
- References: <25601.890595996@hurl.cygnus.com>
Jeffrey A Law <law@cygnus.com> writes:
[cc'ed to the omniorb list]
> In message <3510EFB5.1F9DA6D@Harbinger.nl>you write:
> > On the OmniORB project pages I read that egcs' exception handling is
> > not thread safe but that it can be fixed with a patch from Teemu Torma.
> More correctly, the current releases are not MT thread safe; the
> current development sources have thread safe exception handling.
This does not seem to work correctly. The OmniORB2 maintainer is especially
pointing people to use egcs-1.0.1+patch instead of egcs-current, because
the egcs-current exceptions break with OmniORB2. I don't know of any short
test case.
-Andi