While investigating MACH5 issue it was helpful to see the status of the core dump logic - this should be part of hotspot.
Being able to tell:
core dump info: core.28283
from
core dump info: Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
eliminates the guesswork and assumptions about whether the system was set up correctly for core dumps.
Being able to tell:
core dump info: core.28283
from
core dump info: Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
eliminates the guesswork and assumptions about whether the system was set up correctly for core dumps.
- relates to
-
JDK-8345147 VM is crashing with stop reason = ESR_EC_DABORT_EL0 in different tests
- Open
- links to
-
Commit(master) openjdk/jdk/c34fb2c9
-
Review(master) openjdk/jdk/20734