Bug 102997 - eclipse crashing
Summary: eclipse crashing
Status: RESOLVED DUPLICATE of bug 86800
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Runtime (show other bugs)
Version: 3.1   Edit
Hardware: PC Windows 98
: P3 critical (vote)
Target Milestone: ---   Edit
Assignee: platform-runtime-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: vm
Depends on:
Blocks:
 
Reported: 2005-07-07 08:21 EDT by Villarreal Martin CLA
Modified: 2005-08-21 20:40 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Villarreal Martin CLA 2005-07-07 08:21:36 EDT
When i run eclipse, it starts normally but, always between 5 and 20 minutes
it closes and show this. 

JVM terminated. Exit code=-1
C:\WINDOWS\javaw.exe
-Xms40m
-Xmx256m
-jar C:\eclipse\startup.jar
-os win32
-ws win32
-arch x86
-launcher C:\eclipse\eclipse.exe
-name Eclipse
-showsplash 600
-exitdata ffe1d9c9_8
-vm C:\WINDOWS\javaw.exe
-vmargs
-Xms40m
-Xmx256m
-jar C:\eclipse\startup.jar

I apologise if this is a misconfiguration, but never before i had problems with 
this, until the 3.1 version.
Comment 1 Rafael Chaves CLA 2005-07-07 09:56:14 EDT
Please run Eclipse from the command prompt:

c:
cd \eclipse
java -jar startup.jar

When it crashes, please copy the resulting output and paste it here. Thanks.
Comment 2 Villarreal Martin CLA 2005-07-08 08:17:04 EDT
I execute from command prompt and the program crash, but there is no
java log, only this windows message:
 
"Este programa ha efectuado una operacion no
admitida y sera interrumpido

si el problema persiste, consulte al proveedor del
programa.

Detalles:
JAVA provocó un error de protección general
en el módulo USER.EXE de 0008:0000301c.
Registros:
EAX=81f8320f CS=1797 EIP=0000301c EFLGS=00000246
EBX=00020808 SS=320f ESP=0000bf88 EBP=0000bfa6
ECX=00028be0 DS=320f ESI=00028be0 FS=31d7
EDX=817581f8 ES=320f EDI=00020000 GS=0000
Bytes en CS:EIP:
,02x ,02x ,02x ,02x ,02x ,02x ,02x ,02x ,02x ,02x ,02x ,02x ,02x ,02x ,02x ,02x 
Volcado de pila:
,08x ,08x ,08x ,08x ,08x ,08x ,08x ,08x ,08x ,08x ,08x ,08x ,08x ,08x ,08x ,08x"

this is a java problem, more than a eclipse problem? or is my work computer 
that only have 128 Mb of RAM. 
Comment 3 Villarreal Martin CLA 2005-07-11 08:19:30 EDT
I try eclipse in another machine(win98) with 256 Mb of RAM and obtain the same 
result.
Comment 4 John Arthorne CLA 2005-07-11 11:03:51 EDT
What version Java VM are you using?  Please attach here the output of running
"java -version".
Comment 5 Villarreal Martin CLA 2005-07-11 12:41:10 EDT
Im using:
C:\WINDOWS>java -version
java version "1.5.0_04"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_04-b05)
Java HotSpot(TM) Client VM (build 1.5.0_04-b05, mixed mode)

but also try this in another machine with

C:\WINDOWS>java -version
java version "1.5.0"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_04-b64)
Java HotSpot(TM) Client VM (build 1.5.0_04-b64, mixed mode)

and obtain the same result







Comment 6 Villarreal Martin CLA 2005-07-11 14:32:16 EDT
the second java is
C:\WINDOWS>java -version
java version "1.5.0"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0-b64)
Java HotSpot(TM) Client VM (build 1.5.0-b64, mixed mode)
Comment 7 John Arthorne CLA 2005-07-11 17:46:29 EDT
Usually when the VM crashes, it leaves behind a dump file with more details
(such as "javacore..."). This is usually found in the directory Eclipse was
launched from , which is typically the eclipse install directory.  Do you see a
VM dump file?  Without more detail, it's hard to tell if it's an eclipse problem
or a VM crash.
Comment 8 Villarreal Martin CLA 2005-07-12 09:27:17 EDT
sorry no log in the eclipse directory, i look for the file in the entire pc and 
dont find nothing.
Comment 9 Villarreal Martin CLA 2005-07-20 13:31:11 EDT
It is not a problem of java, or memory. i try eclipse 3.0 with java 1.5.0_04 
and 512 Mb of ram and works fine, but eclipse 3.1 is still crashing. 
I also tried eclipse 3.1 with a pentium 4 with 2 Gb of ram and Windows Xp and 
works fine.
Comment 10 John Arthorne CLA 2005-07-20 13:54:31 EDT
This appears to be a problem with using Eclipse on Windows 98. Others have
reported the same:

http://www.myeclipseide.com/PNphpBB2+file-viewtopic-t-6502.html

As Eclipse is not supported on Win 98, the suggested fix is to upgrade to a
newer version of Windows (or still with older Eclipse).
Comment 11 Billy Biggs CLA 2005-08-21 20:40:08 EDT
Reopening to mark as a duplicate of bug 86800.
Comment 12 Billy Biggs CLA 2005-08-21 20:40:36 EDT

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