openjdk team mailing list archive
-
openjdk team
-
Mailing list archive
-
Message #02789
[Bug 493790] Re: Aptana Studio doesn't launch in 9.10
Try run ./AptanaStudio as is without your .sh file and without the
xulrunner.
--
Aptana Studio doesn't launch in 9.10
https://bugs.launchpad.net/bugs/493790
You received this bug notification because you are a member of OpenJDK,
which is subscribed to openjdk-6 in ubuntu.
Status in “openjdk-6” package in Ubuntu: New
Bug description:
when opened in terminal the following error comes up
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x4f4d0045, pid=9423, tid=3079489216
#
# JRE version: 6.0-b16
# Java VM: OpenJDK Client VM (14.0-b16 mixed mode, sharing linux-x86 )
# Distribution: Ubuntu 9.10, package 6b16-1.6.1-3ubuntu1
# Problematic frame:
# C 0x4f4d0045
#
# An error report file with more information is saved as:
# /home/james/hs_err_pid9423.log
#
# If you would like to submit a bug report, please include
# instructions how to reproduce the bug and visit:
# https://bugs.launchpad.net/ubuntu/+source/openjdk-6/
#
Aborted
I'm using Karmic 9.1 with the 2.6.31 - 16 - generic kernel
I started it by typing ./aptana.sh into terminal
The aptana.sh file is as follows:
#!/bin/sh
MOZILLA_FIVE_HOME=/usr/lib/xulrunner
if [ $LD_LIBRARY_PATH ]; then
LD_LIBRARY_PATH=$MOZILLA_FIVE_HOME:$LD_LIBRARY_PATH
else
LD_LIBRARY_PATH=$MOZILLA_FIVE_HOME
fi
export MOZILLA_FIVE_HOME LD_LIBRARY_PATH
/home/james/Aptana/AptanaStudio