Bug 319517 - Eclipse Helios Hangs a lot and after killing the process get an exit code -805306369
Summary: Eclipse Helios Hangs a lot and after killing the process get an exit code -80...
Status: CLOSED DUPLICATE of bug 319514
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.7   Edit
Hardware: PC Windows 7
: P3 critical (vote)
Target Milestone: ---   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-12 05:39 EDT by Sethu CLA
Modified: 2012-06-26 03:09 EDT (History)
6 users (show)

See Also:


Attachments
This is thread dump I obtained from visualvm (14.74 KB, text/plain)
2010-07-12 05:41 EDT, Sethu CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sethu CLA 2010-07-12 05:39:27 EDT
Build Identifier: 20100617-1415

Eclipse hangs after 5 minutes or so of working on it. There is not one particular reason why it hangs. The last time I was refactoring by converting a local variable to a field and it hung. Before that, I had hit control + space to complete a method name and it hung. I wait for 2 minutes or so to see if the UI responds again. If it does not, I kill it using task manager. I then get a dialog box saying the JVM exited with an exit code of -805306369.

I just downloaded Helios from the internet. I installed subeclipse SVN client plug in. That is the only additional plug in I have at this time. I have a 64 bit JVM and the eclipse I download is 64 bit as well.

Further, everytime when I open the workspace, I get errors on building. I clean it and it does not go away. I shut down and open the same workspace. After which an automatic build happens and the error goes away. This happening consistently. I have about 10 projects and no working sets and no servers. Its a standalone swing app that I developing.
 
I have the same workspace and plugin on Galileo on another system and everything is fine.

Reproducible: Always

Steps to Reproduce:
I dont have the exact steps to reproduce this. Eclipse hangs after 5 minutes or so on doing different activities as described above.
For the build errors:
1. Open eclipse and automatic build runs. (the errors are already present in the Problems view while the build is running)
2. The errors are present after the build completes.
2. Clean it and the errors are still present.
3. Close eclipse and open it again.
4. The automatic build process is kicked off. The errors now disappear.
Comment 1 Sethu CLA 2010-07-12 05:41:04 EDT
Created attachment 174004 [details]
This is thread dump I obtained from visualvm

This is thread dump I obtained from visualvm
Comment 2 Remy Suen CLA 2010-07-12 05:50:20 EDT
Someone else opened bug 319495 though it's hard to say whether it's the same problem at the moment.
Comment 3 Dani Megert CLA 2010-07-13 03:00:20 EDT
Are you sure it's a hang and not an OOME (PermGen space)? There's a problem with latest Java 1.6.0_21 from Oracle, see bug 319514.
Comment 4 Olivier Thomann CLA 2010-07-15 11:06:35 EDT
What VM are you using ?
Comment 5 Olivier Thomann CLA 2010-07-15 11:08:21 EDT
Could be another duplicate of bug 319514
Comment 6 Olivier Thomann CLA 2010-07-29 20:38:48 EDT
Any update on this ? Did you try with a different VM ?
What VM are you using ?
Comment 7 Sethu CLA 2010-07-30 01:31:55 EDT
(In reply to comment #6)
> Any update on this ? Did you try with a different VM ?
> What VM are you using ?

Hi Olivier,

Sorry for not responding to this for sometime. I was travelling for quite a while now. Yes I was using 1.6 update 21. And was using the 64 bit versions of both eclipse and the jdk. I have found later on that in the eclipse website there have been warnings about java update 1.6 v 21. So it should be that. For me, to get my work finished I downloaded the 32 bit VM and installed the 32 bit eclipse and it was working fine.

Sorry again for not replying sooner. Thanks a lot everyone for your interest in helping out.

Sethu
Comment 8 Jay Arthanareeswaran CLA 2010-07-30 02:23:56 EDT

*** This bug has been marked as a duplicate of bug 319514 ***
Comment 9 Bhuvana Suresh CLA 2012-06-26 02:42:08 EDT
Same error code I too got,

"Java was started but returned exit code=-805306369"

I downloaded Eclipse Helios from the link, http://www.eclipse.org/downloads/

for a Windows 7 64-bit machine. Installed and created a project. Now whenever I open a file in Eclipse, it hangs and it throws the above mentioned error code on killing the Eclipse process.

Same Eclipse version on a VMWare Windows 7, of similar machine configuration, it is working fine without this problem.

Looking for a solution or at the least a workaround for this problem. Please help !
Comment 10 Ayushman Jain CLA 2012-06-26 03:09:12 EDT
(In reply to comment #9)
> Same error code I too got,
> 
> "Java was started but returned exit code=-805306369"
> 
> I downloaded Eclipse Helios from the link, http://www.eclipse.org/downloads/
> 
> for a Windows 7 64-bit machine. Installed and created a project. Now whenever I
> open a file in Eclipse, it hangs and it throws the above mentioned error code
> on killing the Eclipse process.
> 
> Same Eclipse version on a VMWare Windows 7, of similar machine configuration,
> it is working fine without this problem.
> 
> Looking for a solution or at the least a workaround for this problem. Please
> help !

Please look at the above comments, maybe you're also using java 1.6 update 21. Can you please change your installed JRE, or point eclipse.ini to a different JRE location using
-vm
<JRE Home path on a new line>