Bug 168056 - [model] right clicks hang eclipse
Summary: [model] right clicks hang eclipse
Status: RESOLVED WORKSFORME
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.2   Edit
Hardware: PC Windows XP
: P3 major (vote)
Target Milestone: 3.3 RC4   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: needinfo
Depends on:
Blocks:
 
Reported: 2006-12-14 09:18 EST by Rob CLA
Modified: 2007-06-19 09:17 EDT (History)
2 users (show)

See Also:


Attachments
requested dump (19.83 KB, text/plain)
2007-01-04 09:34 EST, Rob CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Rob CLA 2006-12-14 09:18:09 EST
Each time I launch eclipse, all right clicks hang the entire application.

After I force a shutdown, I have found that I need to delete all files located in the following directory:
\workspace\.metadata\.plugins\org.eclipse.jdt.core\

After I delete the files in the directory above and re-launch eclipse, all right clicks work fine, until I need shutdown then restart eclispe.

I am not sure why this started to happen. I have zipped up the '\workspace\.metadata\.plugins\org.eclipse.jdt.core\' directory from the last three days if you'd like to see that let me know.

Thanks.

-Rob
Comment 1 Martin Aeschlimann CLA 2006-12-22 11:26:37 EST
Can you run eclipse from the console and do a CTRL + BREAK to get stacktraces when you get the hangup?
(Try to start eclipse with java -jar startup.jar)
Comment 2 Martin Aeschlimann CLA 2007-01-04 04:07:20 EST
I need more information here
Comment 3 Rob CLA 2007-01-04 09:34:16 EST
Created attachment 56386 [details]
requested dump

Sorry it took so long. The dump is attached.
Comment 4 Martin Aeschlimann CLA 2007-01-04 09:47:23 EST
Thanks for the stacktrace!
Comment 5 Martin Aeschlimann CLA 2007-01-04 09:49:30 EST
Moving to JDT.core.
I'm not sure if this is a real deadlock, or if it is just taking more time to open JAR files.
3 threads are opening a JAR file with JavaModelManager.getZipFile.
Comment 6 Frederic Fusier CLA 2007-05-11 06:47:56 EDT
We worked a lot on performances for 3.3 M7 build. Can you give it a try with this milestone and let us know if you still experiment this hang?
Comment 7 Frederic Fusier CLA 2007-06-19 09:17:32 EDT
Consider this as WORKSFORME without the requested information.
Please reopen if you observe this issue again with 3.3 RC4 build.
Thanks