← Back to team overview

openjdk team mailing list archive

[Bug 493790] Re: Aptana Studio doesn't launch in 9.10

 

no feedback, and the complete hs file is missing

please recheck if this application works with xulrunner in lucid

** Changed in: openjdk-6 (Ubuntu)
       Status: New => Invalid

-- 
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: Invalid

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