Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
589 views

How can I suppress the creation of the hs_err_pid file?

We are running a java application under java 1.6.0_13. When it crashes it creates the normal hs_err_pid file. I don't want this file created even if the application crashes. Is there a way on the java ...
1
vote
1answer
1k views

JVM hs_err.log not being generated on Linux

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 ...
1
vote
2answers
1k views

How do I interpret this JVM fault?

I have a Java app that makes use of some native code, and it's faulting. I want to find out where it's faulting, but I'm not sure how to read the hs_err_pid dump file: Native frames: (J=compiled ...