Closed kahlep closed 4 years ago
Got another error message using OpenJDK 14 and SWT 4.15 (the above was with SWT 4.17):
[xcb] Unknown request in queue while dequeuing
[xcb] Most likely this is a multi-threaded client and XInitThreads has not been called
[xcb] Aborting, sorry about that.
java: xcb_io.c:163: dequeue_pending_request: Zusicherung »!xcb_xlib_unknown_req_in_deq« nicht erfüllt.
Problem solved using SWT 4.14
Happens with
SWT_GTK3=0
as well asSWT_GTK3=1
. Tested with current Oracle JDK 8 and OpenJDK 14Maybe related: https://bugs.eclipse.org/bugs/show_bug.cgi?id=495896 https://bugs.launchpad.net/ubuntu/+source/gtk+2.0/+bug/1808710 pointing to this bug in libX11: https://gitlab.freedesktop.org/xorg/lib/libx11/-/merge_requests/34