java – Aptana在ubuntu linux上崩溃了
作者:互联网
每次我打开Aptana它都会崩溃.
A fatal error has been detected by the Java Runtime Environment:
SIGSEGV (0xb) at pc=0x00007f14294b2c91, pid=5722, tid=139727004391168
JRE version: Java(TM) SE Runtime Environment (7.0_45-b18) (build 1.7.0_45-b18)
Java VM: Java HotSpot(TM) 64-Bit Server VM (24.45-b08 mixed mode linux-amd64 compressed oops)
Problematic frame:
C [libsoup-2.4.so.1+0x6ac91] soup_session_feature_detach+0x11
Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
如果您想提交错误报告,请访问:
http://bugreport.sun.com/bugreport/crash.jsp
崩溃发生在Java虚拟机外部的本机代码中.
查看有问题的框架,了解在哪里报告错误.
解决方法:
在使用Oracle Java 7升级到ubuntu 14.04后,它发生在我身上.在Aptana文件夹中有hs_err_pid … log.打开最后一个我看到:
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
所以,我确实打开了一个终端,我直接打了个盹:
ulimit -c unlimited
它对我有用.直到现在都没问题.
标签:java,linux,linuxmint,aptana3 来源: https://codeday.me/bug/20190624/1280870.html