Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 123329 - Widget disposed from Tag diaog
Summary: Widget disposed from Tag diaog
Status: RESOLVED DUPLICATE of bug 123256
Alias: None
Product: Platform
Classification: Eclipse Project
Component: CVS (show other bugs)
Version: 3.2   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.2   Edit
Assignee: platform-cvs-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-10 16:45 EST by Michael Valenta CLA
Modified: 2006-04-12 09:20 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Valenta CLA 2006-01-10 16:45:39 EST
Found many of these in the log. Not sue how to reproduce

org.eclipse.swt.SWTException: Widget is disposed
at org.eclipse.swt.SWT.error(SWT.java(Compiled Code))
at org.eclipse.swt.SWT.error(SWT.java(Inlined Compiled Code))
at org.eclipse.swt.SWT.error(SWT.java(Inlined Compiled Code))
at org.eclipse.swt.widgets.Widget.error(Widget.java(Inlined Compiled Code))
at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java(Inlined Compiled Code))
at org.eclipse.swt.widgets.Control.setRedraw(Control.java(Compiled Code))
at org.eclipse.team.internal.ccvs.ui.tags.TagSelectionArea.updateTagDisplay(TagSelectionArea.java:233)
at org.eclipse.team.internal.ccvs.ui.tags.TagSelectionArea.setFilter(TagSelectionArea.java:638)
at org.eclipse.team.internal.ccvs.ui.tags.TagAsVersionDialog.updateEnablements(TagAsVersionDialog.java:145)
at org.eclipse.team.internal.ccvs.ui.tags.TagAsVersionDialog$1.modifyText(TagAsVersionDialog.java:67)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java(Compiled Code))
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java(Compiled Code))
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java(Inlined Compiled Code))
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java(Compiled Code))
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java(Inlined Compiled Code))
at org.eclipse.swt.widgets.Text.wmCommandChild(Text.java(Compiled Code))
at org.eclipse.swt.widgets.Control.WM_COMMAND(Control.java(Compiled Code))
at org.eclipse.swt.widgets.Control.windowProc(Control.java(Compiled Code))
at org.eclipse.swt.widgets.Display.windowProc(Display.java(Compiled Code))
at org.eclipse.swt.internal.win32.OS.CallWindowProcW(Native Method)
at org.eclipse.swt.internal.win32.OS.CallWindowProc(OS.java(Inlined Compiled Code))
at org.eclipse.swt.widgets.Text.callWindowProc(Text.java(Compiled Code))
at org.eclipse.swt.widgets.Control.windowProc(Control.java(Compiled Code))
at org.eclipse.swt.widgets.Text.windowProc(Text.java(Compiled Code))
at org.eclipse.swt.widgets.Display.windowProc(Display.java(Compiled Code))
at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java(Inlined Compiled Code))
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java(Compiled Code))
at org.eclipse.jface.window.Window.runEventLoop(Window.java(Compiled Code))
at org.eclipse.jface.window.Window.open(Window.java:786)
at org.eclipse.team.internal.ccvs.ui.actions.TagAction.configureOperation(TagAction.java:89)
at org.eclipse.team.internal.ccvs.ui.actions.TagAction$1.run(TagAction.java:57)
at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java(Compiled Code))
at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java(Compiled Code))
at org.eclipse.swt.widgets.Display.syncExec(Display.java(Compiled Code))
at org.eclipse.team.internal.ccvs.ui.actions.TagAction.execute(TagAction.java:55)
at org.eclipse.team.internal.ccvs.ui.actions.CVSAction.run(CVSAction.java:118)
at org.eclipse.ui.actions.ActionDelegate.runWithEvent(ActionDelegate.java:70)
at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:241)
at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:530)
at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java(Inlined Compiled Code))
at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java(Compiled Code))
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java(Compiled Code))
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java(Inlined Compiled Code))
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java(Compiled Code))
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java(Compiled Code))
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java(Compiled Code))
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1728)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:398)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:106)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:109)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:379)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60)
at java.lang.reflect.Method.invoke(Method.java:391)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:338)
at org.eclipse.core.launcher.Main.basicRun(Main.java:282)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
Comment 1 Michael Valenta CLA 2006-04-12 09:20:37 EDT

*** This bug has been marked as a duplicate of 123256 ***