升级到 Xubuntu 14.04 后 Aptana 崩溃 [英] Aptana crashes after upgrading to Xubuntu 14.04

查看:23
本文介绍了升级到 Xubuntu 14.04 后 Aptana 崩溃的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我多年来一直在使用 Aptana,并且已经习惯了它的许多功能.

I have been using Aptana for years now, and have become accustom to its many features.

在我从 Xubuntu 13.04 升级到 14.04 之前,它一直很可靠.

It has been reliable up until I upgraded from Xubuntu 13.04 to 14.04.

现在它会崩溃 5 分钟左右.我无法完成工作.没有错误出现,屏幕就消失了.每次我重新启动它时,我都必须重新创建我的 SFTP 连接.

Now it crashes ever 5 or so minutes. I can't get work done. No error appears and the screen just disappears. I have to create my SFTP connections all over again each time i restart it.

我查看了 ~/Aptana Workspace/.metadata/.log 但它没有任何关于它崩溃原因的信息.

I have looked in ~/Aptana Workspace/.metadata/.log but it does not have any information about why it is crashing.

如果这意味着什么,我 99% 的工作都是在远程服务器上完成的.

If this means anything, 99% of my work is done on remote servers.

当 Aptana 没有打开任何文件时,它似乎无限期地保持打开状态.

When Aptana sits with no files open it seems to stay open indefinitely.

我在带有 openjdk-7 的 Xubuntu 14.04 64 位上单独使用 3.4.2 Standa.我的系统内存目前为 31%(约 2.4GB),htop 的平均负载为 1.06 0.76 0.64(我读到大多数崩溃都与 aptana 加载内存有关,但这里看起来不像......)

I am using 3.4.2 standa alone on Xubuntu 14.04 64-bit with openjdk-7. My system ram is currently at 31% (about 2.4GB) and htop's load average is 1.06 0.76 0.64 (I read most of the crashes are related to aptana loading up the memory, however it does not look like that here...)

如果有任何我可以发布的日志,我很乐意发送

If there is any logs I can post I will be happy to send them

编辑这是我最近一次崩溃后的 .log 文件:

EDIT Here is my .log file after the latest crash:

!SESSION 2014-05-06 18:58:38.247 -----------------------------------------------
eclipse.buildId=unknown
java.version=1.7.0_55
java.vendor=Oracle Corporation
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
Command-line arguments:  -os linux -ws gtk -arch x86_64

!ENTRY org.eclipse.core.resources 2 10035 2014-05-06 18:58:40.256
!MESSAGE The workspace exited with unsaved changes in the previous session; refreshing     workspace to recover changes.
!SESSION 2014-05-06 19:03:07.121 -----------------------------------------------
eclipse.buildId=unknown
java.version=1.7.0_55
java.vendor=Oracle Corporation
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
Command-line arguments:  -os linux -ws gtk -arch x86_64

!ENTRY org.eclipse.core.resources 2 10035 2014-05-06 19:03:09.189
!MESSAGE The workspace exited with unsaved changes in the previous session; refreshing      workspace to recover changes.
!SESSION 2014-05-06 19:14:47.589 -----------------------------------------------
eclipse.buildId=unknown
java.version=1.7.0_55
java.vendor=Oracle Corporation
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
Command-line arguments:  -os linux -ws gtk -arch x86_64

!ENTRY org.eclipse.core.resources 2 10035 2014-05-06 19:14:49.545
!MESSAGE The workspace exited with unsaved changes in the previous session; refreshing     workspace to recover changes.

我尝试清除与 Aptana 和 Eclipse 以及 OpenJDK 相关的任何内容,然后重新安装,但仍然这样做.

I have tried purging anything associated with Aptana and Eclipse, as well as OpenJDK, and reinstalling but still doing the same.

我也查过

sudo update-alternatives --config java

这是输出:

There are 2 choices for the alternative java (providing /usr/bin/java).

Selection    Path                                            Priority   Status
------------------------------------------------------------
* 0            /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/java   1071      auto mode
  1            /usr/bin/gij-4.8                                 1048      manual mode
  2            /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/java   1071      manual mode

另一个编辑我删除了 OpenJDK 并安装了 oracle java,没有变化

Another Edit I removed OpenJDK and installed oracle java, no change

** 编辑 2014 年 5 月 23 日 CLI 崩溃 **

** EDIT 5/23/2014 CRASH FROM CLI **

Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x00007f9fc0c322a1, pid=7070, tid=140327171606272
#
# JRE version: Java(TM) SE Runtime Environment (8.0_05-b13) (build 1.8.0_05-b13)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.5-b02 mixed mode linux-amd64  compressed oops)
# Problematic frame:
# C  [libsoup-2.4.so.1+0x6c2a1]  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
#
# An error report file with more information is saved as:
# /tmp/hs_err_pid7070.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.
#

推荐答案

打开 AptanaStudio3.ini 并将此行附加到文件末尾:

open AptanaStudio3.ini and append this line to end of file:

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

这篇关于升级到 Xubuntu 14.04 后 Aptana 崩溃的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆