This deadlocks for me pretty much every time I launch it:
"Timer-0" daemon prio=5 tid=0x00513fc0 nid=0x1929200 waiting for
monitor entry [0xf1010000..0xf1010ab0]
at java.awt.Container.clearCurrentFocusCycleRootOnHide
(Container.java:3076)
- waiting to lock <0x26ce8130> (a java.awt.Component$AWTTreeLock)
at java.awt.Component.hide(Component.java:1327)
at java.awt.Component.show(Component.java:1302)
at java.awt.Component.setVisible(Component.java:1253)
at javax.swing.JComponent.setVisible(JComponent.java:2535)
at AbstractComponentDecorator.setVisible
(AbstractComponentDecorator.java:137)
at SmoothTreeDrop$DropSmoother$Counter.run(SmoothTreeDrop.java:96)
- locked <0x26610338> (a SmoothTreeDrop$1)
at java.util.TimerThread.mainLoop(Timer.java:512)
at java.util.TimerThread.run(Timer.java:462)
"AWT-EventQueue-0" prio=6 tid=0x0050faf0 nid=0x1897000 waiting for
monitor entry [0xf0e0b000..0xf0e0cab0]
at SmoothTreeDrop$DropSmoother.paint(SmoothTreeDrop.java:272)
- waiting to lock <0x26610338> (a SmoothTreeDrop$1)
at AbstractComponentDecorator$Painter.paint
(AbstractComponentDecorator.java:361)
at javax.swing.JComponent.paintChildren(JComponent.java:842)
- locked <0x26ce8130> (a java.awt.Component$AWTTreeLock)
at javax.swing.JComponent.paint(JComponent.java:1014)
at javax.swing.JLayeredPane.paint(JLayeredPane.java:559)
at javax.swing.JComponent._paintImmediately(JComponent.java:4881)
at javax.swing.JComponent.paintImmediately(JComponent.java:4667)
at javax.swing.RepaintManager.paintDirtyRegions(RepaintManager.java:
477)
at javax.swing.SystemEventQueueUtilities$ComponentWorkRequest.run
(SystemEventQueueUtilities.java:114)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy
(EventDispatchThread.java:269)
at java.awt.EventDispatchThread.pumpEventsForHierarchy
(EventDispatchThread.java:190)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:
184)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:
176)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Java-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/java-dev/email@hidden