簡體   English   中英

啟動WindowBuilder GWT時Eclipse崩潰

[英]Eclipse crashes when I start WindowBuilder 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.

Windowbuilder與64位不兼容。 這是一個已知的問題。

我用一些技巧在fedora 17- 64位上安裝了它:

  1. 從終端運行“ sudo yum install webkitgtk”命令。
  2. 轉到“ eclipse.ini”文件,並在此文件末尾添加“ -Dorg.eclipse.swt.browser.UseWebKitGTK = true”。

請參閱鏈接。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM