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 - [41cat] Deadlock when working with editor
Summary: [41cat] Deadlock when working with editor
Status: RESOLVED DUPLICATE of bug 57316
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 4.x
Hardware: PC Windows XP
: P1 blocker (vote)
Assignee: issues@editor
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-01 19:25 UTC by jasondonmoyer
Modified: 2007-11-05 13:44 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
deadlock from thread dump (16.87 KB, text/plain)
2005-04-01 19:26 UTC, jasondonmoyer
Details
Full thread dump when IDE was freezed. (13.22 KB, text/plain)
2005-04-04 09:33 UTC, Jiri Kovalsky
Details

Note You need to log in before you can comment on or make changes to this bug.
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.