1

每次自动完成打开时,我的飞镖编辑器都会崩溃。我刚刚将编辑器和 sdk 更新为

  • Dart 编辑器版本 0.5.1_r22072
  • Dart SDK 版本 0.5.1.0_r22072

其他规格

  • Ubuntu 13.04
  • JRE 版本:7.0_21-b02
  • Java VM:OpenJDK 64-Bit Server VM(23.7-b01混合模式linux-amd64压缩oops)

有一个 java 的错误日志,它很长,所以我只给你标题

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x00007f4798c57009, pid=5297, tid=139947622676224
#
# JRE version: 7.0_21-b02
# Java VM: OpenJDK 64-Bit Server VM (23.7-b01 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# C  [libsoup-2.4.so.1+0x6e009]  soup_session_feature_detach+0x19
#
# 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

1 回答 1

0

这是一个已知的错误

有一个解决方法:

-Dorg.eclipse.swt.browser.DefaultType=mozilla
于 2014-04-22T11:55:00.927 回答