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

いくつかのトリックを使用して、fedora 17-64 ビットでセットアップしました。

  1. ターミナルから「sudo yum install webkitgtk」コマンドを実行します。
  2. 「eclipse.ini」ファイルに移動し、このファイルの末尾に「-Dorg.eclipse.swt.browser.UseWebKitGTK=true」を追加します。

このリンクを参照してください。

于 2012-12-29T20:10:35.377 に答える
0

Windowbuilder は 64 ビットと互換性がありません。これは既知の問題です。

于 2012-12-29T09:12:50.413 に答える