Summary: | system slowly becomes unresponsive, applications wont redraw updates | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | technonerd |
Component: | general | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED UPSTREAM | ||
Severity: | normal | CC: | demonicsavage, kdebug, nate, nathan, qydwhotmail, semekh.dev, ydz, yule2000 |
Priority: | NOR | ||
Version First Reported In: | 5.26.2 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
URL: | https://gitlab.freedesktop.org/xorg/lib/libx11/-/issues/168 | ||
See Also: | https://bugs.kde.org/show_bug.cgi?id=461316 | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
technonerd
2022-10-28 22:05:40 UTC
*** Bug 460938 has been marked as a duplicate of this bug. *** *** Bug 460895 has been marked as a duplicate of this bug. *** This is highly reproducible through running: ``` for ((i=0; i<1000; i++)); do notify-send $i; done ``` by the time this reaches the 400th notification, new notification windows turn black and eventually totally stop changing. (In reply to Fushan Wen from comment #5) > See also https://gitlab.freedesktop.org/xorg/lib/libx11/-/issues/168 It seems the patch made for this libx11 issue has fixed it. Has been stable for over 2 days and running @Mehran Kholdi's bash command no longer triggers the bug for me. Oh great news! Thanks for following up. |