Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-swt-dev] 32-bit Linux: R4_9_maintenance

Hello,

According to <http://download.eclipse.org/eclipse/downloads/drops4/R-4.9-201809060745/> it looks like 32-bit Linux (and Windows) versions still are supported in SWT 4.9, but on Ubuntu 16.04 32-bit I'm getting following exception with the latest commit from the R4_9_maintenance branch:

java.lang.NoSuchMethodError: atkObject_get_role
	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:1596)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4581)
	at smartgit.WO.d(SourceFile:348)

With the 32-bit Linux swt.jar from the above link I'm getting an exception when closing a shell:

java.lang.NoSuchMethodError: gObjectClass_finalize
	at org.eclipse.swt.internal.gtk.GTK._gtk_widget_destroy(Native Method)
	at org.eclipse.swt.internal.gtk.GTK.gtk_widget_destroy(GTK.java:8625)
	at org.eclipse.swt.widgets.Widget.destroyWidget(Widget.java:467)
	at org.eclipse.swt.widgets.Widget.release(Widget.java:1197)
	at org.eclipse.swt.widgets.Control.release(Control.java:4358)
	at org.eclipse.swt.widgets.Widget.dispose(Widget.java:502)
	at org.eclipse.swt.widgets.Shell.dispose(Shell.java:2836)
	at smartgit.aaw.a(SourceFile:439)

Is this expected behavior?

--
Best regards,
Thomas Singer
=============
syntevo GmbH
https://www.syntevo.com
https://www.syntevo.com/blog


Back to the top