当我启动WindowBuilder GWT时,Eclipse崩溃了

时间:2012-12-28 23:24:38

标签: eclipse gwt

在GWT文件中打开WindowBuilder时出现Eclipse错误 - >崩溃(Linux):

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x00007f59e6ac65a0, pid=25322, tid=140026564249344
#
# JRE version: 7.0_09-b30
# Java VM: OpenJDK 64-Bit Server VM (23.2-b09 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# C  [libwebkitgtk-1.0.so.0+0x14245a0]  void WTF::freeOwnedGPtr<_GdkEvent>(_GdkEvent*)+0x15df0
#
# 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 include
# instructions on how to reproduce the bug and visit:
#   https://bugs.launchpad.net/ubuntu/+source/openjdk-7/
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.

2 个答案:

答案 0 :(得分:0)

Windowbuilder与64位不兼容。这是一个众所周知的问题。

答案 1 :(得分:0)

我已经在fedora 17-64位上设置了一些技巧:

  1. 从终端运行“sudo yum install webkitgtk”命令。
  2. 转到“eclipse.ini”文件,并在此文件的末尾添加“-Dorg.eclipse.swt.browser.UseWebKitGTK = true”。
  3. 请参阅this链接。