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 174565 - Illegal use of Swing off EQ
Summary: Illegal use of Swing off EQ
Status: RESOLVED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Hudson (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Jaroslav Havlin
URL:
Keywords: THREAD
Depends on:
Blocks:
 
Reported: 2009-10-14 15:57 UTC by Jesse Glick
Modified: 2012-10-12 02:04 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 Jesse Glick 2009-10-14 15:57:31 UTC
"Default RequestProcessor" daemon prio=10 tid=0x0885d400 nid=0x6f4d waiting for monitor entry [0xb1088000]
   java.lang.Thread.State: BLOCKED (on object monitor)
	at java.awt.Component.setFont(Component.java:1778)
	- waiting to lock <0x6971fea8> (a java.awt.Component$AWTTreeLock)
	at java.awt.Container.setFont(Container.java:1554)
	at javax.swing.JComponent.setFont(JComponent.java:2723)
	at javax.swing.LookAndFeel.installColorsAndFont(LookAndFeel.java:191)
	at javax.swing.plaf.basic.BasicPanelUI.installDefaults(BasicPanelUI.java:49)
	at javax.swing.plaf.basic.BasicPanelUI.installUI(BasicPanelUI.java:39)
	at javax.swing.JComponent.setUI(JComponent.java:673)
	at javax.swing.JPanel.setUI(JPanel.java:136)
	at javax.swing.JPanel.updateUI(JPanel.java:109)
	at javax.swing.JPanel.<init>(JPanel.java:69)
	at javax.swing.JPanel.<init>(JPanel.java:92)
	at javax.swing.JPanel.<init>(JPanel.java:100)
	at org.netbeans.modules.hudson.ui.notification.ProblemPanel.<init>(ProblemPanel.java:49)
	at org.netbeans.modules.hudson.ui.notification.ProblemNotification.add(ProblemNotification.java:132)
	at
org.netbeans.modules.hudson.ui.notification.ProblemNotificationController.updateNotifications(ProblemNotificationController.java:98)
	- locked <0x6aa243a8> (a org.netbeans.modules.hudson.ui.notification.ProblemNotificationController)
	at org.netbeans.modules.hudson.impl.HudsonInstanceImpl$2.contentChanged(HudsonInstanceImpl.java:151)
	at org.netbeans.modules.hudson.impl.HudsonInstanceImpl.fireContentChanges(HudsonInstanceImpl.java:397)
	at org.netbeans.modules.hudson.impl.HudsonInstanceImpl$4.run(HudsonInstanceImpl.java:357)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:602)
	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1084)
Comment 1 Jaroslav Havlin 2012-10-10 16:16:28 UTC
http://hg.netbeans.org/core-main/rev/58c383661008
Comment 2 Quality Engineering 2012-10-12 02:04:19 UTC
Integrated into 'main-golden', will be available in build *201210120002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/58c383661008
User: Jaroslav Havlin <jhavlin@netbeans.org>
Log: #174565: Illegal use of Swing off EQ