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 188480 - Deadlock of Code Completion
Summary: Deadlock of Code Completion
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: -S1S-
Hardware: PC Mac OS X
: P2 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
: 190680 (view as bug list)
Depends on:
Blocks:
 
Reported: 2010-07-08 10:01 UTC by Miloslav Metelka
Modified: 2010-10-05 08:23 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Thread dump (25.95 KB, text/plain)
2010-07-08 10:02 UTC, Miloslav Metelka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Miloslav Metelka 2010-07-08 10:01:35 UTC
Dev Build (Build 100512-88d68bfb8f5a) (#88d68bfb8f5a)
Comment 1 Miloslav Metelka 2010-07-08 10:02:39 UTC
Created attachment 100688 [details]
Thread dump
Comment 2 David Strupl 2010-07-08 15:08:16 UTC
Creation of tooltip component in non-AWT EDT is not healthy. But I don't know how to fix it ;-(
Comment 3 Dusan Balek 2010-07-12 13:07:58 UTC
Fixed in jet-main. Moving tooltip component creation into AWT EDT

http://hg.netbeans.org/jet-main/rev/4ede6aa9ddb7
Comment 4 Quality Engineering 2010-07-13 03:32:18 UTC
Integrated into 'main-golden', will be available in build *201007130001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/4ede6aa9ddb7
User: Dusan Balek <dbalek@netbeans.org>
Log: Issue #188480: Deadlock of Code Completion - fixed - moving tooltip component creation into AWT EDT.
Comment 5 Jan Lahoda 2010-10-05 08:23:04 UTC
*** Bug 190680 has been marked as a duplicate of this bug. ***