Hello build master

We are still suffering from systematic JVM crashes when building Apache SIS on Jenkins. I don't think that this is the fault of our application since we have no native code, only pure Java. The crash seems to occur in java.util.zip.ZipFile code. According to the crash report, core dumps should exist in the following location:

/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/sis-jdk7/core or core.2143

Would it be possible to send me those files please, so I can write a bug report to http://bugreport.sun.com/bugreport/crash.jsp ? Or unless there is another procedure that I should follow?

    Thanks for your help,

        Martin



Le 22/01/13 01:21, Martin Desruisseaux a écrit :
Hello all

The JDK7 branch of the SIS project is suffering from a systematic JVM crash at building time on Jenkins. A look at the report file suggests that the crash occurs in the call to the java.util.zip.ZipFile.getEntry(String) method. We can workaround the problem by disabling a custom Maven plugin. But a fix would of course be preferred. Should I post a bug report on http://bugreport.sun.com, or is there any other action that could be taken?

The Jenkins job suffering from this crash is https://builds.apache.org/job/sis-jdk7/. Below is the crash report:

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0xfee952d6, pid=4889, tid=20
#
# JRE version: 7.0-b147
# Java VM: Java HotSpot(TM) Server VM (21.0-b17 mixed mode solaris-x86 )
# Problematic frame:
# C  [libc.so.1+0x252d6]  memcpy+0x166
#
# Core dump written. Default location: /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/sis-jdk7/core or core.4889
#
# An error report file with more information is saved as:
# /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/sis-jdk7/hs_err_pid4889.log
#
# If you would like to submit a bug report, please visit:
#http://bugreport.sun.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#

Reply via email to