简体   繁体   English

当Eclipse尝试自动填充填充方法的选项时,它会崩溃

[英]Eclipse crashes when it tries to auto-fill option for populating the methods

I am using Eclipse, Juno version. 我正在使用Eclipse,Juno版本。 It loads well. 它装载得很好。 But when it tries to use the autofill features for methods pop-down, it crashes. 但是当它尝试使用自动填充功能弹出方法时,它会崩溃。 With the following log: 使用以下日志:

# A fatal error has been detected by the Java Runtime Environment:
#  SIGSEGV (0xb) at pc=0x00007f66acbd82a1, pid=6895, tid=140080532424448
#
# JRE version: OpenJDK Runtime Environment (7.0_55-b14) (build 1.7.0_55-b14)
# Java VM: OpenJDK 64-Bit Server VM (24.51-b03 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# C  [libsoup-2.4.so.1+0x6c2a1]  soup_session_feature_detach+0x11
#
# 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/nithin/hs_err_pid6895.log
#
# If you would like to submit a bug report, please include
# instructions on how to reproduce the bug and visit:
#   http://icedtea.classpath.org/bugzilla
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.

Tried the answer by the BugZilla as the log inicated. 尝试将BugZilla作为日志记录的答案。 But still it's the same. 但它仍然是一样的。 Any ideas to resolve this? 有什么想法解决这个问题?

I also had this problem. 我也有这个问题。 However, thanks to THIS thread, I fixed it by adding -Dorg.eclipse.swt.browser.DefaultType=mozilla to my eclipse.ini file. 但是,由于这个线程,我通过将-Dorg.eclipse.swt.browser.DefaultType=mozilla添加到我的eclipse.ini文件来修复它。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM