2016-12-31 60 views
1

Eclipse Neon.1を使用しており、起動時にプログラムがクラッシュするようです。私は現在、Linux Mint 18でEclipseを実行しています。クラッシュに関する情報を提供する前に、何らかの理由でEclipseが常にクラッシュするとは限りません。例えば、起動しようとしたいくつかのスタートアップに対してもう一度動作しないかもしれません。起動時にEclipseがクラッシュする

まず、ローディング画面に「loading org.eclipse.linuxtools.docker.core」と表示されるたびに常にクラッシュが発生します。以下は、私が端末からeclipseを実行したときに表示されるエラーメッセージです。私は公式のOracle Javaバージョンjdk1.8.0_112を使用しています。

org.eclipse.m2e.logback.configuration: Initializing logback 
A fatal error has been detected by the Java Runtime Environment: 
    SIGSEGV (0xb) at pc=0x00007fd8f1bf7fe8, pid=6348, tid=0x00007fd8f32f8700 
JRE version: Java(TM) SE Runtime Environment (8.0_112-b15) (build 1.8.0_112-b15) 
Java VM: Java HotSpot(TM) 64-Bit Server VM (25.112-b15 mixed mode linux-amd64 compressed oops) 
Problematic frame: 
V [libjvm.so+0x4f0fe8] ConstantPool::klass_name_at(int)+0x28 
Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again 
An error report file with more information is saved as: 
/home/xxxxxx/Software/Eclipse/eclipse/hs_err_pid6348.log 
If you would like to submit a bug report, please visit: 
    http://bugreport.java.com/bugreport/crash.jsp* 

誰かが必要と判断した場合でも完全なバグレポートファイルを追加できます。 誰かがこの問題を解決するのを助けることができれば、大きな助けになるでしょう。

+0

"コアダンプの書き込みに失敗しました"というメッセージが問題のように聞こえます。あなたは[この回答](http://stackoverflow.com/questions/28982396/failed-to-write-core-dump-core-dumps-have-been-disabled)を試しましたか? – stisch

+0

JVMをeclipse.iniファイルに設定してください。例:http://stackoverflow.com/questions/13597862/eclipse-workspace-crashes-on-startup/42227615#42227615 –

答えて

0

/home/xxxxxx/Software/Eclipse/eclipse/hs_err_pid6348.log

は、クラッシュに関するあなたの情報が含まれています。あなたはそれをチェックしましたか?

関連する問題