Hi all! I want to play around with the code of Gemini Blueprint. I've git-cloned the project and I try to build it using maven. For that I run
mvn clean install -Pit,equinox However I keep getting a native jvm error. I've been getting it on openjdk6, Oracle JDK7 (os=ubuntu). I tried waiting a couple of days, so maybe the problem will be fixed. But it wasn't fixed. I guess this problem is unique for my environment. Which jdk should I try? Are there any other build steps that I have to do to get success? Just in case the error happens when running tests in test-support module and here it is: ------------------------------------------------------- T E S T S ------------------------------------------------------- # # A fatal error has been detected by the Java Runtime Environment: # # SIGSEGV (0xb) at pc=0x00007f6ac46ba8c0, pid=31064, tid=140096549824256 # # JRE version: 7.0_21-b11 # Java VM: Java HotSpot(TM) 64-Bit Server VM (23.21-b01 mixed mode linux-amd64 compressed oops) # Problematic frame: # C [libc.so.6+0x14e8c0] __nss_hosts_lookup+0x1cf80 # # Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again # # An error report file with more information is saved as: # /home/shutyaev/Projects/gemini-blueprint/repo/hs_err_pid31064.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. # Best regards, Alexander
_______________________________________________ gemini-dev mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/gemini-dev
