Since a few days, JVM crashes in native JVM code while building the
"sis-jdk7" branch on Jenkins. While I could workaround the crash by
disabling the "sis-build-helper" Maven plugin which is causing it, since
this is a JVM crash it may be safer to report the issues. What is the
procedure? Should I send directly a bug report to
http://bugreport.sun.com/bugreport/crash.jsp, or should I contact some
Apache admin? The crash happen in java.util.zip.ZipFile.getEntry(...)
and the report is:
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0xfee952d6, pid=16639, 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.16639
#
# An error report file with more information is saved as:
#
/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/sis-jdk7/hs_err_pid16639.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.
#
The core dump is available at
https://builds.apache.org/job/sis-jdk7/ws/hs_err_pid16639.log
Thanks,
Martin