← Back to team overview

openjdk team mailing list archive

[Bug 968308]

 

Thank you Frits.

After applying the patch related to webkit and scrollbar, as you
suggested, eclipse seems to be very robust and stable.

Take in consideration that I installed also the .deb files about
webwkit, suggested in #comment 83

After two days coding, eclipse not crash yet.


(In reply to Frits Jalvingh from comment #85)
> (In reply to Francesco D\'Amore from comment #84)
> > Unfortunatly there aren't JVM crash files available for logging. 
> Well, I had that too; I managed to get proper jvm logfiles by using a start
> script instead of Eclipse's launcher. Create a file "start.sh" in your
> eclipse home with:
> 
> #!/bin/bash
> ulimit -c unlimited
> /opt/java/jdk1.7.0_25/bin/java -XX:MaxPermSize=512m -Xmx2048m
> -Dorg.eclipse.swt.browser.XULRunnerPath=/dev/null
> -Dorg.eclipse.swt.browser.DefaultType=mozilla -jar
> plugins/org.eclipse.equinox.launcher_*.jar -console
> 
> Mark it executable (chmod a+x start.sh) and use it to start Eclipse. This at
> least produces the jvm logs again.
> 
> In addition, for me Eclipse on Ubuntu 13.04 has been *rock solid*, both 4.2
> and 4.3, no crashes *at all* with daily use for many hours a day (yes, lack
> of real life ;-) by doing the following:
> 
> * Disable browser support by adding the 
> -Dorg.eclipse.swt.browser.XULRunnerPath=/dev/null 
> -Dorg.eclipse.swt.browser.DefaultType=mozilla 
> parameters to eclipse.ini
> 
> * Apply the workaround for bug# 416869:
> sudo apt-get remove overlay-scrollbar
> 
> With those things no crashes.

-- 
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