Bug 180061 - [assist] Code Assist frequently takes 100% cpu, eclipse frozen (new for M6)
Summary: [assist] Code Assist frequently takes 100% cpu, eclipse frozen (new for M6)
Status: RESOLVED WORKSFORME
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.3   Edit
Hardware: PC Linux
: P3 blocker (vote)
Target Milestone: ---   Edit
Assignee: David Audel CLA
QA Contact:
URL:
Whiteboard:
Keywords: performance
Depends on:
Blocks:
 
Reported: 2007-03-29 15:09 EDT by Eric Goff CLA
Modified: 2007-04-03 00:43 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Goff CLA 2007-03-29 15:09:56 EDT
Build ID: I20070323-1616

Steps To Reproduce:
1. Try to edit snippet of code
2. eclipse freezes


More information:
Here was snippet:
public <T> foo<T> bar() ;

As I tried to change this to:
public <T extends fubar> foo<T> bar() ;

eclipse froze.  Was reproducible 100% of the time,
but I suspect only the context of my environment.

This *possibly* seemed to be related to "Open Type" being broken and doing weird things (I entred bug for that as well)
Comment 1 Dani Megert CLA 2007-03-30 09:22:47 EDT
Please attach a stack dump.
Comment 2 Jerome Lanneluc CLA 2007-04-02 12:07:42 EDT
Eric, any news on this one ? Were you able to take a thread dump (start eclipe with -vm <path to your jdk>\bin\java.exe, then press Ctrl+Break in the DOS console when the freeze occurs) ?
Comment 3 Eric Goff CLA 2007-04-02 12:43:18 EDT
I did not realize someone wanted my input, sorry.
I will try a "kill -3" on it to get a stack trace.
Comment 4 Eric Goff CLA 2007-04-02 14:07:05 EDT
After blowing away eclipse directory and starting again,
problem went away.

However, problem had not gone away after starting with eclipse -clean.

So problem sounds unreproducible at this time.
Comment 5 Jerome Lanneluc CLA 2007-04-03 00:43:43 EDT
Thanks Eric. Please reopen if you see this again.