Summary: | Firefox can't close unattended popup window | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | Paolo <paolo> |
Component: | general | Assignee: | David Edmundson <kde> |
Status: | RESOLVED UPSTREAM | ||
Severity: | crash | CC: | kde, plasma-bugs |
Priority: | NOR | Keywords: | drkonqi |
Version: | 5.13.4 | ||
Target Milestone: | 1.0 | ||
Platform: | Debian testing | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Paolo
2018-09-01 14:29:07 UTC
libQt5XcbQpa.so calls exit()? 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); } That's the only place. That's not plasma at fault then. We can't guard against that. If it's common I can help try and get a better bug report for Qt / X. Otherwise it's not our issue. |