Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Juno crashes on Ubuntu 13.10
Juno crashes on Ubuntu 13.10 [message #1192909] Sun, 17 November 2013 20:51 Go to next message
Ralf Sternberg is currently offline Ralf SternbergFriend
Messages: 1313
Registered: July 2009
Senior Member

Hi,

since upgrading to Ubuntu 13.10, I can't start a Juno IDE anymore. The
4.2 SDK crashes immediately on startup with a libwebgtk error (see
below). Eclipse 4.3 starts normally, it only crashes when an internal
browser is opened, but that's nothing new :(

I've heard that libwebgtk issues might be related to google-talkplugin.
So I tried to remove this package, but the crash on 4.2 startup remains.

Does anybody else has the same problem? Any hints how older Eclipse
version can be run on Ubuntu 13.10?

Thanks, Ralf


#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007f3470df75b0, pid=26177, tid=139865627285248
#
# JRE version: Java(TM) SE Runtime Environment (7.0_45-b18) (build
1.7.0_45-b18)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (24.45-b08 mixed mode
linux-amd64 compressed oops)
# Problematic frame:
# C [libwebkitgtk-1.0.so.0+0x112b5b0] void
WTF::freeOwnedGPtr<_GdkEvent>(_GdkEvent*)+0x16b00
....


--
Ralf Sternberg

Twitter: @EclipseRAP
Blog: http://eclipsesource.com/blogs/

Professional services for RAP and RCP?
http://eclipsesource.com/services/rap/
Re: Juno crashes on Ubuntu 13.10 [message #1219253 is a reply to message #1192909] Mon, 02 December 2013 21:59 Go to previous messageGo to next message
Grant Gayed is currently offline Grant GayedFriend
Messages: 2150
Registered: July 2009
Senior Member
On 11/17/2013 3:51 PM, Ralf Sternberg wrote:
> #
> # A fatal error has been detected by the Java Runtime Environment:
> #
> # SIGSEGV (0xb) at pc=0x00007f3470df75b0, pid=26177, tid=139865627285248
> #
> # JRE version: Java(TM) SE Runtime Environment (7.0_45-b18) (build
> 1.7.0_45-b18)
> # Java VM: Java HotSpot(TM) 64-Bit Server VM (24.45-b08 mixed mode
> linux-amd64 compressed oops)
> # Problematic frame:
> # C [libwebkitgtk-1.0.so.0+0x112b5b0] void
> WTF::freeOwnedGPtr<_GdkEvent>(_GdkEvent*)+0x16b00

This error looks like
https://bugs.eclipse.org/bugs/show_bug.cgi?id=392967, which was fixed in
the 4.3 release. I don't think you'll be able to get Eclipse/SWT 4.2 to
work in your environment, as the root cause of this crash was in
WebKitGTK and the Browser's fix in 4.3 was to trigger extraneous native
events to work around it.

When 4.3 crashes for you I suspect you're seeing a different problem.
My guess would be https://bugs.eclipse.org/bugs/show_bug.cgi?id=400626
since many others are seeing it as well. If you look to the bottom of
this report you'll see that it appears to be fixed in more recent
WebKitGTK releases, though I have not personally confirmed this.

Grant
Re: Juno crashes on Ubuntu 13.10 [message #1220043 is a reply to message #1219253] Mon, 09 December 2013 10:17 Go to previous message
Ralf Sternberg is currently offline Ralf SternbergFriend
Messages: 1313
Registered: July 2009
Senior Member

Thanks for these pointers, Grant! I've managed to work around the
problem by adding this property to my eclipse.ini:

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

There are some issues with the internal browser such as missing icons
but at least no crashes.

Ralf

--
Ralf Sternberg

Twitter: @EclipseRAP
Blog: http://eclipsesource.com/blogs/

Professional services for RAP and RCP?
http://eclipsesource.com/services/rap/
Previous Topic:TableViewer refresh does not work in a ViewPart
Next Topic:assertion error while setting focus on text field
Goto Forum:
  


Current Time: Thu Apr 25 14:03:54 GMT 2024

Powered by FUDForum. Page generated in 0.03290 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top