Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/eclipse/9.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
eclipse在ubuntu 14.04上崩溃_Eclipse_Ubuntu 14.04 - Fatal编程技术网

eclipse在ubuntu 14.04上崩溃

eclipse在ubuntu 14.04上崩溃,eclipse,ubuntu-14.04,Eclipse,Ubuntu 14.04,我在Ubuntu13.10上使用了google android ide adt eclipse,很好。当我升级Ubuntu14.04时,eclipse在使用方法等时崩溃。日志如下: 谁能帮我?谢谢 # # A fatal error has been detected by the Java Runtime Environment: # # SIGSEGV (0xb) at pc=0x00007f3d9fbaa685, pid=29310, tid=139905366640384 # # JR

我在Ubuntu13.10上使用了google android ide adt eclipse,很好。当我升级Ubuntu14.04时,eclipse在使用方法等时崩溃。日志如下: 谁能帮我?谢谢

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x00007f3d9fbaa685, pid=29310, tid=139905366640384
#
# JRE version: 7.0_15-b03
# Java VM: Java HotSpot(TM) 64-Bit Server VM (23.7-b01 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# C  [libwebkitgtk-1.0.so.0+0x407685]  webkitWebViewRegisterForIconNotification+0x95
#
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# 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.
#

---------------  T H R E A D  ---------------

Current thread (0x00007f3e38009800):  JavaThread "main" [_thread_in_native, id=29318, stack(0x00007f3e419e4000,0x00007f3e41ae5000)]

siginfo:si_signo=SIGSEGV: si_errno=0, si_code=1 (SEGV_MAPERR), si_addr=0x0000000000005f38

Registers:
RAX=0x00007f3e41ae23e0, RBX=0x00007f3e3a5fb330, RCX=0x00007f3e2e6f7f00, RDX=0x00007f3e3a5fb330
RSP=0x00007f3e41ae2348, RBP=0x00007f3e3a5c8db0, RSI=0x00007f3d9fb82e50, RDI=0x0000000000005ec8
R8 =0x00007f3e382879e0, R9 =0x0000000000000020, R10=0x0000000000000000, R11=0x0000000000000033
R12=0x00007f3e2e9ae940, R13=0x00007f3e382a1200, R14=0x00007f3e3a4178b0, R15=0x00007f3e3a5c8db0
RIP=0x00007f3d9fbaa685, EFLAGS=0x0000000000010202, CSGSFS=0x0000000000000033, ERR=0x0000000000000004
  TRAPNO=0x000000000000000e

您可能想尝试添加

org.eclipse.swt.browser.DefaultType=mozilla
configuration/config.ini


(from)

我有同样的问题已经好几个星期了。将以下行添加到
eclipse.ini
文件解决了我的问题。试试看,希望能有所帮助

-Dorg.eclipse.swt.browser.DefaultType=mozilla

如果您使用的是1.7Java,请确认

项目->属性->Java编译器->编译器符合性级别为1.7,并且:

SET -Dosgi.requiredJavaVersion=1.7

ECLIPSE.INI

为什么它被标记为
ubuntu-14.04
中,有人提到了
ubuntu-13.10
现在的ubuntu版本是14.04。升级之前,它是13.10。错误发生在14.04,我做了。但是没有用。将上面的行添加到eclipse.ini文件,而不是configuration/config.ini将其添加到config.init文件看起来是正确的答案;eclipse每5分钟就与Ubuntu14一起崩溃一次,现在它完美地运行了1个小时,所以看起来这是个好把戏!谢谢这对我来说真的很有用。如果我把设置放在eclipse.ini中,它只在从cmd行启动时起作用。但当从Ubuntu启动器启动Eclipse时,它仍然会不断崩溃。那太糟糕了。有了这个解决方案,每当自动完成弹出时,我就可以从启动器启动Eclipse而不会崩溃。非常感谢!!顺便说一句,我正在使用最新的ADT包!如果我取消安装mozilla firefox并使用Opera作为默认浏览器会怎么样?我应该使用相同的代码吗?