← Back to team overview

openjdk team mailing list archive

[Bug 1086831] Re: Crash when run/debug web application with Eclipse/Tomcat

 

As a temporary solution, this worked for me.
Adding  -Dorg.eclipse.swt.browser.DefaultType=mozilla  to eclipse.ini
Couresy http://askubuntu.com/a/359683

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

Title:
  Crash when run/debug web application with Eclipse/Tomcat

Status in openjdk-7 package in Ubuntu:
  Confirmed

Bug description:
  Description: Eclipse closes silenty when I start running/debugging a
  web application. In the console, I get this message:

  org.eclipse.jst.j2ee.internal.deployables.JEEFlattenParticipantProvider
  #
  # A fatal error has been detected by the Java Runtime Environment:
  #
  #  SIGSEGV (0xb) at pc=0x00007ff1260c85a0, pid=5163, tid=140676270663424
  #
  # JRE version: 7.0_09-b30
  # Java VM: OpenJDK 64-Bit Server VM (23.2-b09 mixed mode linux-amd64 compressed oops)
  # Problematic frame:
  # C  [libwebkitgtk-1.0.so.0+0x14245a0]  void WTF::freeOwnedGPtr<_GdkEvent>(_GdkEvent*)+0x15df0
  #
  # Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
  #
  # An error report file with more information is saved as:
  # /home/cumeo/hs_err_pid5163.log
  #
  # If you would like to submit a bug report, please include
  # instructions on how to reproduce the bug and visit:
  #   https://bugs.launchpad.net/ubuntu/+source/openjdk-7/
  # The crash happened outside the Java Virtual Machine in native code.
  # See problematic frame for where to report the bug.
  #

  Operating system: Ubuntu 12.10

  Reproducing steps:
  - Download Eclipse J2EE Juno 
  - Download Tomcat 7
  - Register Tomcat 7 as a Runtime server
  - Create a Dynamic web project
  - Run/Debug in server

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openjdk-7/+bug/1086831/+subscriptions


References