Bug 442359 - "Widget is disposed" in SWT code (Menu related)
Summary: "Widget is disposed" in SWT code (Menu related)
Status: CLOSED DUPLICATE of bug 532522
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 4.3.1   Edit
Hardware: PC Linux-GTK
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-SWT-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: triaged
Depends on:
Blocks:
 
Reported: 2014-08-22 06:28 EDT by Thomas Singer CLA
Modified: 2018-04-13 16:41 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***