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 191961 - IllegalStateException: This must happen in the event thread!
Summary: IllegalStateException: This must happen in the event thread!
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 7.0
Hardware: All All
: P2 normal (vote)
Assignee: Egor Ushakov
URL:
Keywords:
: 192002 (view as bug list)
Depends on:
Blocks:
 
Reported: 2010-11-15 10:58 UTC by Egor Ushakov
Modified: 2010-11-16 14:15 UTC (History)
1 user (show)

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 Egor Ushakov 2010-11-15 10:58:14 UTC
java.lang.IllegalStateException: This must happen in the event thread!
    [junit] 	at org.openide.awt.Actions$Bridge.propertyChange(Actions.java:860)
    [junit] 	at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:339)
    [junit] 	at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:276)
    [junit] 	at org.openide.util.SharedClassObject.firePropertyChange(SharedClassObject.java:471)
    [junit] 	at org.openide.util.SharedClassObject.putProperty(SharedClassObject.java:346)
    [junit] 	at org.openide.util.actions.SystemAction.setEnabled(SystemAction.java:151)
    [junit] 	at org.netbeans.modules.cnd.debugger.common2.debugger.actions.RunToFunctionAction.update(RunToFunctionAction.java:122)
    [junit] 	at org.netbeans.modules.cnd.debugger.common2.debugger.ActionEnabler.update(ActionEnabler.java:126)
    [junit] 	at org.netbeans.modules.cnd.debugger.common2.debugger.NativeDebuggerImpl.updateActions(NativeDebuggerImpl.java:440)
    [junit] 	at org.netbeans.modules.cnd.debugger.common2.debugger.NativeDebuggerImpl.stateChanged(NativeDebuggerImpl.java:409)
    [junit] 	at org.netbeans.modules.cnd.debugger.gdb2.GdbDebuggerImpl.kill(GdbDebuggerImpl.java:577)
    [junit] 	at org.netbeans.modules.cnd.debugger.gdb2.GdbDebuggerImpl$2.onExit(GdbDebuggerImpl.java:632)
    [junit] 	at org.netbeans.modules.cnd.debugger.gdb2.mi.MICommandManager.dispatch(MICommandManager.java:133)
    [junit] 	at org.netbeans.modules.cnd.debugger.gdb2.mi.MIProxy.dispatch(MIProxy.java:175)
    [junit] 	at org.netbeans.modules.cnd.debugger.gdb2.mi.MIProxy.result(MIProxy.java:180)
    [junit] 	at org.netbeans.modules.cnd.debugger.gdb2.mi.MIProxy.processLine(MIProxy.java:144)
    [junit] 	at org.netbeans.modules.cnd.debugger.gdb2.Gdb$Tap$1.run(Gdb.java:995)
    [junit] 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1424)
    [junit] 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1968)
Comment 1 Egor Ushakov 2010-11-15 12:29:55 UTC
fixed in:
http://hg.netbeans.org/cnd-main/rev/f7b63d62bc60
Comment 2 Quality Engineering 2010-11-16 06:11:09 UTC
Integrated into 'main-golden', will be available in build *201011160001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/f7b63d62bc60
User: Egor Ushakov <gorrus@netbeans.org>
Log: fixed #191961 (IllegalStateException: This must happen in the event thread!)
Comment 3 Egor Ushakov 2010-11-16 14:15:11 UTC
*** Bug 192002 has been marked as a duplicate of this bug. ***