Aptana crashes after upgrading to Xubuntu 14.04

I have been using Aptana for many years and am used to my many features.

It was reliable until I upgraded from Xubuntu 13.04 to 14.04.

Now it will work for about 5 minutes. I can’t get a job. The error does not appear, and the screen simply disappears. I have to create my SFTP connections again and again with every restart.

I looked through ~ / Aptana Workspace / .metadata / .log, but it has no information on why it is crashing.

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

When Aptana sits without open files, it seems that it remains open indefinitely.

I am using 3.4.2 standa separately on Xubuntu 14.04 64-bit with openjdk-7. My system ram is currently 31% (about 2.4 GB) and the average htop load is 1.06 0.76 0.64 (I read that most of the crashes are related to aptana loading memory, however here it doesn't seem to be ...)

If there are any magazines that I can send, I will gladly send them

EDIT Here is my .log file after the last 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.

I tried to clear everything related to Aptana and Eclipse, as well as OpenJDK and reinstall, but still do the same.

I also checked

sudo update-alternatives --config java

Here is the result:

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

Other Edit I uninstalled OpenJDK and installed oracle java, no change

** EDIT 05/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.
#
0
source share
4 answers

AptanaStudio3.ini :

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

, kubuntu 14.04. / :

- http://www.samclarke.com/2012/04/how-to-install-aptana-studio-3-on-ubuntu-12-04-lts-precise-pangolin/

-Changed gtk2 theme to qtcurve ( qtcurve)

- ulimit -c AptanaStudio3.sh

, , .

, .

+1

, , jinxing , , Aptana 30 .

, hover.

, Window- > Preferences- > Aptana Studio- > Conent Assist " " ".".

, , .

:

0

, , , webkit, :

apt-get purge libwebkitgtk-1.0-common

, , gimp, ...

, , guyfromfl.

0

All Articles