You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Linux: intermittent crash at launch. WebKitGTK's internal threads talk
X11 directly; without Xlib's thread-safe mode they race the GTK main loop
and the app could abort during startup ([xcb] Unknown sequence number while awaiting reply) or die silently with no window — roughly two out of
three launches in the CI smoke harness, timing-dependent on real desktops.
The app now calls XInitThreads before anything else on Linux. Wayland-only
systems without libX11 are unaffected (the call is skipped). Found by the
Linux smoke harness flaking on identical builds.