JVM hs_err.log not being generated on Linux
Posted
by halfwarp
on Stack Overflow
See other posts from Stack Overflow
or by halfwarp
Published on 2010-05-14T15:07:43Z
Indexed on
2010/05/14
15:14 UTC
Read the original article
Hit count: 177
Hello,
I'm currently having some issues with a Java application I'm developing. Namely the JVM is crashing with a segfault. I'm trying to locate the hs_err.log file which should contain some helpful info about the issue.
However, I can't find this file. I've used find, locate, etc, and nothing.
Any ideas on why the log file isn't being generated?
© Stack Overflow or respective owner