getting a fatal error/Abort trap building mlvm

Stephen Bannasch stephen.bannasch at deanbrook.org
Thu Jul 15 20:43:22 PDT 2010


I just updated the bsdport sources and the mlvm patchsets and I'm getting the following fatal error in the Java runtime just 
after executing:

   cd bsd_i486_compiler1/fastdebug && ./test_gamma

   # A fatal error has been detected by the Java Runtime Environment:
   #
   #  Internal Error (/Users/stephen/dev/java/src/bsd-port/hotspot/src/share/vm/ci/ciMethod.hpp:95), pid=69568, tid=2954858496
   #  assert(is_loaded()) failed: not loaded

The end of the console output and a copy of the error log are in this gist: http://gist.github.com/477883

I'm using Landon Foller's 32 bit Soylatte as the  build JVM.

If I rerun test_gamma outside of the build process I get an Abort trap.

   [sources]$ cd ./build/bsd-i586/hotspot/outputdir/bsd_i486_compiler1/fastdebug && ./test_gamma
   java full version "1.6.0_03-p3-landonf_19_aug_2008_14_55-b00"
   java version "1.6.0_03-p3"
   Java(TM) SE Runtime Environment (build 1.6.0_03-p3-landonf_19_aug_2008_14_55-b00)
   OpenJDK Client VM (build 19.0-b03-fastdebug, mixed mode)

   # To suppress the following error report, specify this argument
   # after -XX: or in .hotspotrc:  SuppressErrorAt=/ciMethod.hpp:95
   #
   # A fatal error has been detected by the Java Runtime Environment:
   #
   #  Internal Error (/Users/stephen/dev/java/src/bsd-port/hotspot/src/share/vm/ci/ciMethod.hpp:95), pid=70212, tid=2954858496
   #  assert(is_loaded()) failed: not loaded
   #
   # JRE version: 6.0_03
   # Java VM: OpenJDK Client VM (19.0-b03-fastdebug mixed mode bsd-x86 )
   # An error report file with more information is saved as:
   # /Users/stephen/dev/java/src/bsd-port/build/bsd-i586/hotspot/outputdir/bsd_i486_compiler1/fastdebug/hs_err_pid70212.log
   #
   # If you would like to submit a bug report, please visit:
   #   http://java.sun.com/webapps/bugreport/crash.jsp
   #
   Current thread is 2954858496
   Dumping core ...
   ./test_gamma: line 12: 70212 Abort trap              ./${gamma:-gamma} -Xbatch -showversion Queens < /dev/null


More information about the mlvm-dev mailing list