Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 368705 - Eclipse crashes with JVM
Summary: Eclipse crashes with JVM
Status: CLOSED DUPLICATE of bug 363491
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 3.7.1   Edit
Hardware: PC Linux
: P3 major (vote)
Target Milestone: ---   Edit
Assignee: Platform-SWT-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-16 07:42 EST by david martins CLA
Modified: 2012-02-09 11:41 EST (History)
5 users (show)

See Also:


Attachments
Error log file (84.01 KB, text/plain)
2012-01-16 07:44 EST, david martins CLA
no flags Details
Error log file after tryimg to open Properties Window (73.01 KB, text/plain)
2012-01-16 08:18 EST, david martins CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***