Bug 168056

Summary: [model] right clicks hang eclipse
Product: [Eclipse Project] JDT Reporter: Rob <eclipse.user>
Component: CoreAssignee: JDT-Core-Inbox <jdt-core-inbox>
Status: RESOLVED WORKSFORME QA Contact:
Severity: major    
Priority: P3 CC: daniel_megert, martinae
Version: 3.2Keywords: needinfo
Target Milestone: 3.3 RC4   
Hardware: PC   
OS: Windows XP   
Whiteboard:
Attachments:
Description Flags
requested dump none

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