Bug 109793 - Eclipse 3.1 crashes every 5-6 minutes JVM 1.5
Summary: Eclipse 3.1 crashes every 5-6 minutes JVM 1.5
Status: RESOLVED WONTFIX
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.1   Edit
Hardware: PC Windows 98
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: vm
Depends on:
Blocks:
 
Reported: 2005-09-16 16:48 EDT by An Mishra CLA
Modified: 2005-10-17 06:00 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description An Mishra CLA 2005-09-16 16:48:08 EDT
Just installed Eclipse 3.1. I tried the "HelloWorld" tutorial and when i clicked
on "Run" it caused a "system low on memory" message and then my computer would
crash. I loaded it again, this time it ran but then 5-6 minutes later it would
crash again. This has happened two - three times now. 

I searched previously reported bugs and foung Bug #: 43167 to be most similar.

here is my .log output:
!SESSION 2005-09-16 11:18:18.740 -----------------------------------------------
eclipse.buildId=I20050627-1435
java.version=1.5.0_01
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Command-line arguments:  -os win32 -ws win32 -arch x86

!ENTRY org.eclipse.core.resources 2 10035 2005-09-16 11:18:31.50
!MESSAGE A workspace crash was detected. The previous session did not exit normally.
!SESSION 2005-09-16 14:08:16.210 -----------------------------------------------
eclipse.buildId=I20050627-1435
java.version=1.5.0_01
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Command-line arguments:  -os win32 -ws win32 -arch x86

!ENTRY org.eclipse.core.resources 2 10035 2005-09-16 14:08:28.730
!MESSAGE A workspace crash was detected. The previous session did not exit normally.
!SESSION 2005-09-16 15:49:21.850 -----------------------------------------------
eclipse.buildId=I20050627-1435
java.version=1.5.0_01
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Command-line arguments:  -os win32 -ws win32 -arch x86

!ENTRY org.eclipse.core.resources 2 10035 2005-09-16 15:49:30.970
!MESSAGE A workspace crash was detected. The previous session did not exit normally.


Here is my computer specs:
SiSoftware Sandra

Processor
Model : Intel(R) Pentium(R) III
Speed : 702MHz
Performance Rating : PR842 (estimated)
Type : Standard
L2 On-board Cache : 256kB ECC Synchronous ATC (8-way, 32 byte line size)

Mainboard
Total Memory : 127MB SDRAM

Logical Storage Devices
1.44MB 3.5" (A:) : N/A
Hard Disk (C:) : 14.0GB (3.1GB, 22% Free) (FAT32)
Java distributed (D:) : 614MB (0MB, 0% Free) (CDFS)

Operating System(s)
Windows System : Microsoft Windows 98 (Win32 x86) 4.10.1998 ( )
DOS System : Microsoft MS-DOS Version 7.10 A
Comment 1 Olivier Thomann CLA 2005-09-16 16:59:57 EDT
Could you please provide the VM log?
Comment 2 An Mishra CLA 2005-09-19 10:29:14 EDT
(In reply to comment #1)
> Could you please provide the VM log?

How do I do that?

Comment 3 Olivier Thomann CLA 2005-09-19 12:09:21 EDT
When the VM crashed, a log should be in the folder that contains your eclipse.exe.
Don't you have any new file there?
Comment 4 An Mishra CLA 2005-09-19 14:21:53 EDT
(In reply to comment #3)

No I don't have any new file there. The only log file I have was created in my
workspace folder, under ".metadata".
Comment 5 Philipe Mulet CLA 2005-10-07 05:33:13 EDT
Suspecting there is not enough memory on this system. Maybe adding -Xmx128M on
your command line could help.

eclipse.exe -vmargs -Xmx128M

BTW Win98 is not an officially supported platform.
http://www.eclipse.org/eclipse/development/readme_eclipse_3.1.1.html#TargetOperatingEnvironments
Comment 6 Philipe Mulet CLA 2005-10-17 06:00:19 EDT
Closing, this is not an Eclipse bug. The crash occurs in VM.
Now, the platform is not supported, and the memory requirements are not met...