Community
Participate
Working Groups
Build Identifier: 20110916-0149 Hello, I'm on Red Hat 6.0 and trying to use Eclipse Java EE. So whem i start Eclipse, it crashes directly or when i'm going to some windows as Properties Windows. You can see here the error : # # A fatal error has been detected by the Java Runtime Environment: # # SIGSEGV (0xb) at pc=0x00000039f7c14d70, pid=6919, tid=140146584639248 # # JRE version: 6.0_22-b04 # Java VM: Java HotSpot(TM) 64-Bit Server VM (17.1-b03 mixed mode linux-amd64 ) # Problematic frame: # C [ld-linux-x86-64.so.2+0x14d70] # # An error report file with more information is saved as: # /tmp/hs_err_pid6919.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. # I found a similar bug here, but the way to had : -XX:-UseCompressedOops Doesn't fix the problem. I used openjdk and oracle version of jdk without success. Reproducible: Always Steps to Reproduce: 1.Launch eclipse 2.Click on the menu File 3.Click on the tab Properties
Created attachment 209549 [details] Error log file
(In reply to comment #1) > Created attachment 209549 [details] > Error log file This doesn't say much about the JVM stack or threads when the error occurred, looks like a library loading problem (but it doesn't say which one). Can you find one that was generated from when you had eclipse up, and then went into the Properties view? PW
Created attachment 209551 [details] Error log file after tryimg to open Properties Window
Maybe this one: DM
I tried to install an helios version of eclipse with official repositary of red hat, and i had the same error (with jdk and openjdk).
Marking report as a duplicate based on its stack. *** This bug has been marked as a duplicate of bug 363491 ***