← Back to team overview

openjdk team mailing list archive

[Bug 563647] Re: eclipse/JVM crashes in libmozjs.so

 

*** This bug is a duplicate of bug 582615 ***
    https://bugs.launchpad.net/bugs/582615

Yes, it uses ~/.eclipse, else it would not be there in the first place.
It is used for storing generic things that are not "workspace" specific
and it also stores locally installed plugins there.

Also, if you still experience the crashes with the Ubuntu installed
eclipse after removing libraries in ~/.eclipse, then make sure you do
not have old xulrunner installations on your system (e.g.
xulrunner-1.9.1)

~Niels


** This bug has been marked a duplicate of bug 582615
   Eclipse crashes after choosing Help / Welcome

-- 
eclipse/JVM crashes in libmozjs.so
https://bugs.launchpad.net/bugs/563647
You received this bug notification because you are a member of OpenJDK,
which is subscribed to openjdk-6 in ubuntu.

Status in “eclipse” package in Ubuntu: Incomplete
Status in “openjdk-6” package in Ubuntu: Invalid

Bug description:
Eclipse crashes (including the whole VM) when hovering over a method or class name (that displays a tooltip) making developement very difficult because one hovers over methods sooner or later unintentionally.
This happens with Sun JRE and OpenJDK.
Problem seems to be a bug in libmozjs.so .

Sun JRE crash output:
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x023b6cee, pid=18414, tid=2990533488
#
# JRE version: 6.0_20-b02
# Java VM: Java HotSpot(TM) Client VM (16.3-b01 mixed mode, sharing linux-x86 )
# Problematic frame:
# C  [libmozjs.so+0x1acee]  js_NextActiveContext+0x16
#
# An error report file with more information is saved as:
# /home/jakob/Jakob/web-tech/Caretec Oracle vs TYPO3/sourcecode-git-repo/hs_err_pid18414.log
#
# If you would like to submit a bug report, please visit:
#   http://java.sun.com/webapps/bugreport/crash.jsp
#

OpenJDK crash output:
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x0584fe32, pid=2388, tid=2996824944
#
# JRE version: 6.0_18-b18
# Java VM: OpenJDK Client VM (16.0-b13 mixed mode, sharing linux-x86 )
# Derivative: IcedTea6 1.8
# Distribution: Ubuntu lucid (development branch), package 6b18~pre4-1ubuntu1
# Problematic frame:
# C  [libmozjs.so+0x1ae32]  js_NextActiveContext+0x16
#
# If you would like to submit a bug report, please include
# instructions how to reproduce the bug and visit:
#   https://bugs.launchpad.net/ubuntu/+source/openjdk-6/
#