cur*_*der 25 java eclipse ubuntu android
我最近升级到Ubuntu 14.04.从那以后,Eclipse一直在崩溃.信息是
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x734be86d, pid=7930, tid=3076015872
#
# JRE version: Java(TM) SE Runtime Environment (8.0_05-b13) (build 1.8.0_05-b13)
# Java VM: Java HotSpot(TM) Client VM (25.5-b02 mixed mode linux-x86 )
# Problematic frame:
# C [libsoup-2.4.so.1+0x5486d] soup_session_feature_detach+0x1d
#
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# /home/funcoding/Android Development/adt-bundle-linux-x86-20131030/eclipse/hs_err_pid7930.log
#
# If you would like to submit a bug report, please visit:
# http://bugreport.sun.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
Aborted (core dumped)
Run Code Online (Sandbox Code Playgroud)
我也试过添加-Dorg.eclipse.swt.browser.DefaultType=mozilla"到eclipse.ini
更新:我尝试了很多东西,但意外地继续崩溃.最后我决定坚持使用Android Studio(现在运行顺利).
Ian*_*Ian 27
这只是一个临时修复,我相信它不会被选为答案,但我把它放在这里,以便任何有这个问题的人至少可以继续使用eclipse,直到找到更好的解决方案.
工具提示似乎导致问题所以我禁用了它们.我能够继续编程,我还没有再次崩溃(还).
要禁用工具提示,请转到Windows>首选项> Java>编辑器>悬停,然后取消选择所有文本悬停键修改器首选项.
我希望这有帮助.
编辑:
当eclipse尝试内容辅助用户时,它也会崩溃.要禁用此功能,请转到Windows>首选项> Java>编辑器>内容辅助.向下滚动到"自动激活"并禁用自动激活
Pab*_*nez 24
此错误已在此处报告:https://bugs.eclipse.org/bugs/show_bug.cgi?id = 404776
在对我有用的注释中描述的修复是在eclipse.ini文件的末尾添加此行
-Dorg.eclipse.swt.browser.DefaultType = Mozilla浏览器
我正在运行Ubuntu 14.04并且正在使用Android ADT捆绑的eclipse.通过Ubuntu软件中心安装eclipse,然后通过下面链接的方向安装ADT对我有用.
http://developer.android.com/sdk/installing/installing-adt.html