Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 418164 - Sometimes get following exception when trying to open the dialog
Summary: Sometimes get following exception when trying to open the dialog
Status: CLOSED DUPLICATE of bug 312451
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 3.7   Edit
Hardware: PC Linux-GTK
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-SWT-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-27 05:17 EDT by Jakub Denk CLA
Modified: 2016-08-01 12:37 EDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jakub Denk CLA 2013-09-27 05:17:35 EDT
This happens randomly:

java.lang.NullPointerException at org.eclipse.swt.accessibility.AccessibleObject.addRelation(AccessibleObject.java:3514)
at org.eclipse.swt.accessibility.Accessible.addRelations(Accessible.java:423)
at org.eclipse.swt.accessibility.AccessibleFactory.atkObjectFactory_create_accessible(AccessibleFactory.java:342)
	at org.eclipse.swt.internal.gtk.OS._g_main_context_iteration(Native Method)
	at org.eclipse.swt.internal.gtk.OS.g_main_context_iteration(OS.java:2276)
	at org.eclipse.swt.widgets.Shell.setVisible(Shell.java:2051)
	at org.eclipse.swt.widgets.Shell.open(Shell.java:1457)
	at org.eclipse.jface.window.Window.open(Window.java:797)
Comment 1 Arun Thondapu CLA 2013-09-27 13:41:32 EDT
Which version of Eclipse is this exactly and which Linux version and accessibility package are you running with?
Can you identify which actions when performed in the IDE cause this crash to happen?
Comment 2 Thomas Wolf CLA 2016-08-01 10:47:44 EDT
Duplicate of bug 312451?
Comment 3 Andrey Loskutov CLA 2016-08-01 12:37:46 EDT

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