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 92023 - Deadlock on DnD in Explorer
Summary: Deadlock on DnD in Explorer
Status: RESOLVED FIXED
Alias: None
Product: ide
Classification: Unclassified
Component: Logger (show other bugs)
Version: 6.x
Hardware: PC Linux
: P1 blocker (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
: 92102 (view as bug list)
Depends on:
Blocks: 91682
  Show dependency tree
 
Reported: 2007-01-08 14:23 UTC by Jiri Rechtacek
Modified: 2007-01-09 12:46 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Full thread dump (28.74 KB, text/plain)
2007-01-08 14:23 UTC, Jiri Rechtacek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Rechtacek 2007-01-08 14:23:03 UTC
>System Info: 
  Product Version         = NetBeans IDE Dev (Build 070108)
  Operating System        = Linux version 2.6.17-10-386 running on i386
  Java; VM; Vendor; Home  = 1.6.0; Java HotSpot(TM) Client VM 1.6.0-b105; Sun
Microsystems Inc.; /space/shared/java/jdk1.6.0/jre

1. Open form in editor
2. DnD (Move) in Inspector
3. Deadlock -> see the attachment
Comment 1 Jiri Rechtacek 2007-01-08 14:23:59 UTC
Created attachment 37141 [details]
Full thread dump
Comment 2 Tomas Pavek 2007-01-08 15:27:05 UTC
Does not seem to be a problem of form.
org.netbeans.modules.uihandler.UIHandler constructs some UI in non-AWT thread.
Can you reassign? I don't where it belongs to.
Comment 3 Jiri Rechtacek 2007-01-08 15:53:56 UTC
I tried component logger.
Comment 4 Marian Mirilovic 2007-01-08 17:28:09 UTC
The same for DnD in Projects view
Comment 5 Jaroslav Tulach 2007-01-09 08:45:05 UTC
#92023 and # 91981: When an exception occurs, compute the UI Gestures 
Collector dialog asynchronously, but before showing it switch always back to 
AWT thread for construction of the UI elements.

Checking in src/org/netbeans/modules/uihandler/UIHandler.java;
/shared/data/ccvs/repository/logger/uihandler/src/org/netbeans/modules/uihandler/UIHandler.java,v  
<--  UIHandler.java
new revision: 1.10; previous revision: 1.9
done
Checking in src/org/netbeans/modules/uihandler/Installer.java;
/shared/data/ccvs/repository/logger/uihandler/src/org/netbeans/modules/uihandler/Installer.java,v  
<--  Installer.java
new revision: 1.36; previous revision: 1.35
done
Checking in manifest.mf;
/shared/data/ccvs/repository/logger/uihandler/manifest.mf,v  <--  manifest.mf
new revision: 1.13; previous revision: 1.12
done
Checking in test/unit/src/org/netbeans/modules/uihandler/BugTriggersTest.java;
/shared/data/ccvs/repository/logger/uihandler/test/unit/src/org/netbeans/modules/uihandler/BugTriggersTest.java,v  
<--  BugTriggersTest.java
new revision: 1.7; previous revision: 1.6
Comment 6 Marian Mirilovic 2007-01-09 12:46:36 UTC
*** Issue 92102 has been marked as a duplicate of this issue. ***