← Back to team overview

openjdk team mailing list archive

[Bug 968308] Re: Opening Eclipse workbench causes SIGSEGV

 

Launchpad has imported 6 comments from the remote bug at
https://bugs.eclipse.org/bugs/show_bug.cgi?id=400626.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.

------------------------------------------------------------------------
On 2013-02-12T21:07:26+00:00 Frits Jalvingh wrote:

Created attachment 226958
JVM dump

At random, mostly very inopportune times Eclipse 4.3m5 crashes (creating
a JVM dump). The dump will be attached after this. I have no
reproduction scenario.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/openjdk-6/+bug/968308/comments/3

------------------------------------------------------------------------
On 2013-02-13T18:05:49+00:00 Grant Gayed wrote:

Which Linux distro are you using?

Reply at:
https://bugs.launchpad.net/ubuntu/+source/openjdk-6/+bug/968308/comments/4

------------------------------------------------------------------------
On 2013-02-13T18:26:00+00:00 Frits Jalvingh wrote:

I'm using Ubuntu 12.12 64-bit. I also posted a hang that might be
related (bug 400723)- I get the feeling it might be related to the
browser integration which if I remember correctly is used inside hover
popups.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/openjdk-6/+bug/968308/comments/5

------------------------------------------------------------------------
On 2013-02-19T07:47:37+00:00 Frits Jalvingh wrote:

This bug has made it impossible to use this milestone, sadly enough- it
crashes tens of times a day. Is there a way to disable webkit? Or to
replace it with the old xulrunner?

Reply at:
https://bugs.launchpad.net/ubuntu/+source/openjdk-6/+bug/968308/comments/6

------------------------------------------------------------------------
On 2013-02-19T15:41:40+00:00 Grant Gayed wrote:

You can change the Browser's default renderer type by adding the
following vm arg to the end of your eclipse.ini:

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

You can then point at a XULRunner to use by adding vm arg:

-Dorg.eclipse.swt.browser.XULRunnerPath=<fullPath>

(note the list of supported XULRunner versions:
http://www.eclipse.org/swt/faq.php#browserlinux )

Reply at:
https://bugs.launchpad.net/ubuntu/+source/openjdk-6/+bug/968308/comments/7

------------------------------------------------------------------------
On 2013-03-27T10:44:25+00:00 Frits Jalvingh wrote:

FYI: this same bug now also occurs several times per hour on Eclipse
3.8.2, when it runs on Ubuntu 13.04. Yes, I know it is not yet released,
just adding info.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/openjdk-6/+bug/968308/comments/8


** Changed in: eclipse
       Status: Unknown => Confirmed

** Changed in: eclipse
   Importance: Unknown => Medium

-- 
You received this bug notification because you are a member of OpenJDK,
which is subscribed to openjdk-6 in Ubuntu.
https://bugs.launchpad.net/bugs/968308

Title:
  Opening Eclipse workbench causes SIGSEGV

Status in Eclipse:
  Confirmed
Status in “openjdk-6” package in Ubuntu:
  Confirmed

Bug description:
  Using Ubuntu 12.04 updated kernel 3.3.0-030300-generic x86_64.
  To reproduce:
   - Do fresh install of eclipse
   - open eclipse
   - click on Workbench icon

  The following error occurs:

  # A fatal error has been detected by the Java Runtime Environment:
  #
  #  SIGSEGV (0xb) at pc=0x00007f611eb2f5e0, pid=11709, tid=140057214498560
  #
  # JRE version: 6.0_24-b24
  # Java VM: OpenJDK 64-Bit Server VM (20.0-b12 mixed mode linux-amd64 compressed oops)
  # Derivative: IcedTea6 1.11.1
  # Distribution: Ubuntu precise (development branch), package 6b24-1.11.1-3ubuntu3
  # Problematic frame:
  # C  [libwebkitgtk-1.0.so.0+0x3da5e0]  webkitWebViewRegisterForIconNotification+0xc0

  See attached error log.

To manage notifications about this bug go to:
https://bugs.launchpad.net/eclipse/+bug/968308/+subscriptions


References