Eclipse 在导入库时崩溃
Eclipse crashes on importing a library
大家好,我遇到了日食问题。每次当我想导入一些库时,可以说 org.opencv eclipse 崩溃了。它在我写点 org(dot)opencv 的那一刻崩溃了。你见过这样的东西吗?你能帮我修一下吗?
我正在使用 Ubuntu 14.04,
adt-bundle-linux-x86_64-20140702.
我还录制了视频[http://tinypic.com/r/2nm15ip/8][1]。
感谢您的帮助。
我尝试在终端中打开它,当然它崩溃了,但我得到了一些答案:
libEGL warning: DRI2: failed to authenticate
NOT SANDBOXED
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007fc79f6052a1, pid=9886, tid=140499127801600
#
# JRE version: Java(TM) SE Runtime Environment (7.0_72-b14) (build 1.7.0_72-b14)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (24.72-b04 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/nemesis/NEW_Android_Development_Enviroment/adt-bundle-linux-x86_64-20140702/eclipse/hs_err_pid9886.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.
#
而且我发现在我的eclispe文件夹中创建了错误报告。
6 小时后我找到了解决方案....
要解决这个问题,请尝试将此行(与 -Dorg 略有不同...)
org.eclipse.swt.browser.DefaultType=摩斯拉
在这个文件的末尾
eclipse/configuration/config.ini
我又高兴又生气
感谢大家的帮助:)
大家好,我遇到了日食问题。每次当我想导入一些库时,可以说 org.opencv eclipse 崩溃了。它在我写点 org(dot)opencv 的那一刻崩溃了。你见过这样的东西吗?你能帮我修一下吗? 我正在使用 Ubuntu 14.04, adt-bundle-linux-x86_64-20140702.
我还录制了视频[http://tinypic.com/r/2nm15ip/8][1]。
感谢您的帮助。
我尝试在终端中打开它,当然它崩溃了,但我得到了一些答案:
libEGL warning: DRI2: failed to authenticate
NOT SANDBOXED
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007fc79f6052a1, pid=9886, tid=140499127801600
#
# JRE version: Java(TM) SE Runtime Environment (7.0_72-b14) (build 1.7.0_72-b14)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (24.72-b04 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/nemesis/NEW_Android_Development_Enviroment/adt-bundle-linux-x86_64-20140702/eclipse/hs_err_pid9886.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.
#
而且我发现在我的eclispe文件夹中创建了错误报告。
6 小时后我找到了解决方案....
要解决这个问题,请尝试将此行(与 -Dorg 略有不同...)
org.eclipse.swt.browser.DefaultType=摩斯拉 在这个文件的末尾
eclipse/configuration/config.ini
我又高兴又生气
感谢大家的帮助:)