cpputest / CppUTestEclipsePlugin

Eclipse plugin for CppUTest unit test harness
18 stars 10 forks source link

Build failure - fatal error has been detected by the Java Runtime Environmen #8

Open esutton opened 10 years ago

esutton commented 10 years ago

When building under OS X with java version "1.7.0_04" I receive a fatal error. I have little expertise in Java. This may have nothing to do with the plugin.

I am very excited about the potential of this plugin to recreate the envious features of JUnit for Cpptest and C++ TDD. Thank you very much for sharing your hard work. Any tips or suggestions on debugging is much appreciated.

mvn install … A fatal error has been detected by the Java Runtime Environment: SIGBUS (0xa) at pc=0x000000010cdabf50, pid=734, tid=38177202176

JRE version: 7.0_04-b21 Java VM: Java HotSpot(TM) 64-Bit Server VM (23.0-b21 mixed mode bsd-amd64 compressed oops) Problematic frame: J org.eclipse.osgi.internal.module.ResolverConstraint.getSelectedSupplier()Lorg/eclipse/osgi/internal/module/VersionSupplier;

The dialog that pops up states a report is being sent to Apple and contains the following information:

Process: java [1281] Path: /Library/Java/JavaVirtualMachines/1.7.0.jdk/Contents/Home/jre/bin/java Identifier: java Version: 1.0 (1.0) Code Type: X86-64 (Native) Parent Process: sh [1280]

Date/Time: 2013-12-05 09:06:41.947 -0600 OS Version: Mac OS X 10.7.5 (11G63) Report Version: 9

Interval Since Last Report: 284529 sec Crashes Since Last Report: 5 Per-App Crashes Since Last Report: 5 Anonymous UUID: B727AB17-567F-4A71-9E55-46BEFD9A45E1

Crashed Thread: 19 Java: Refresh Packages

Exception Type: EXC_BAD_ACCESS (SIGABRT) Exception Codes: KERN_PROTECTION_FAILURE at 0x000000011034f00c

VM Regions Near 0x11034f00c: mapped file 000000011033f000-0000000110340000 [ 4K] r--/r-x SM=PRV /Users/USER//.jar --> VM_ALLOCATE 0000000110340000-0000000110350000 [ 64K] ---/rwx SM=NUL
VM_ALLOCATE 0000000110350000-0000000111810000 [ 20.8M] rw-/rwx SM=PRV

Application Specific Information: objc[1281]: garbage collection is OFF abort() called

Thank you,

-Ed