Bug 359250 - when compiling, a new instance of Java(TM) Platform SE binary is created.
Summary: when compiling, a new instance of Java(TM) Platform SE binary is created.
Status: VERIFIED INVALID
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.8   Edit
Hardware: PC Windows 7
: P3 critical (vote)
Target Milestone: 3.8 M3   Edit
Assignee: Ayushman Jain CLA
QA Contact:
URL:
Whiteboard:
Keywords: needinfo
Depends on:
Blocks:
 
Reported: 2011-09-28 11:05 EDT by Missing name Mising name CLA
Modified: 2011-10-24 00:41 EDT (History)
4 users (show)

See Also:


Attachments
image of task manager (56.50 KB, image/png)
2011-09-28 11:10 EDT, Missing name Mising name CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Missing name Mising name CLA 2011-09-28 11:05:45 EDT
Build Identifier: I20110613-1736

when i run the program, a new instance of this is created.  eventually, it runs up my CPU to 100%, maxing it out, and freezing it up.  Cannot keep on my computer if it does this!

Reproducible: Always

Steps to Reproduce:
1. Open eclipse
2. run a program
3. run several more times
4. watch in task manager, how more instances of Java(TM) Platform SE binary are created, and how much slower the computer runs.
Comment 1 Remy Suen CLA 2011-09-28 11:09:26 EDT
(In reply to comment #0)
> 2. run a program
> 3. run several more times

If your Java program (I'm assuming you're running Java programs) does not terminate itself, then sure, you'll keep having multiple Java processes show up in Windows' task manager.
Comment 2 Missing name Mising name CLA 2011-09-28 11:10:37 EDT
Created attachment 204196 [details]
image of task manager

you can see how there are multiple instances.
Comment 3 Ayushman Jain CLA 2011-09-28 12:09:12 EDT
(In reply to comment #2)
> Created attachment 204196 [details] [diff]
> image of task manager
> 
> you can see how there are multiple instances.

Please confirm if your program exits normally. (You can look at the Eclipse Console, and see if it says <terminated> after a single run of the program).
Comment 4 Remy Suen CLA 2011-09-28 13:13:50 EDT
(In reply to comment #3)
> Please confirm if your program exits normally. (You can look at the Eclipse
> Console, and see if it says <terminated> after a single run of the program).

Open the 'Debug' view and you should be able to see how many processes you have launched from Eclipse.
Comment 5 Olivier Thomann CLA 2011-09-29 12:54:19 EDT
Can you confirm whether your program terminates or not ? This seems to be the problem in your case.
Comment 6 Missing name Mising name CLA 2011-09-29 13:20:10 EDT
(In reply to comment #5)
> Can you confirm whether your program terminates or not ? This seems to be the
> problem in your case.

I updated it, and it seems to run fine now.
Comment 7 Ayushman Jain CLA 2011-09-29 13:31:51 EDT
(In reply to comment #6)
> I updated it, and it seems to run fine now.

Resolving as INVALID since the issue was with the program being run.
Comment 8 Srikanth Sankaran CLA 2011-10-24 00:41:22 EDT
Verified for 3.8 M3