martedì 24 giugno 2008

Quando Eclipse e xulrunner non vanno d'accordo...





Può capitare che Eclipse vada in crash all'improvviso, ritornando un messaggio a console del tipo:


# An unexpected error has been detected by Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0xb5e883c9, pid=2884, tid=3085846816
#
# Java VM: Java HotSpot(TM) Client VM (10.0-b22 mixed mode, sharing linux-x86)
# Problematic frame:
# C [libxul.so+0x9d93c9]
#
# An error report file with more information is saved as:
# /home/xxx/hs_err_pid2884.log
#
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
#


Ciò è dovuto ad incompatibilità tra la versione di Eclipse e la versione di xulrunner installate nel sistema. Il problema può essere risolto disabilitando in Eclipse l'autorilevamento delle librerie xulrunner, aggiungendo la seguente riga al file eclipse.ini :

-Dorg.eclipse.swt.browser.XULRunnerPath=/dev/null





Nessun commento: