lambda core dump on OSX (original) (raw)

Rémi Forax forax at univ-mlv.fr
Sat Apr 21 17:43:25 PDT 2012


Salut Henri,

On 04/22/2012 02:30 AM, Henri Gomez wrote:

more about this.

same build performed without fastdebug and everything woks fine. Problem is related to fastdebug mode (at least under OSX)

Yes, if you take a close look to the report, you can see that an assert was triggered and assserts are not compiled in product VMs.

As suggested, you can use -XX+SuppressErrorAt=/typeArrayOop.hpp:105 to avoid this assert to stop the VM.

Rémi

2012/4/22 Henri Gomez<henri.gomez at gmail.com>: Hi to all,

Just tried to build latest lambda for OSX with fastdebug set and build works fine but java core dump ;(

# To suppress the following error report, specify this argument # after -XX: or in .hotspotrc: SuppressErrorAt=/typeArrayOop.hpp:105 # # A fatal error has been detected by the Java Runtime Environment: # # Internal Error (/Users/henri/Documents/jenkins/data/jobs/openjdk-jdk8-lambda/workspace/hotspot/src/share/vm/oops/typeArrayOop.hpp:105), pid=47169, tid=7171 # assert(iswithinbounds(which)) failed: index out of bounds # # JRE version: 8.0 # Java VM: OpenJDK 64-Bit Server VM (24.0-b07-fastdebug mixed mode bsd-amd64 compressed oops) # Core dump written. Default location: /Users/henri/core or core.47169 # # An error report file with more information is saved as: # /Users/henri/hserrpid47169.log # # If you would like to submit a bug report, please visit: # http://bugreport.sun.com/bugreport/crash.jsp # It was built with make genericdebugbuild : make DEBUGNAME=fastdebug genericdebugbuild _make _ ALTOUTPUTDIR=/Users/henri/Documents/jenkins/data/jobs/openjdk-jdk8-lambda/workspace/build/macosx-amd64/../macosx-amd64-fastdebug __ _DEBUGNAME=fastdebug _ _GENERATEDOCS=false _ __ genericbuildreposeries /bin/mkdir -p /Users/henri/Documents/jenkins/data/jobs/openjdk-jdk8-lambda/workspace/build/macosx-amd64/../macosx-amd64-fastdebug/j2sdk-image /bin/mkdir -p /Users/henri/Documents/jenkins/data/jobs/openjdk-jdk8-lambda/workspace/build/macosx-amd64/../macosx-amd64-fastdebug/langtools ######################################################################## ######################################################################## ##### Entering langtools for target(s) all ##### ######################################################################## _(cd ./langtools/make&& _ make JDKTOPDIR=/Users/henri/Documents/jenkins/data/jobs/openjdk-jdk8-lambda/workspace/jdk JDKMAKESHAREDDIR=/Users/henri/Documents/jenkins/data/jobs/openjdk-jdk8-lambda/workspace/jdk/make/common/shared EXTERNALSANITYCONTROL=true SOURCELANGUAGEVERSION=8 TARGETCLASSVERSION=8 MILESTONE=jdk8-b35 BUILDNUMBER=20120422 JDKBUILDNUMBER=20120422 FULLVERSION=1.8.0-jdk8-b35-fastdebug-20120422 PREVIOUSJDKVERSION=1.7.0 JDKVERSION=1.8.0 JDKMKTGVERSION=8 JDKMAJORVERSION=1 JDKMINORVERSION=8 JDKMICROVERSION=0 PREVIOUSMAJORVERSION=1 PREVIOUSMINORVERSION=7 PREVIOUSMICROVERSION=0 ARCHDATAMODEL=64 VARIANT=DBG FASTDEBUG=true DEBUGCLASSFILES=true COOKEDBUILDNUMBER=20120422 ALTOUTPUTDIR



More information about the lambda-dev mailing list