Community
Participate
Working Groups
I am running the latest Eclipse release, downloaded as Luna SR1, 64-bit for Linux. My desktop is Mint, running KDE. I can reliably crash Eclipse by simply opening the Preferences menu and choosing Appearance. The session will crash with this message: java: /build/buildd/gtk2-engines-oxygen-1.4.5/src/animations/oxygencomboboxdata.cpp:87: void Oxygen::ComboBoxData::setButton(GtkWidget*): Assertion `!_button._widget' failed. This also happens when I try to create a new Android project using the latest Android tools, but obviously it's easier to verify from the Appearances tab. I also get this warning logged when I start Eclipse, though I do not think it is relevant: java.lang.ClassCastException: org.eclipse.osgi.internal.framework.EquinoxConfiguration$1 cannot be cast to java.lang.String at org.eclipse.m2e.logback.configuration.LogHelper.logJavaProperties(LogHelper.java:26) at org.eclipse.m2e.logback.configuration.LogPlugin.loadConfiguration(LogPlugin.java:189) at org.eclipse.m2e.logback.configuration.LogPlugin.configureLogback(LogPlugin.java:144) at org.eclipse.m2e.logback.configuration.LogPlugin.access$2(LogPlugin.java:107) at org.eclipse.m2e.logback.configuration.LogPlugin$1.run(LogPlugin.java:62) at java.util.TimerThread.mainLoop(Timer.java:555) at java.util.TimerThread.run(Timer.java:505)
Sorry, this is certainly a duplicate of 445220 https://bugs.eclipse.org/bugs/show_bug.cgi?id=445220 I can circumvent the problem for now by following the advice there (export SWT_GTK3=1). *** This bug has been marked as a duplicate of bug 445220 ***