0

私は Linux Mint 15 64bit で Aptana バージョン 3.4.2.201308081805 を持っています。一度だけ開いていましたが、今ではいつでも Aptana クラッシュを開始したいときに、いくつかのクラッシュ ログからのものを示します。

   #
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGBUS (0x7) at pc=0x00007fab6e08a938, pid=4403, tid=140373276522240
#
# JRE version: 7.0_25-b30
# Java VM: OpenJDK 64-Bit Server VM (23.7-b01 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# C  [libzip.so+0x4938]  Java_java_util_zip_ZipFile_getZipMessage+0x8d8
#
# 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

openjdk を削除して oracle jdk をインストールすることで、この問題を解決できました。

ステップバイステップの手順は、次の記事 http://www.wikihow.com/Install-Oracle-Java-on-Ubuntu-Linuxに記載されています

これまでのところ、aptana でのクラッシュはありません。

参考までに:私はlubuntuを使用しています

于 2014-04-26T10:58:05.060 に答える
0

OpenJDKを使用しないでください

wbupd8 リポジトリから Java 7 を使用する

sudo apt-add-repository ppa:webupd8team/java

前提条件

sudo apt-get install software-properties-common

SWT で問題が発生した場合は、以下を参照してください。

Eclipse が SWT ライブラリをロードできない

于 2013-11-09T20:40:07.153 に答える