Bug 387908 - Null pointer Exception in memory view
Summary: Null pointer Exception in memory view
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-memory (show other bugs)
Version: 8.1.0   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: cdt-debug-inbox@eclipse.org CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-23 11:01 EDT by Alain Lee CLA
Modified: 2020-09-04 15:17 EDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alain Lee CLA 2012-08-23 11:01:56 EDT
I'm running a test case that opens the memory view, undocks it, then closes it quickly.  I then get this exception:

!ENTRY org.eclipse.ui 4 4 2012-08-23 10:18:12.692 !MESSAGE An internal error has occurred.
!STACK 0
org.eclipse.swt.SWTException: Widget is disposed
                at org.eclipse.swt.SWT.error(SWT.java:4361)
                at org.eclipse.swt.SWT.error(SWT.java:4276)
                at org.eclipse.swt.SWT.error(SWT.java:4247)
                at org.eclipse.swt.widgets.Widget.error(Widget.java:468)
                at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:340)
                at org.eclipse.swt.widgets.Widget.setData(Widget.java:1220)
                at org.eclipse.cdt.debug.ui.memory.memorybrowser.MemoryBrowser$5$1.run(MemoryBrowser.java:574)
                at org.eclipse.cdt.debug.ui.memory.memorybrowser.MemoryBrowser$14.runInUIThread(MemoryBrowser.java:1331)