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
0 answers

JVM crash (siginfo:si_signo=SIGSEGV: si_errno=0, si_code=2 (SEGV_ACCERR))

Could help me to understand what's going wrong? After a jvm migration from 1.6 to 1.7, an error was raised twice, the head of the hs_err_pid is below: # # A fatal error has been detected by the Java Runtime Environment: # # SIGSEGV…
Thumbuscker
  • 23
  • 1
  • 5
0
votes
0 answers

JVM EXCEPTION_ACCESS_VIOLATION after few hours

Jboss crashes abruptly at regular interval. Below is the Crash Report generated by Jboss.. Any help to debug the issue would be much appreciated.. hs_err_pid207996.log # A fatal error has been detected by the Java Runtime Environment: # …
0
votes
0 answers

JVM chrashes with fatal error EXCEPTION_ACCESS_VIOLATION wen saving file in eclipse

I use wildfly8.2 and eclipse luna wth java8 when I save the java file and eclipse tryes to republish it on server the jvm chrashes and I have to restart the server every time. The error is: A fatal error has been detected by the Java Runtime…
simonC
  • 4,101
  • 10
  • 50
  • 78
0
votes
0 answers

JVM Crash in VLCJ based recording application

I have a recording application which uses vlcj. Usually application works fine, without ant problem. But sometimes it crashes. I have following crash error: Problem signature: Problem Event Name: APPCRASH Application Name: javaw.exe Application…
Anar Orujov
  • 591
  • 5
  • 18
0
votes
1 answer

JVM crash stacktrace

We are developing a java application that runs on tomcat. This scenario is not reproducible but for the customer, the application crashes with a jvm crash # # A fatal error has been detected by the Java Runtime Environment: # # …
user496934
  • 3,822
  • 10
  • 45
  • 64
0
votes
2 answers

Tools/ways for crashing a java application

I have been assigned a task to crash java application running on known computer in a network (I am on same network). The java application runs on a specific IP address and port number. IP address and port number is known to me. So far I have tried…
Script_Junkie
  • 277
  • 2
  • 6
  • 17
0
votes
0 answers

Java Fatal Error with libawt.so IntRgbBicubicTransformHelper, don't know what it means

We process images to extract various features from it. For it we resize the images upfront. Whenever we processed the images in an offline process with a single thread, we never faced any issue. But when we try to process multithreaded the JVM…
0
votes
1 answer

Jogl crashing in the shader initialization, at the glLinkProgram

We got a new notebook with an Nvidia 880m it came with win8.1, we installed the 7 x64 Trying to execute jogl, java is crashing http://pastebin.com/gv6117NK it crashes when glLinkProgram is called Java frames: (J=compiled Java code, j=interpreted,…
elect
  • 6,765
  • 10
  • 53
  • 119
0
votes
0 answers

Want to not index certain directories in eclipse

Having a devil of a time trying to get eclipse c++ ide (on windows 7) working properly. Using it to manage a large codebase, not building. Want to be able to click-navigate around the code like one does in visual studio. The indexer keeps crashing…
Jon
  • 1,675
  • 26
  • 57
0
votes
3 answers

what are the functions of JVM, What JVM does when we run “java A” , A is class

Interview question : What JVM does when we run “java A” , A is java class. I explained like : JVM creates memory, try to find out the A java class using Java reflection API. JVM loads the java.lang packages. Any one please explain what are end to…
Ravichandra
  • 1,260
  • 7
  • 23
  • 37
0
votes
1 answer

How to investigate the acute growth of the AJP threads number in Tomcat?

We have configuration that includes Apache and Tomcat servers connected by mod_jk. There are several tomcat servers and request are distributed by the Round-Robin algorithm. Just recently the number of AJP threads suddenly started growing and the…
Alex
  • 7,007
  • 18
  • 69
  • 114
0
votes
1 answer

Eclipse e4 Kepler SR2 crashes on Kubuntu 14.04 when hovering over a Java element

The Java runtime reports: # A fatal error has been detected by the Java Runtime Environment: # # SIGSEGV (0xb) at pc=0x00007fe7241924cf, pid=9456, tid=140630721804032 # # JRE version: Java(TM) SE Runtime Environment (7.0_55-b13) (build…
Aaron Digulla
  • 321,842
  • 108
  • 597
  • 820
0
votes
1 answer

Occasionally crashing JVM in Eclipse and Netbeans

Edit 18.07.2014: I have been checking notes and system setups with my colleagues who all have their Windows XP machines running and use Java 1.7 with no problems whatsoever. Therefore and because Oracle released information regarding java 7 (see:…
Christian Kullmann
  • 558
  • 1
  • 7
  • 21
0
votes
1 answer

JVM Fatal Error

I have updated by JDK 4 months back to 1.6.0_45 in my SOLARIS SPRAC Machine, till yesterday it went well without any issues, but yesterday unfortunately i got an fatal error as below and the instance get crashed, as a work around i have restarted my…
pcsenthil
  • 18
  • 5
0
votes
2 answers

Java 7 update 25 Crash

My app is getting crashed silently. It doesn't log anything so I have put vm arg for error file. App is dong image processing downloading, resizing and writing and at a time 30 thread are active with per thread couple of db calls. Stack Trace is…
Amit Vyas
  • 790
  • 3
  • 10