Eclipse关闭所有时间 [英] Eclipse closing all hours

查看:139
本文介绍了Eclipse关闭所有时间的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我使用的是Ubuntu版本13.04。

I am using Ubuntu version 13.04.

Eclipse Juno

Eclipse Juno

java-7-openjdk-amd64

java-7-openjdk-amd64

之后我做,一个调试他关闭,我打开,它加载和关闭当它再次打开时,每次我尝试调试它都会这样做。是否存在硬件问题?

After that I make, one "debug" he it closes, I open , it loads and closes when it opens again, every time I try to "debug" it does so. Will a hardware problem?

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x00007fc6e05396d5, pid=5236, tid=140494709798656
#
# JRE version: 7.0_25-b15
# Java VM: Java HotSpot(TM) 64-Bit Server VM (23.25-b01 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# C  [libwebkitgtk-1.0.so.0+0x4246d5]  webkitWebViewRegisterForIconNotification+0xb5
#
# 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 (0x00007fc770009800):  JavaThread "main" [_thread_in_native, id=5237, stack(0x00007fc779353000,0x00007fc779454000)]

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

Registers:
RAX=0x0000000000000000, RBX=0x00007fc77037ba10, RCX=0x00007fc764afeb00, RDX=0x00007fc77037ba10
RSP=0x00007fc779451218, RBP=0x00007fc770e1f0c0, RSI=0x00007fc6e0512180, RDI=0x0000000000001bac
R8 =0x00007fc7702ce530, R9 =0x0000000000000020, R10=0x0000000000000000, R11=0x0000000000000028
R12=0x00007fc764dafa00, R13=0x00007fc7702f0120, R14=0x00007fc77026f7b0, R15=0x00007fc770e1f0c0
RIP=0x00007fc6e05396d5, EFLAGS=0x0000000000010206, CSGSFS=0x0000000000000033, ERR=0x0000000000000004
  TRAPNO=0x000000000000000e

Top of Stack: (sp=0x00007fc779451218)
0x00007fc779451218:   00007fc6e0512108 0000000000000001
0x00007fc779451228:   0000000000000004 00007fc770e1f0c0
0x00007fc779451238:   00007fc6e0512189 0000000000000004
0x00007fc779451248:   00007fc764afeb1b 00007fc764dafa00
0x00007fc779451258:   0000000000000004 00007fc7703aba80

...

以及eclipse ini的配置:

And to configuration for eclipse ini:

-startup
plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20120913-144807
-product
org.eclipse.epp.package.jee.product
--launcher.defaultAction
openFile
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m
--launcher.defaultAction
openFile
-vmargs
-Dosgi.requiredJavaVersion=1.5
-Dhelp.lucene.tokenizer=standard
-XX:MaxPermSize=512m
-Xms40m
-Xmx1024m


推荐答案

由于错误发生在 libwebkitgtk ,它应该与Eclipse中的浏览器视图相关,例如Javadoc视图。您可以尝试使用包裹maneger更新有问题的库。您也可以尝试关闭视图。

Since the error occurs in libwebkitgtk, it should be related to a browser view within Eclipse, such as the Javadoc view. You could try to update the library in question using your package maneger. You could also try to close the view.

该错误可能在本机库中或使用该库的JVM桥接代码中。

The bug could be in the native library or in the JVM's bridge code which uses the library.

这篇关于Eclipse关闭所有时间的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆