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 2153 - Deadlock when running two tutorial clock examples.
Summary: Deadlock when running two tutorial clock examples.
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: All All
: P3 normal (vote)
Assignee: issues@www
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-06-09 23:22 UTC by issues@www
Modified: 2008-12-23 11:48 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 issues@www 1999-06-09 23:22:57 UTC
1. Started two tutorials clock. IDE freezes.

Full thread dump:

"exec_tutorial.clock.part2.ClockFrame_4" prio=7 tid=0xa51900 nid=0xea waiting on monitor [0x1710f000..0x1710fe44]
        at java.lang.Object.wait(Native Method)
        at java.lang.Object.wait(Object.java:424)
        at java.awt.EventQueue.invokeAndWait(EventQueue.java:488)
        at org.openide.util.Mutex.doEventAccess(Mutex.java:491)
        at org.openide.util.Mutex.doWriteAccess(Mutex.java:259)
        at org.openide.util.Mutex.writeAccess(Mutex.java:200)
        at org.openide.nodes.Node.destroy(Node.java:264)
        at com.netbeans.developer.impl.execution.ProcessNodeItem.removeThis(ProcessNodeItem.java:106)

        at com.netbeans.developer.impl.execution.ProcessNodeItem$1.finishedExecution(ProcessNodeItem.java:66)
        at com.netbeans.developer.impl.execution.ExecutionEngine.fireExecutionFinished(ExecutionEngine.java:258)
        at com.netbeans.developer.impl.execution.ExecutionEngine$RunClass.run(ExecutionEngine.java:367)

"Thread-34" prio=7 tid=0xa51580 nid=0xcf runnable [0x1700f000..0x1700fe44]
        at org.openide.util.actions.SystemAction.setEnabled(SystemAction.java:104)
        at org.openide.util.actions.NodeAction$NodesL.checkEnabled(NodeAction.java:228)
        at org.openide.util.actions.NodeAction$NodesL.setActive(NodeAction.java:163)
        at org.openide.util.actions.NodeAction.addNotify(NodeAction.java:47)
        at org.openide.util.actions.SystemAction.addPropertyChangeListener(SystemAction.java:157)
        at org.openide.awt.Actions$Bridge.addNotify(Actions.java:190)
        at org.openide.awt.Actions$Bridge.propertyChange(Actions.java:213)
        at javax.swing.event.SwingPropertyChangeSupport.firePropertyChange(SwingPropertyChangeSupport.java:154)
        at javax.swing.JComponent.firePropertyChange(JComponent.java:3023)
        at javax.swing.JComponent.addNotify(JComponent.java:3309)
        at java.awt.Container.addNotify(Containe