This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: exceptions on sparc64 OpenBSD...
- From: Richard Henderson <rth at redhat dot com>
- To: Marc Espie <espie at nerim dot net>
- Cc: gcc at gcc dot gnu dot org
- Date: Mon, 31 Jan 2005 09:24:01 -0800
- Subject: Re: exceptions on sparc64 OpenBSD...
- References: <20050131132634.GA22925@tetto.home>
On Mon, Jan 31, 2005 at 02:26:34PM +0100, Marc Espie wrote:
> #3 0x000000004672d000 in __cxa_throw () from /tmp/libIex.so.2.1
Um, so, you're not using a libstdc++ shared library at all?
Does that mean you're not using libgcc_s.so either? If so,
that's your problem. The unwind routines won't work if there
is more than one copy in the application.
r~