Details
Description
On system crash or session ending error, Derby should dump as much information as possible. Such as: forcing a javacore if possible or at least thread dump and system environment information. This should only occur if a running session crashes not on boot error due to fail recovery etc.
The IBM jvm provides a way to programmatically dump a javacore. i.e. com.ibm.jvm.Dump.JavaDump() And, the SUN jvm will force a thread dump using the Unsafe class and there may be a better way.
Attachments
Attachments
Issue Links
- is depended upon by
-
DERBY-4929 Engine code should not use java/shared/org/apache/derby/shared/common/error/ErrorUtil.java
- Closed
- relates to
-
DERBY-6426 Fix isLoginException
- Closed
-
DERBY-4986 Document the new property derby.stream.error.extendedDiagSeverityLevel for thread dump and extend diagnostic information
- Closed