日食(Android的捆绑)崩溃日食、Android

由网友(青怏)分享简介:我最近升级到Ubuntu 14.04。从那时起,Eclipse已经被撞毁。该消息是I recently upgraded to Ubuntu 14.04. Since then Eclipse has been crashing. The message is# A fatal error has been det...

我最近升级到Ubuntu 14.04。从那时起,Eclipse已经被撞毁。该消息是

I recently upgraded to Ubuntu 14.04. Since then Eclipse has been crashing. The message is

# 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)

我也尝试添加 -Dorg.eclipse.swt.browser.DefaultType = Mozilla的来的eclipse.ini

I also tried adding -Dorg.eclipse.swt.browser.DefaultType=mozilla" to eclipse.ini

更新:我试了很多东西,但不断意外崩溃。最后,我决定坚持与Android工作室(截至目前平稳运行)。

Update: I tried many things but keeps on crashing unexpectedly. Finally I have decided to stick with Android Studio(Running smoothly as of now).

推荐答案

这只是一个临时的解决办法,而且我相信它不会被选择作为一个答案,但我把这个在这里,所以,任何人这个问题至少可以继续使用,直到日食更好的解决方案被发现。

This is just a temporary fix, and I am sure it won't be selected as an answer, but I am putting this here so that anyone with this problem can at least continue to use eclipse until a better solution is found.

工具提示出现,所以我禁止他们会造成问题。我能够继续编程,我还没有它崩溃了我再次(还)。

Tool tips appear to be causing the problem so I disabled them. I am able to continue programming and I haven't had it crash on me again (yet).

要禁用工具提示到Windows> preferences>的Java>编辑>悬停,并取消所有文字悬停功能键preferences。

To disable tool tips go to Windows>Preferences>Java>Editor>Hovers and deselect all of the text hover key modifier preferences.

我希望这有助于。

编辑:

这也崩溃时日食试图内容辅助用户。要禁用此到Windows> preferences>的Java>编辑>内容辅助。向下滚动到自动激活和禁用自动激活

It also crashes when eclipse tries to content assist users. To disable this go to Windows>Preferences>Java>Editor>Content Assist. Scroll down to Auto Activation and disable auto activation

阅读全文

相关推荐

最新文章