Eclipse 在尝试自动填充选项以填充方法时崩溃
Posted
技术标签:
【中文标题】Eclipse 在尝试自动填充选项以填充方法时崩溃【英文标题】:Eclipse crashes when it tries to auto-fill option for populating the methods 【发布时间】:2014-08-20 20:54:19 【问题描述】:我正在使用 Eclipse,Juno 版本。它加载得很好。但是当它尝试使用方法弹出的自动填充功能时,它会崩溃。使用以下日志:
# 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.
尝试了BugZilla 的答案,如日志所示。但还是一样。有什么想法可以解决这个问题?
【问题讨论】:
【参考方案1】:我也有这个问题。但是,感谢THIS 线程,我通过将-Dorg.eclipse.swt.browser.DefaultType=mozilla
添加到我的eclipse.ini 文件来修复它。
【讨论】:
我更新了 sdk,更新了 eclipse 并将 -Dorg.eclipse.swt.browser.DefaultType=mozilla 添加到 eclipse.ini 文件的末尾。现在它似乎工作正常。希望。以上是关于Eclipse 在尝试自动填充选项以填充方法时崩溃的主要内容,如果未能解决你的问题,请参考以下文章