Questions tagged [hs-err]

9 questions
9
votes
2 answers

Java: How to specify JVM argument -XX:ErrorFile and preserve automatic PID in filename

I am using the JNI and when there is a crash due to errors in the target application a hs_err_pid*.log file is generated. I want to change the default location where that file is stored. Now, from searching around I understand this can be achieved…
edr
  • 436
  • 3
  • 5
  • 15
5
votes
2 answers

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 command line to suppress this? I am familiar…
Stephen
  • 327
  • 2
  • 4
  • 12
4
votes
2 answers

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 Java code, j=interpreted, Vv=VM code, C=native…
Chris R
  • 17,546
  • 23
  • 105
  • 172
4
votes
1 answer

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 about the issue. However, I can't find this file.…
halfwarp
  • 1,780
  • 5
  • 24
  • 41
2
votes
2 answers

What is the meaning of Compilation Events at hs_err_pid file?

I got my JVM crash and the stack trace at the generated hs_err_pid file is pointing to some method. Now, I see that the same method also exist in the a lower sub-section (under Process section) named "Compilation events". What is the meaning of…
Assimiz
  • 256
  • 2
  • 12
0
votes
1 answer

Debugging hs_err_pid.log files

I've not encountered many of these and have no idea on how to debug these, any help is appreciated. When I run the program and this log occurs the whole program closes. --------------- T H R E A D --------------- Current thread (0x03a6bc00): …
Nicholas
  • 21
  • 3
0
votes
1 answer

how can i solve java fatal error during jframe

I'm using JFrame (window builder) with eclipse. When I go to design tab and click components or something. Sometimes eclipse just closes without throwing any error and when I open eclipse again my Jframe file is vanished in air. I can't use the…
jisoo
  • 35
  • 4
0
votes
0 answers

hs_err A fatal error has been detected by the Java Runtime Environmen

I tried to use the POI in the web application to read a 65000 rows, 21 columns of excel table, I got this error. Tomcat also stopped. Current thread (0x00007f32f8e75000): JavaThread "http-bio-18080-exec-9" daemon [_thread_in_vm, id=25287,…
李建明
  • 1
  • 1
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