bug-lib-gplusplus
[Top][All Lists]
Advanced

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

C++ exceptions crashing VM on Linux


From: Marcel Jansen
Subject: C++ exceptions crashing VM on Linux
Date: Fri, 12 Jan 2001 10:27:20 GMT

Hi

I know this has been asked before, but I haven't seen any answers.

I'm running on Suse 6.4 and using Sun's JDK 1.3. I've written a wrapper
around an existing library, but it seems that most exceptions aren't
being caught and cause the JVM to abort.

A very simple test program runs fine standalone, but will generate
a "An unexpected exception has been detected in native code....."
when run from the JVM.

Interestingly, the test program runs fine when I use "catch (...)", but
not if I use any other combination of catch statements.

Is it a problem with the compiler, the JVM or some other library?

regards
Marcel


Sent via Deja.com
http://www.deja.com/



reply via email to

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