I am trying to analyze a JVM crash that is occuring inconsistently. I get a hs_err_pid312.log file when it happens.
i've added Thread.setDefaultUncaughtExceptionHandler(new Thread.UncaughtExceptionHandler(), but i'm not sure that will catch the error.
What other things can i do so the next time this occurs, i can get as much information as possible?
thanks