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 22529 - FormEditorSupport blocks AWT thread
Summary: FormEditorSupport blocks AWT thread
Status: CLOSED WORKSFORME
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-17 11:00 UTC by _ rkubacki
Modified: 2003-06-30 18:29 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description _ rkubacki 2002-04-17 11:00:34 UTC
"AWT-EventQueue-0" prio=1 tid=0x81f9f58 nid=0x5a8d
waiting on monitor [0x4e1e2000..0x4e1e2890]
	at java.lang.Object.wait(Native Method)
	at java.lang.Object.wait(Object.java:420)
	at org.openide.util.Task.waitFinished(Task.java:86)
	at
org.openide.util.RequestProcessor$Task.waitFinished(RequestProcessor.java:382)
	at
org.openide.loaders.FolderList.getChildrenList(FolderList.java:184)
	at
org.openide.loaders.FolderList.getChildren(FolderList.java:173)
	at
org.openide.loaders.DataFolder.getChildren(DataFolder.java:245)
	at
org.netbeans.modules.form.palette.CPManager.checkAvailablePalettes(CPManager.java:374)
	at
org.netbeans.modules.form.palette.CPManager.<init>(CPManager.java:124)
	at
org.netbeans.modules.form.palette.CPManager.getDefault(CPManager.java:139)
	at
org.netbeans.modules.form.FormEditorSupport.attachPaletteListener(FormEditorSupport.java:1038)
	at
org.netbeans.modules.form.FormEditorSupport.loadFormData(FormEditorSupport.java:547)
	at
org.netbeans.modules.form.FormEditorSupport.access$000(FormEditorSupport.java:38)
	at
org.netbeans.modules.form.FormEditorSupport$1.run(FormEditorSupport.java:113)
	at
java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:154)
	at
java.awt.EventQueue.dispatchEvent(EventQueue.java:337)
	at
java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:131)
	at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:98)
	at
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
	at
java.awt.EventDispatchThread.run(EventDispatchThread.java:85)
Comment 1 Tomas Pavek 2002-04-17 13:27:06 UTC
Pardon my ignorance, but what's the problem here?
Comment 2 _ rkubacki 2002-04-17 13:38:36 UTC
I used last dev build, run a search on filesystem. The search was not
finished and I tried to open form but the IDE was blocked. Looks that
you are waiting for something in AWT thread and it can't be finished.
The IDE is completely unusable in such case. I will attach whole
thread dump when I reproduce it again.
Comment 3 Tomas Pavek 2002-06-06 18:37:53 UTC
I'm closing this as not reproducible.

Anyway, I don't see the problem in form editor (however I 
don't have full thread dump) - it looks like
org.openide.loaders.FolderList.getChildrenList is waiting 
for some refresh task.
Comment 4 Quality Engineering 2003-06-30 18:20:26 UTC
Resolved for 3.3.x or earlier, no new info since then -> closing.
Comment 5 Quality Engineering 2003-06-30 18:29:26 UTC
Resolved for 3.3.x or earlier, no new info since then -> closing.