2015-01-04 91 views
0

嘿,我有问题与日食。每次我想导入一些库时,都会说org.opencv eclipse崩溃。它在我写dot org(dot)opencv的那一刻崩溃了。你有没有看过像这样的东西?你能帮我修好吗?我使用的是Ubuntu 14.04, adt-bundle-linux-x86_64-20140702。Eclipse导入库时崩溃

我还录了一个视频[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的文件夹中已创建错误报告。

我上传这里: http://www.filedropper.com/hserrpid32252

+0

启动Eclipse控制台,做同样的使用情况,并告诉我们,什么bash的控制台显示异常。顺便说一句:为什么你会在Eclipse中手动编写导入?您可以开始输入课程(您不需要完全编写它),让我们说GoogleM(导入GoogleMap)并按STRG + SPACE。在您做出选择后,将自动添加导入。或者您键入STRG + SHIFT + O以用一个命令重组所有导入。 – Bevor 2015-01-04 14:23:54

+0

我做了,我把结果放到了我的q – User 2015-01-04 14:39:20

+0

/home/nemesis/NEW_Android_Development_Enviroment/adt-bundle-linux-x86_64-20140702/eclipse/hs_err_pid9886.log中是否有任何特殊信息? 您是否对新鲜的工作空间有同样的问题?也许它与你使用的任何插件有关。 – Bevor 2015-01-04 14:46:54

回答

0

6小时后我已经找到解决方案....

为了解决这个问题,尽量把这个线(略有不同-Dorg ...)

org.eclipse.swt.browser.DefaultType = Mozilla的 在这个文件的结尾

蚀/配置/ config.ini中

我很高兴和同时生气。

感谢您的帮助大家:)