Mostrando entradas con la etiqueta bug eclipse ubuntu java. Mostrar todas las entradas
Mostrando entradas con la etiqueta bug eclipse ubuntu java. Mostrar todas las entradas

Bug Eclipse en Ubuntu 10.10

sábado, 12 de febrero de 2011 0 comentarios
Si mientras estas usando eclipse se cierra la aplicacion, y en la terminal te sale un error como el siguiente:
fal@lenovo:~/eclipse$ ./eclipse
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0xb5542953, pid=6823, tid=3078031040
#
# JRE version: 6.0_20-b20
# Java VM: OpenJDK Client VM (19.0-b09 mixed mode, sharing linux-x86 )
# Derivative: IcedTea6 1.9.5
# Distribution: Ubuntu 10.10, package 6b20-1.9.5-0ubuntu1
# Problematic frame:
# J org.eclipse.core.internal.expressions.Expressions.uncachedIsSubtype(Ljava/lang/Class;Ljava/lang/String;)Z
#
# An error report file with more information is saved as:
# /home/fal/eclipse/hs_err_pid6823.log
#
# 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/
#
La falla se debe a la caracteristica de auto-completo, entonces el error esta en xulrunner.
Para esto solo basta con removerlo de la siguiente manera:
fal@lenovo:~/eclipse$ sudo apt-get remove xulrunner-1.9.1