Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 442359

Summary: "Widget is disposed" in SWT code (Menu related)
Product: [Eclipse Project] Platform Reporter: Thomas Singer <eclipse>
Component: SWTAssignee: Platform-SWT-Inbox <platform-swt-inbox>
Status: CLOSED DUPLICATE QA Contact:
Severity: normal    
Priority: P3 CC: ericwill
Version: 4.3.1Keywords: triaged
Target Milestone: ---   
Hardware: PC   
OS: Linux-GTK   
Whiteboard:

Description Thomas Singer CLA 2014-08-22 06:28:29 EDT
Following bug has been reported by a user of SmartSVN:

org.eclipse.swt.SWTException: Widget is disposed
	at org.eclipse.swt.SWT.error(SWT.java:4397)
	at org.eclipse.swt.SWT.error(SWT.java:4312)
	at org.eclipse.swt.SWT.error(SWT.java:4283)
	at org.eclipse.swt.widgets.Widget.error(Widget.java:481)
	at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:418)
	at org.eclipse.swt.widgets.Menu.getItemCount(Menu.java:467)
	at org.eclipse.swt.widgets.Menu._setVisible(Menu.java:199)
	at org.eclipse.swt.widgets.Display.runPopups(Display.java:3784)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3353)

Some VM properties:
java.version                 : "1.7.0_65"
os.arch                      : "amd64"
os.name                      : "Linux"
os.version                   : "3.13.0-24-generic"

Some env-vars:
DESKTOP_SESSION              : "ubuntu"
GTK_IM_MODULE                : "ibus"
GTK_MODULES                  : "overlay-scrollbar:unity-gtk-module"
LANG                         : "en_US.UTF-8"
LANGUAGE                     : "en_US:en"
LC_ADDRESS                   : "es_ES.UTF-8"
LC_ALL                       : "en_US.ISO-8859-15"
LC_IDENTIFICATION            : "es_ES.UTF-8"
LC_MEASUREMENT               : "es_ES.UTF-8"
LC_MESSAGES                  : "POSIX"
LC_MONETARY                  : "es_ES.UTF-8"
LC_NAME                      : "es_ES.UTF-8"
LC_NUMERIC                   : "es_ES.UTF-8"
LC_PAPER                     : "es_ES.UTF-8"
LC_TELEPHONE                 : "es_ES.UTF-8"
LC_TIME                      : "es_ES.UTF-8"
SESSION                      : "ubuntu"
SESSIONTYPE                  : "gnome-session"
UBUNTU_MENUPROXY             : "0"
Comment 1 Eric Williams CLA 2018-04-13 16:41:50 EDT

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