timja / jenkins-gh-issues-poc-06-18

0 stars 0 forks source link

[JENKINS-6129] Windows slave died #618

Closed timja closed 13 years ago

timja commented 14 years ago

The slave is installed as a windows service.

The command line was (according to hudson-slave.wrapper.log):
2010-03-29 12.29.46 - Starting C:\Program Files\Java\jre6\bin\java.exe -Xrs -jar "C:\DeveloperTools\HudsonSlave\slave.jar" -jnlpUrl http://hudson.mondidinamici.com/computer/Ceres/slave-agent.jnlp

The slave died because of an exception reported in slave.out.log

#

  1. A fatal error has been detected by the Java Runtime Environment:
    #
  2. EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x037235e0, pid=1632, tid=1388
    #
  3. JRE version: 6.0_17-b04
  4. Java VM: Java HotSpot(TM) Client VM (14.3-b01 mixed mode, sharing windows-x86 )
  5. Problematic frame:
  6. C 0x037235e0
    #
  7. An error report file with more information is saved as:
  8. C:\WINDOWS\system32\hs_err_pid1632.log
    #
  9. If you would like to submit a bug report, please visit:
  10. http://java.sun.com/webapps/bugreport/crash.jsp
  11. The crash happened outside the Java Virtual Machine in native code.
  12. See problematic frame for where to report the bug.
    #

I have attached also C:\WINDOWS\system32\hs_err_pid1632.log file.


Originally reported by mambu, imported from: Windows slave died
  • status: Resolved
  • priority: Major
  • resolution: Not A Defect
  • resolved: 2011-03-31T05:12:08+00:00
  • imported: 2022/01/10
timja commented 13 years ago

evernat:

This is a crash of the JVM in the "Finalizer" thread.
Jenkins probably can't fix this JVM issue.
So resolving this old issue as not a defect, and I suggest to use a newer JVM if it happens again.
Please open again if an uptodate JVM does not fix the issue.

timja commented 10 years ago

oleg_nenashev:

The issue appears on 1.7 versions (up to 1.7u51) of 64-bit Oracle JRE

timja commented 2 years ago

[Originally duplicated by: JENKINS-10582]

timja commented 2 years ago

[Originally duplicated by: JENKINS-22864]