Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 405786 - Eclipse crashes with newer libsoup-2.4.so.1 (version 2.42.0)
Summary: Eclipse crashes with newer libsoup-2.4.so.1 (version 2.42.0)
Status: CLOSED DUPLICATE of bug 404776
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 4.2.2   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-SWT-Inbox CLA Friend
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-16 08:27 EDT by René Krell CLA Friend
Modified: 2014-10-01 03:45 EDT (History)
3 users (show)

See Also:


Attachments
JVM error report file (148.66 KB, text/x-log)
2013-04-16 08:27 EDT, René Krell CLA Friend
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description René Krell CLA Friend 2013-04-16 08:27:01 EDT
Created attachment 229757 [details]
JVM error report file

After updating to GNOME 3.8 with libsoup 2.42.0, Eclipse reliably crashes after a few seconds of using:

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x00007feeaaf5fd89, pid=6575, tid=140665755485952
#
# JRE version: 6.0_43-b01
# Java VM: Java HotSpot(TM) 64-Bit Server VM (20.14-b01 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# C  [libsoup-2.4.so.1+0x72d89]  short+0x19
#
# An error report file with more information is saved as:
# /home/rkrell/hs_err_pid6575.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.
#

See also:
https://bugs.launchpad.net/ubuntu-gnome/+bug/1163501

The workaround of adding
-Dorg.eclipse.swt.browser.DefaultType=mozilla
to eclipse.ini works for me, too.
Comment 1 Grant Gayed CLA Friend 2013-04-16 16:39:23 EDT

*** This bug has been marked as a duplicate of bug 404776 ***
Comment 2 Cristian Gheorghe Florescu CLA Friend 2014-10-01 03:45:28 EDT
I have the same issue. 
Ubuntu 14.04 x64 with Eclipse 4.2 and Oracle Jdk 1.6.0_38 x64 

After last system update eclipse are closing unexpectedly.

Previous workaround of adding

-Dorg.eclipse.swt.browser.DefaultType=mozilla

to eclipse.ini works for me, too.