dev@hk2.java.net

build of HK2 crashing mvn's JVM

From: Peter Williams <Pete.Williams_at_Sun.COM>
Date: Wed, 08 Oct 2008 15:42:46 -0700

When I build HK2 today, I get this (truncated of course).

[INFO]
------------------------------------------------------------------------
[INFO] Building HK2 module of HK2 itself
[INFO] task-segment: [install]
[INFO]
------------------------------------------------------------------------
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
#
# An unexpected error has been detected by Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0xfeea51a6, pid=20600, tid=2
#
# Java VM: Java HotSpot(TM) Server VM (11.0-b15 mixed mode solaris-x86)
# Problematic frame:
# C [libc.so.1+0x251a6] _memcpy+0x176
#
# An error report file with more information is saved as
# /space/peterw/glassfish/hk2/hk2/hs_err_pid20600.log
#
# If you would like to submit a bug report, please visit
# http://java.sun.com/webapps/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
Abort

I didn't get this a few days ago. Anyone know what's up?

mvn 2.0.8, jdk 1.5.0 (Although mvn is running on jdk 1.6)

-Peter