Bug 86925 - Program exit on initialization
Summary: Program exit on initialization
Status: RESOLVED DUPLICATE of bug 79964
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Runtime (show other bugs)
Version: 3.1   Edit
Hardware: PC Linux-GTK
: P3 blocker (vote)
Target Milestone: ---   Edit
Assignee: platform-runtime-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-01 13:01 EST by Matthew Hailstone CLA
Modified: 2005-03-01 15:51 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matthew Hailstone CLA 2005-03-01 13:01:53 EST
Invoking eclipse with the following commandline:

./eclipse -vm /usr/java/j2sdk1.4.2_06/bin/java

Results in the following VM Error report:

#
# HotSpot Virtual Machine Error, Internal Error
# Please report this error at
# http://java.sun.com/cgi-bin/bugreport.cgi
#
# Java VM: Java HotSpot(TM) Client VM (1.4.2_06-b03 mixed mode)
#
# Error ID: 43113F32554E54494D45110E4350500308
#
# Problematic Thread: prio=1 tid=0x4ca53518 nid=0x52a7 runnable
#

Heap at VM Abort:
Heap
 def new generation   total 1984K, used 1980K [0x44720000, 0x44940000, 0x44c00000)
  eden space 1792K,  99% used [0x44720000, 0x448dfec0, 0x448e0000)
  from space 192K,  98% used [0x448e0000, 0x4490f538, 0x44910000)
  to   space 192K,   0% used [0x44910000, 0x44910000, 0x44940000)
 tenured generation   total 25268K, used 18162K [0x44c00000, 0x464ad000, 0x48720000)
   the space 25268K,  71% used [0x44c00000, 0x45dbcba0, 0x45dbcc00, 0x464ad000)
 compacting perm gen  total 21504K, used 21371K [0x48720000, 0x49c20000, 0x4c720000)
   the space 21504K,  99% used [0x48720000, 0x49bfede8, 0x49bfee00, 0x49c20000)
Comment 1 Matthew Hailstone CLA 2005-03-01 13:08:36 EST
Installed version of Eclipse is

eclipse-SDK-M20050209-linux-gtk.zip
Comment 2 Rafael Chaves CLA 2005-03-01 13:12:28 EST
What distro/version?

What do you get if you run instead:

/usr/java/j2sdk1.4.2_06/bin/java -cp startup.jar org.eclipse.core.launcher.Main
-os linux -ws gtk
Comment 3 Matthew Hailstone CLA 2005-03-01 15:36:39 EST
With the suggested new commandline, I get the following:

#
# HotSpot Virtual Machine Error, Internal Error
# Please report this error at
# http://java.sun.com/cgi-bin/bugreport.cgi
#
# Java VM: Java HotSpot(TM) Client VM (1.4.2_06-b03 mixed mode)
#
# Error ID: 43113F32554E54494D45110E4350500308
#
# Problematic Thread: prio=1 tid=0x0805bc58 nid=0x6914 runnable
#

Heap at VM Abort:
Heap
 def new generation   total 1728K, used 1727K [0x44720000, 0x44900000, 0x44c00000)
  eden space 1536K, 100% used [0x44720000, 0x448a0000, 0x448a0000)
  from space 192K,  99% used [0x448a0000, 0x448cfff8, 0x448d0000)
  to   space 192K,   0% used [0x448d0000, 0x448d0000, 0x44900000)
 tenured generation   total 22484K, used 16101K [0x44c00000, 0x461f5000, 0x48720000)
   the space 22484K,  71% used [0x44c00000, 0x45bb96d0, 0x45bb9800, 0x461f5000)
 compacting perm gen  total 19712K, used 19500K [0x48720000, 0x49a60000, 0x4c720000)
   the space 19712K,  98% used [0x48720000, 0x49a2b000, 0x49a2b000, 0x49a60000)



Also, the Eclipse splash screen does not go away. I have to kill the process. (I
use xkill.)
Comment 4 Matthew Hailstone CLA 2005-03-01 15:37:56 EST
Sorry, forgot.

NLD 9 (SUSE 9.1) gtk
Comment 5 Matthew Hailstone CLA 2005-03-01 15:38:57 EST
Potentially related bug 81803
Comment 6 Rafael Chaves CLA 2005-03-01 15:51:00 EST
For errors when calling native SWT code, we usually get a stack trace for the
JNI call. Your problem here seems to be just a VM error. No further information
is provided, so it is impossible for us to find out what is going on. Please add
any further comments to bug 79964.

*** This bug has been marked as a duplicate of 79964 ***