Bug 390403 - QXcbConnection: XCB error flood
Summary: QXcbConnection: XCB error flood
Status: RESOLVED DUPLICATE of bug 337690
Alias: None
Product: kwin
Classification: Plasma
Component: compositing (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: KWin default assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-02-13 21:00 UTC by francois5537
Modified: 2021-08-17 15:46 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description francois5537 2018-02-13 21:00:20 UTC
It seems multiple users have reported this issue, but I was wondering since we're in 2018 this bug maybe is fixable:
[..]
feb 13 21:49:56 desktop kwin_x11[30985]: QXcbConnection: XCB error: 3 (BadWindow), sequence: 41429, resource id: 52432018, major code: 19 (DeleteProperty), minor code: 0
feb 13 21:49:56 desktop kwin_x11[30985]: QXcbConnection: XCB error: 3 (BadWindow), sequence: 41439, resource id: 52432018, major code: 19 (DeleteProperty), minor code: 0
feb 13 21:49:56 desktop kwin_x11[30985]: QXcbConnection: XCB error: 3 (BadWindow), sequence: 41440, resource id: 52432018, major code: 18 (ChangeProperty), minor code: 0
feb 13 21:49:56 desktop kwin_x11[30985]: QXcbConnection: XCB error: 3 (BadWindow), sequence: 41441, resource id: 52432018, major code: 19 (DeleteProperty), minor code: 0
feb 13 21:49:56 desktop kwin_x11[30985]: QXcbConnection: XCB error: 3 (BadWindow), sequence: 41442, resource id: 52432018, major code: 19 (DeleteProperty), minor code: 0
feb 13 21:49:56 desktop kwin_x11[30985]: QXcbConnection: XCB error: 3 (BadWindow), sequence: 41443, resource id: 52432018, major code: 19 (DeleteProperty), minor code: 0
feb 13 21:49:56 desktop kwin_x11[30985]: QXcbConnection: XCB error: 3 (BadWindow), sequence: 41444, resource id: 52432018, major code: 7 (ReparentWindow), minor code: 0
feb 13 21:49:56 desktop kwin_x11[30985]: QXcbConnection: XCB error: 3 (BadWindow), sequence: 41445, resource id: 52432018, major code: 6 (ChangeSaveSet), minor code: 0
feb 13 21:49:56 desktop kwin_x11[30985]: QXcbConnection: XCB error: 3 (BadWindow), sequence: 41446, resource id: 52432018, major code: 2 (ChangeWindowAttributes), minor code: 0
feb 13 21:49:56 desktop kwin_x11[30985]: QXcbConnection: XCB error: 3 (BadWindow), sequence: 41447, resource id: 52432018, major code: 10 (UnmapWindow), minor code: 0

It really floods the journal log, and without setting a limit, this may cause issues for some.

It seems upstream support for this has been landed: https://bugreports.qt.io/browse/QTBUG-55167

I have tried the workaround, but this didn't to anything for me. Maybe my distro (Arch) requires a different fix.

If this is isn't a KDE bug, sorry for the report.
Comment 1 Martin Flöser 2018-02-14 15:57:36 UTC
The warnings need to be disabled through Qt. We could filter them out, but that would also filter out legit warnings from Qt. So there is nothing we could do.
Comment 2 Nate Graham 2021-08-17 15:46:55 UTC

*** This bug has been marked as a duplicate of bug 337690 ***