eclipse在ubuntu13.04下崩溃crash
生活随笔
收集整理的這篇文章主要介紹了
eclipse在ubuntu13.04下崩溃crash
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
錯誤信息:
?
# # A fatal error has been detected by the Java Runtime Environment: # # SIGSEGV (0xb) at pc=0x00007fb29dce2009, pid=19297, tid=140405947455232 # # JRE version: 7.0_10-b18 # Java VM: Java HotSpot(TM) 64-Bit Server VM (23.6-b04 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 # # An error report file with more information is saved as: # /home/psycho/hs_err_pid19297.log # # If you would like to submit a bug report, please visit: # http://bugreport.sun.com/bugreport/crash.jsp # The crash happened outside the Java Virtual Machine in native code. # See problematic frame for where to report the bug. #
解決辦法:在eclipse.ini里面最下面加上這句話
?
-Dorg.eclipse.swt.browser.DefaultType=mozilla
OK
?
轉載于:https://www.cnblogs.com/pangblog/p/3268530.html
總結
以上是生活随笔為你收集整理的eclipse在ubuntu13.04下崩溃crash的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: Python——jieba优秀的中文分词
- 下一篇: 使用MAP文件快速定位程序崩溃代码行(转