Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 235799 Details for
Bug 417989
SWTException in CoolBarManager.update() on updating disposed CoolItem
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
stacktrace of calling CoolItem dispose by CoolBarManager.update
stacktrace.txt (text/plain), 4.58 KB, created by
Yury
on 2013-09-25 04:53:17 EDT
(
hide
)
Description:
stacktrace of calling CoolItem dispose by CoolBarManager.update
Filename:
MIME Type:
Creator:
Yury
Created:
2013-09-25 04:53:17 EDT
Size:
4.58 KB
patch
obsolete
>CoolItem.dispose() line: 281 > ToolBarContributionItem2(ToolBarContributionItem).updateSize(boolean) line: 639 > ToolBarContributionItem2(ToolBarContributionItem).update(String) line: 595 > CoolBarManager$1.controlResized(ControlEvent) line: 267 > TypedListener.handleEvent(Event) line: 256 > EventTable.sendEvent(Event) line: 85 > CoolBar(Widget).sendEvent(Event) line: 700 > CoolBar(Widget).notifyListeners(int, Event) line: 602 > CoolBar(Control).notifyResize(Point) line: 2416 > CoolBar(Composite).notifyResize(Point) line: 882 > CoolBar(Control).setBounds(Rectangle, boolean) line: 2401 > CoolBar(Control).setBounds(Rectangle) line: 855 > CoolBar(Control).setSize(Point) line: 969 > CoolBar(Control).setSize(int, int) line: 989 > CoolBar.relayout() line: 1025 > CoolBar.destroyItem(CoolItem) line: 537 > CoolItem.dispose() line: 288 > ToolBarContributionItem2(ToolBarContributionItem).updateSize(boolean) line: 639 > ToolBarContributionItem2(ToolBarContributionItem).update(String) line: 595 > CoolBarManager$1.controlResized(ControlEvent) line: 267 > TypedListener.handleEvent(Event) line: 256 > EventTable.sendEvent(Event) line: 85 > CoolBar(Widget).sendEvent(Event) line: 700 > CoolBar(Widget).notifyListeners(int, Event) line: 602 > CoolBar(Control).notifyResize(Point) line: 2416 > CoolBar(Composite).notifyResize(Point) line: 882 > CoolBar(Control).setBounds(Rectangle, boolean) line: 2401 > CoolBar(Control).setBounds(Rectangle) line: 855 > CoolBar(Control).setSize(Point) line: 969 > CoolBar(Control).setSize(int, int) line: 989 > CoolBar.relayout() line: 1025 > CoolItem.setSize(int, int) line: 724 > CoolItem.setSize(Point) line: 753 > ToolBarContributionItem2(ToolBarContributionItem).updateSize(boolean) line: 662 > ToolBarContributionItem2(ToolBarContributionItem).fill(CoolBar, int) line: 251 > CoolBarManager2(CoolBarManager).update(boolean) line: 952 > SubCoolBarManager.update(boolean) line: 99 > VisualReportViewerContributor(AbstractPageEditorContributor).updateBars() line: 481 > VisualReportViewerContributor(AbstractPageEditorContributor).updateActiveContributor() line: 445 > VisualReportViewerContributor(AbstractPageEditorContributor).setActivePage(IEditorPart) line: 179 > VisualReportViewerContributor(MultiPageEditorActionBarContributor).setActiveEditor(IEditorPart) line: 51 > VisualReportViewerContributor(AbstractPageEditorContributor).setActiveEditor(IEditorPart) line: 102 > EditorActionBars.partChanged(IWorkbenchPart) line: 343 > WorkbenchPage$3.run() line: 638 > SafeRunner.run(ISafeRunnable) line: 42 > Platform.run(ISafeRunnable) line: 854 > WorkbenchPage.activatePart(IWorkbenchPart) line: 627 > WorkbenchPage.setActivePart(IWorkbenchPart, boolean) line: 3527 > WorkbenchPage.internalActivate(IWorkbenchPart, boolean) line: 620 > WorkbenchPage.activate(IWorkbenchPart) line: 592 > WorkbenchPage.busyOpenEditorBatched(IEditorInput, String, boolean, int, IMemento) line: 2870 > WorkbenchPage.busyOpenEditor(IEditorInput, String, boolean, int, IMemento) line: 2763 > WorkbenchPage.access$11(WorkbenchPage, IEditorInput, String, boolean, int, IMemento) line: 2755 > WorkbenchPage$10.run() line: 2706 > BusyIndicator.showWhile(Display, Runnable) line: 66 > WorkbenchPage.openEditor(IEditorInput, String, boolean, int, IMemento) line: 2702 > WorkbenchPage.openEditor(IEditorInput, String, boolean, int) line: 2686 > IDE.openEditor(IWorkbenchPage, IEditorInput, String, boolean, int) line: 209 > IDE.openEditor(IWorkbenchPage, IEditorInput, String, int) line: 126 > IDE.openEditor(IWorkbenchPage, IEditorInput, String) line: 95 > RAPDocumentService(DocumentService).internalOpenEditor(IDocument, Map, boolean) line: 711 > DocumentService.access$8(DocumentService, IDocument, Map, boolean) line: 665 > DocumentService$1.run() line: 550 > RunnableLock.run() line: 38 > UISynchronizer(Synchronizer).runAsyncMessages(boolean) line: 180 > Display.runPendingMessages() line: 1189 > Display.safeReadAndDispatch() line: 1169 > Display.readAndDispatch() line: 1161 > Workbench.runEventLoop(Window$IExceptionHandler, Display) line: 2733 > Workbench.runUI() line: 2694 > Workbench.access$5(Workbench) line: 2530 > Workbench$5.run() line: 701 > Realm.runWithDefault(Realm, Runnable) line: 332 > Workbench.createAndRunWorkbench(Display, WorkbenchAdvisor) line: 684 > PlatformUI.createAndRunWorkbench(Display, WorkbenchAdvisor) line: 157 > BiAdminEntryPoint.createUI(Display) line: 56 > BiAdminEntryPoint(BaseEntryPoint).createUI() line: 160 > RWTLifeCycle.createUI() line: 186 > RWTLifeCycle$UIThreadController.run() line: 298 > UIThread(Thread).run() line: 619 > UIThread.run() line: 104
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 417989
: 235799 |
235800
|
235847