Top "Jvm-crash" questions

Crashes in the JVM, commonly caused by buggy native code in libraries.

A fatal error has been detected by the Java Runtime Environment: SIGSEGV, libjvm

Hi and thanks for reading, I have the following error while running my program and can't figure out what the …

java fatal-error jvm-crash
Java : how to check current Perm / PermGen Size?

Yesterday when I was running the WebLogic Application Server 11g installer, I encountered a OutOfMemory error, so I Googled for …

java jvm jvm-crash
Unrecognized VM option 'UseParNewGC' , Error: Could not create the Java Virtual Machine

I am trying to start a server using jre 10.0.1 64 bit. There is an obvious change in the settings for the …

jvm java-10 jvm-crash
insufficient memory for the Java Runtime Environment to continue though RAM is showing 6 GB free space

While running java application I'm getting the following memory dump. After installing java 8(with java 7 application was working before) I …

java jvm jvm-arguments jvm-crash
How to fix Eclipse Java Virtual Machine Launcher Error?

So like the title says, Im having an issue with eclipse JVM launcher. Last night, everything was working fine, as …

java eclipse jvm runtime-error jvm-crash
How do I investigate the cause of a JVM crash?

One day ago, after a few months of normal working, our java app starts to crash occasionally with the following …

java crash jvm jvm-crash
how to generate thread dump java on out of memory error

does java 6 generate thread dump in addition to heap dump (java_pid14941.hprof) this is what happened to one of …

java crash-dumps jvm-crash
Can Sun JDK generate core/heap dump files when JVM crashes?

Is there anyway to generate core/heap dump file when JVM crashes? Since these files are usually very helpful to …

java coredump jvm-crash
No hs_err_pid.log file created and core dumped from jvm on Solaris

Problem description After a while of running my java server application I am experiencing strange behaviour of Oracle Java virtual …

java jvm solaris segmentation-fault jvm-crash
Tool for debugging hangs in java application

I've got a java application that half the time just hangs, and the other half the JVM crashes. Is there …

java debugging jvm crash-dumps jvm-crash