1

在 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.
4

2 回答 2

0

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

于 2012-12-29T09:12:50.413 回答
0

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

  1. 从终端运行“sudo yum install webkitgtk”命令。
  2. 转到“eclipse.ini”文件并在该文件末尾添加“-Dorg.eclipse.swt.browser.UseWebKitGTK=true”。

请参阅链接。

于 2012-12-29T20:10:35.377 回答