A JVM está travando aleatoriamente ao tentar usar o Eclipse [closed]

2

Desde que eu instalei o Ubuntu 10.04 no meu PC, eu tenho o eclipse quebrando a cada hora ou mais sem ação aparente. Nos logs, vejo que a causa está relacionada ao JAVA:

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x00007f95f32ce9c0, pid=2382, tid=140280562099984
#
# JRE version: 6.0_18-b18
# Java VM: OpenJDK 64-Bit Server VM (16.0-b13 mixed mode linux-amd64 )
# Derivative: IcedTea6 1.8.2
# Distribution: Ubuntu 10.04.1 LTS, package 6b18-1.8.2-4ubuntu2
# Problematic frame:
# V  [libjvm.so+0x5309c0]
#
# An error report file with more information is saved as:
# /home/elapouya/perso/projects/django/rsame/hs_err_pid2382.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/
#

www.eclipse.org conhece este bug e é RECOMENDADO para usar 1.6.0.10 ou mais, ou jdk 1.5 Eu instalei o mais recente oficial da JVM, mas ainda trava. Eu 6.0_18-b18 (não sei se isso é 1.6.0.10 ...) Então eu instalei uma versão mais antiga: 1.5.0_19, mas ainda tenho falhas aleatórias:

#
# An unexpected error has been detected by HotSpot Virtual Machine:
#
#  SIGSEGV (0xb) at pc=0x00007fc833c91dfe, pid=8630, tid=140496587896592
#
# Java VM: Java HotSpot(TM) 64-Bit Server VM (1.5.0_19-b02 mixed mode)
# Problematic frame:
# V  [libjvm.so+0x5b1dfe]
#
# An error report file with more information is saved as hs_err_pid8630.log
#
# If you would like to submit a bug report, please visit:
#   http://java.sun.com/webapps/bugreport/crash.jsp
#

Eu fiz um upgrade do apt-get para estar atualizado, mas ele continua a falhar:

O que você recomendaria?

    
por Eric 11.11.2010 / 13:39

1 resposta

1

Eu mudaria para o jre / jdk de 32 bits e arquivaria um relatório de bug ... uma vez que o classificasse de volta para 64 bits. Alternativamente, você poderia tentar o instalador binário da Sun diretamente ao invés do openjdk, mas isso pode mexer com suas dependências e você terá que configurar algumas variáveis de ambiente em .profile ou .bashrc

    
por RobotHumans 11.11.2010 / 13:44