This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 57354

Summary: [41cat] Deadlock when working with editor
Product: editor Reporter: jasondonmoyer <jasondonmoyer>
Component: -- Other --Assignee: issues@editor <issues>
Status: RESOLVED DUPLICATE    
Severity: blocker CC: tor
Priority: P1    
Version: 4.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:
Attachments: deadlock from thread dump
Full thread dump when IDE was freezed.

Description jasondonmoyer 2005-04-01 19:25:59 UTC
[ BUILD # : 200504010747 ]
[ JDK VERSION : 1.5.0_02 ]

Fix imports deadlocks when invoked using alt+shift+f
Comment 1 jasondonmoyer 2005-04-01 19:26:37 UTC
Created attachment 21303 [details]
deadlock from thread dump
Comment 2 Martin Matula 2005-04-01 21:45:35 UTC
Seems that editor calls swing in non-AWT thread. Maybe this could also be the
cause of issue 54585.
Comment 3 Martin Matula 2005-04-04 09:15:55 UTC
This deadlock was reproduced by other people when working in the editor (e.g.
code completion). It is not related to Fix all imports action.
Comment 4 Miloslav Metelka 2005-04-04 09:25:41 UTC
This is dup of issue 57316 that was already fixed. Thanks for the report.

*** This issue has been marked as a duplicate of 57316 ***
Comment 5 Jiri Kovalsky 2005-04-04 09:32:02 UTC
Yes, I faced it too when writing in the editor. I was slow so CC was
automatically opened for a class name located in two different packages and IDE
suddenly freezed. It happened to me twice on exactly same place so I had to
write the piece of code differently. I am attaching the thread dump. It was
RedHat 9, JDK 1.5.0_02 build #09 with development build #200504010747 of
NetBeans 4.1.
Comment 6 Jiri Kovalsky 2005-04-04 09:33:58 UTC
Created attachment 21329 [details]
Full thread dump when IDE was freezed.