Java Virtual Machine crashes

Issue

A bug in the Java Native Interface (JNI) can cause the Java Virtual Machine (JVM) to crash, after an application has terminated, with an error message similar to the following:

Another exception has been detected while
we were handling last error.Dumping information about last error.

ERROR REPORT FILE = (N/A)
PC                = 0x0x41621c7a
SIGNAL            = 11
FUNCTION NAME     = (N/A)
LIBRARY NAME      = (N/A)
Please check ERROR REPORT FILE for
further information, if there is any.
Good bye.

This problem occurs on Red Hat SMP Linux 7.1. This problem may occur in client applications that use JNI and invoke Adaptive Server Enterprise Web Services methods. The problem may also occur on the Microsoft Windows and Solaris platforms.

User action

Add an explicit exit call at the end of the main method for the application. For example:

Runtime.getRuntime().exit(0)