Questions tagged [jvm-crash]

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

This tag is about debugging s and other crashes in the Java Virtual Machine (). A JVM crash is identified by the message A fatal error has been detected by the Java Runtime Environment followed by the error.

Such crashes are commonly caused by buggy native code (using ) in libraries, or sometimes missing ies. Crashes due to bugs in the JVM itself are also possible, though less likely.

When a JVM crash occurs, most of the time it will create a log file named hs_err_pidXXXX.log where XXXX is a number. It is important that you include the contents of it when you post a question regarding such a crash.

Do not use this tag for internal JVM exceptions, for example:

Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
261 questions
0
votes
1 answer

How to set Heap Space for non executable JAR using JNI

Currently I am working on a mac application in which I am getting OutOfMemoryError frequently. Currently we are using non executable JAR file for our application so I cannot set heap size before starting my application because my java code will…
Bharat Sharma
  • 3,926
  • 2
  • 17
  • 29
0
votes
1 answer

Tomcat 7 crashes automatically

Apache Tomcat 7 shuts down without writing any error or exception in logs . With referring to Tomcat shuts down automatically thread I got hs_err_pid10192.log file in work directory. Please explain what is the exact error? hs_err_pid10192.log A…
happy
  • 2,550
  • 17
  • 64
  • 109
0
votes
1 answer

Out of swap space

We are facing following exception. Please not that we are following configurations for the JVM (32 bit ) -Xms1024m -Xmx3076m -Xmn1024m -XX:+HeapDumpOnOutOfMemoryError -XX:+UseG1GC -XX:+UnlockExperimentalVMOptions -XX:+AggressiveOpts…
Jabir
  • 2,776
  • 1
  • 22
  • 31
0
votes
1 answer

An error outside JVM thrown when running the application

I am working on my app based on World Wind Java SDK in Eclipse. Like two weeks ago, I have started to get such error thrown every time I am trying to run the app: A fatal error has been detected by the Java Runtime…
MichalB
  • 3,281
  • 6
  • 32
  • 46
0
votes
1 answer

Windows 2008 R2 64 bit + ColdFusion 8 + 64 Bit JVM - Error loading: C:/ColdFusion8/runtime/jre\bin\server\jvm.dll

We have ColdFusion 8 running on Windows 2003 and JVM 1.6 Build 17 and they work without any issues. We are trying to upgrade to Windows 2008 R2 and when we point ColdFusion 8 to the 64 bit JVM 1.6_17, we get this error in ColdFusion out logs. Error…
0
votes
1 answer

Linux Server | Tomcat 7.0 Exceptions

I am facing these exceptions regularly, everytime I have to restart the server. The Exceptions are: exception:1-> com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: The last packet success fully received from the server was 61,316,033…
0
votes
1 answer

How can i reproduce hs_err_pid*.log file?

I am getting an error when going to restart HSQLDB. I am getting Hot Spot Error log. I want to reproduce that error in my local machine. Can any one help me to reproduce hs_err_pid*.log file? If so, what are the steps for that?
0
votes
1 answer

Unloading dll rxtx before exit to avoid jvm crashes or hide hs_err_pid.log files

Well, I'm on a project that uses rxtxSerial.dll (very buggy by the way). Anyway, I made a modification on the GUI to make it more user-friendly, initially the program shows up the main window and it's possible to open some other frames where the…
HericDenis
  • 1,364
  • 12
  • 28
0
votes
3 answers

JVM crashes while image conversion using javax.media.jai

In our app, we use javax.media.JAI library to scale and improve image But sometimes (1 out of 10 times), it is causing the VM to crash # # A fatal error has been detected by the Java Runtime Environment: # # SIGSEGV (0xb) at pc=0x00007fdb6f49140b,…
Kamal
  • 5,462
  • 8
  • 45
  • 58
0
votes
1 answer

Can memory pressure on Solaris lead to SIGSEGVs in JVM?

I’m running several memory hungry Java server processes on Sun JVMs in a Solaris container. Recently I added more processes and may have exhausted the total available memory. Java processes started to crash randomly under load. In every single case…
hfs
  • 2,433
  • 24
  • 37
-1
votes
1 answer

JVM crashing while writing to Excel file(POI) with Java 8

I am getting JVM crash issue frequently while trying to write to the Excel file.I am using Apache POI 3.12 and Java 8 and Tomcat Server. I get the following hs_err_pid error: # # A fatal error has been detected by the Java Runtime…
JAK
  • 59
  • 6
-1
votes
1 answer

Out-of-memory-error on Minecraft Server with 16G RAM

Please excuse my inexperience, this is my first time on the site. I have a Dell PowerEdge r710 with 2 Xeon L5630 CPUs and 16G RAM installed. I'm trying to host a Minecraft 1.7.10 Forge Server that runs perfectly fine on my Desktop, but refuses to…
-1
votes
2 answers

ClassNotFoundException: org/springframework/beans/factory/SmartInitializingSingletonCustomizer

Following is error log file content, anybody help me?thanks # # A fatal error has been detected by the Java Runtime Environment: # # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000000006e7ea1be, pid=17964, tid=0x00000000000046d8 # # JRE…
-1
votes
1 answer

How to debug the jmv stack in a linux environment and tomcat with java apps that crash ramdonly?

I have a problem and my job depend on of that. There are some java apps with tomcat under Linux that crash ramdonly (the apps are not mine and it can not be modified). Every day we find in the morning some app broken. I want to see the java stack…
-1
votes
1 answer

JVM memory usage keep on increasing

We have a Java application and jdk is 7up75...Xms set is 1 GB and Xmx is 3 GB. We use JConsole to monitor JVM and we found that JVM usage is keep on increasing...We enabled GC and GCInterval is 30 minutes..During weekends application is used by 1-2…
Shame
  • 23
  • 1
  • 2
1 2 3
17
18