https://bugs.kde.org/show_bug.cgi?id=398130
Kai Uwe Broulik <k...@privat.broulik.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |k...@privat.broulik.de --- Comment #2 from Kai Uwe Broulik <k...@privat.broulik.de> --- This needs debugging symbols for plasma and qt5 xcb. The only place in question where qxcb calls exit probably is void QXcbConnection::processXcbEvents() { int connection_error = xcb_connection_has_error(xcb_connection()); if (connection_error) { qWarning("The X11 connection broke (error %d). Did the X11 server die?", connection_error); exit(1); } -- You are receiving this mail because: You are watching all bug changes.