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

Bug 438328

Summary: Failed to write core dump SIGSEGV
Product: [Technology] MPC Reporter: Raul Silva <rpslv>
Component: wizardAssignee: Project Inbox <mpc.wizard-inbox>
Status: RESOLVED DUPLICATE QA Contact:
Severity: critical    
Priority: P3 CC: pwebster, reckord
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Whiteboard:
Attachments:
Description Flags
the log error none

Description Raul Silva CLA 2014-06-26 19:58:51 EDT
Created attachment 244570 [details]
the log error

When Im trying to enter the Marketplace the IDE close with the message:

A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x8277f8e5, pid=7027, tid=3076626112
#
# JRE version: Java(TM) SE Runtime Environment (8.0_05-b13) (build 1.8.0_05-b13)
# Java VM: Java HotSpot(TM) Client VM (25.5-b02 mixed mode linux-x86 )
# Problematic frame:
# C  [libgdk-x11-2.0.so.0+0x4c8e5]  gdk_display_open+0x45
#
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# 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.
Comment 1 Paul Webster CLA 2014-06-27 08:06:15 EDT
I've sent this to MPC since they made the call, but this looks like a problem with your java8 install, not with eclipse:

C  [libgdk-x11-2.0.so.0+0x4c8e5]  gdk_display_open+0x45
C  [libawt_xawt.so+0x2e323]  Java_sun_awt_X11_XDesktopPeer_init+0x43
j  sun.awt.X11.XDesktopPeer.init()Z+0
j  sun.awt.X11.XDesktopPeer.initWithLock()V+9
j  sun.awt.X11.XDesktopPeer.isDesktopSupported()Z+0
j  sun.awt.X11.XToolkit.isDesktopSupported()Z+0
j  java.awt.Desktop.isDesktopSupported()Z+15
...
j  org.eclipse.epp.internal.mpc.ui.wizards.ShareSolutionLink.isMailSupported()Z+23
j  org.eclipse.epp.internal.mpc.ui.wizards.ShareSolutionLink.createMenu(Lorg/eclipse/swt/widgets/Control;)Lorg/eclipse/swt/widgets/Menu;+15
Comment 2 Carsten Reckord CLA 2014-06-27 10:56:14 EDT
I've seen similar in the past occasionally under Linux, with a number of different native libraries involved. 

I was never able to reproduce, but it always seemed to have AWT and GTK in the mix somewhere. Have you tried with or without GTK3 support? I.e. do this before launching Eclipse:

export SWT_GTK3=0

or

export SWT_GTK3=1
Comment 3 Carsten Reckord CLA 2014-11-26 07:28:04 EST
I'm closing this as a dupicate of bug 438598, because there's more detail there

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