help-gplusplus
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: exception crash


From: Attila Feher
Subject: Re: exception crash
Date: Mon, 3 Jan 2005 13:35:08 +0200

John Max Skaller wrote:
> Using: g++ (GCC) 3.2.2 20030222 (Red Hat Linux 3.2.2-5)
> When throwing an exception:
>
> #0 0xffffe002 in ?? ()
> #1 0x42028a73 in abort () from /lib/tls/libc.so.6
> #2 0x400b0b57 in __cxa_call_unexpected () from /usr/lib/libstdc++.so.5
> #3 0x400b0ba4 in std::terminate() () from /usr/lib/libstdc++.so.5
> #4 0x400b0d16 in __cxa_throw () from /usr/lib/libstdc++.so.5
> #5 0x0805ffd3 in xbase(char const*) ()
>
> in a program compiled with -O3 -fomit-frame-pointer.
> Without those options the program works. I would not
> be surprised if the frame pointer is needed for exception
> handling .. however this wasn't the case in trivial test
> I constructed.. any ideas?

Have you tried creating the smallest possible code which still has the
problem?

--
Attila aka WW



reply via email to

[Prev in Thread] Current Thread [Next in Thread]