Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 368705

Summary: Eclipse crashes with JVM
Product: [Eclipse Project] Platform Reporter: david martins <martins.davidjp>
Component: SWTAssignee: Platform-SWT-Inbox <platform-swt-inbox>
Status: CLOSED DUPLICATE QA Contact:
Severity: major    
Priority: P3 CC: arunkumar.thondapu, eclipse.felipe, grant_gayed, pwebster, remy.suen
Version: 3.7.1   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Whiteboard:
Attachments:
Description Flags
Error log file
none
Error log file after tryimg to open Properties Window none

Description david martins CLA 2012-01-16 07:42:39 EST
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
Comment 1 david martins CLA 2012-01-16 07:44:01 EST
Created attachment 209549 [details]
Error log file
Comment 2 Paul Webster CLA 2012-01-16 08:13:20 EST
(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
Comment 3 david martins CLA 2012-01-16 08:18:02 EST
Created attachment 209551 [details]
Error log file after tryimg to open Properties Window
Comment 4 david martins CLA 2012-01-16 08:19:43 EST
Maybe this one:

DM
Comment 5 david martins CLA 2012-01-16 10:29:58 EST
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).
Comment 6 Grant Gayed CLA 2012-02-09 11:41:54 EST
Marking report as a duplicate based on its stack.

*** This bug has been marked as a duplicate of bug 363491 ***