自升级到Ubuntu 14.04以来,JRE在Eclipse中崩溃

时间:2014-08-14 02:27:17

标签: java android eclipse ubuntu

我在Ubuntu 12.04 LTS上的Eclipse 4.2.2和Java 1.6.0_21上开发Android应用程序没有任何问题。最近我得到了14.04的升级通知,所以我升级了。现在我在Eclipse中不断收到以下错误

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x00007f90b685a2a1, pid=7131, tid=140264058119936
#
# JRE version: 6.0_21-b06
# Java VM: Java HotSpot(TM) 64-Bit Server VM (17.0-b16 mixed mode linux-amd64 )
# Problematic frame:
# C  [libsoup-2.4.so.1+0x6c2a1]  soup_session_feature_detach+0x11
#
# An error report file with more information is saved as:
# /tmp/hs_err_pid7131.log
#
# If you would like to submit a bug report, please visit:
#   http://java.sun.com/webapps/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.

知道什么是错的吗?

1 个答案:

答案 0 :(得分:2)

好的,我找到了一个解决方案,即将以下行添加到eclipse.ini

-Dorg.eclipse.swt.browser.DefaultType=mozilla