简体   繁体   English

Aptana在ubuntu linux上崩溃了

[英]Aptana crashes on ubuntu linux

Every time i open Aptana it crashes. 每次我打开Aptana它都会崩溃。


A fatal error has been detected by the Java Runtime Environment: Java运行时环境检测到致命错误:

  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

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. 如果您想提交错误报告,请访问: http//bugreport.sun.com/bugreport/crash.jsp崩溃发生在Java虚拟机之外的本机代码中。 See problematic frame for where to report the bug. 查看有问题的框架,了解在哪里报告错误。

It happend to me after upgrade to ubuntu 14.04 using Oracle Java 7. In the Aptana folder there are hs_err_pid...log. 在使用Oracle Java 7升级到ubuntu 14.04后,它发生在我身上。在Aptana文件夹中有hs_err_pid ... log。 Opening the last one of them I saw: 打开最后一个我看到:

# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again

so, I did open a terminal and I worte directly: 所以,我确实打开了一个终端,我直接打了个盹:

ulimit -c unlimited

and it worked for me. 它对我有用。 No problems until now. 直到现在都没问题。

It looks like you have a broken installation of Aptana, either caused by a bug in the Eclipse / Aptana codebase, or some incompatibility with your Ubuntu installation. 看起来您有一个Aptana安装损坏,可能是由Eclipse / Aptana代码库中的错误导致的,或者与您的Ubuntu安装有些不兼容。

  • If this was working before, try and find out what has changed recently. 如果之前有效,请尝试找出最近发生的变化。 (Did you install new plugins? Did you apply some Ubuntu patches? Did you update versions of your OS or Aptana?) (您是否安装了新的插件?您是否应用了一些Ubuntu补丁?您是否更新了操作系统或Aptana的版本?)

  • If it never worked, check to see if your combination of Aptana and the OS are supported. 如果它从未起作用,请检查您是否支持Aptana和OS的组合。

Either way, the most likely solution is going to be to reinstall, upgrade or downgrade something to get rid of the apparent incompatibility. 无论哪种方式,最可能的解决方案是重新安装,升级或降级某些东西以消除明显的不兼容性。


For the record, I suspect that this is related to the following Eclipse bug: 为了记录,我怀疑这与以下Eclipse错误有关:

Quoting from http://www.webupd8.org/2014/05/fix-aptana-studio-3-crashing-in-ubuntu.html : 引自http://www.webupd8.org/2014/05/fix-aptana-studio-3-crashing-in-ubuntu.html

In the folder where you've extracted / install Aptana Studio 3, you should have a file called "AptanaStudio3.ini" - open this file with a text editor and at the end of the file , add this line: 在您解压缩/安装Aptana Studio 3的文件夹中,您应该有一个名为“AptanaStudio3.ini”的文件 - 使用文本编辑器打开此文件,并在文件末尾添加以下行:

-Dorg.eclipse.swt.browser.DefaultType=mozilla

From what i gathered around the internet, it seems to be a problem with webkit, what did the trick for me was removing the library: 从我在互联网上收集的内容来看,这似乎是webkit的一个问题,对我来说诀窍是删除了库:

apt-get purge libwebkitgtk-1.0-common

The problem is, other programs like the gimp use that library... 问题是,像gimp这样的其他程序使用该库......

Or you may turn off the contextual help like guyfromfl suggested here 或者你可以关闭像在这里建议的guyfromfl这样的上下文帮助

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM