Summary: | kwin_wayland freezes when open / save file dialogue closes either by selecting file or canceling | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | Kyle Devir <kyle.devir> |
Component: | platform-drm | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | NEEDSINFO FIXED | ||
Severity: | major | CC: | kde, kyle.devir, xaver.hugl |
Priority: | NOR | ||
Version First Reported In: | git master | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Kyle Devir
2025-09-29 11:06:11 UTC
That's very severe. I can't reproduce and we have no other reports, and there's not a lot to go on. If it's possible can you ssh into your machine whilst frozen and run: sudo gdb --pid `pidof kwin_wayland` thread apply all bt (In reply to David Edmundson from comment #1) > That's very severe. I can't reproduce and we have no other reports, and > there's not a lot to go on. > > If it's possible can you ssh into your machine whilst frozen and run: > > sudo gdb --pid `pidof kwin_wayland` > thread apply all bt Will(In reply to David Edmundson from comment #1) > That's very severe. I can't reproduce and we have no other reports, and > there's not a lot to go on. > > If it's possible can you ssh into your machine whilst frozen and run: > > sudo gdb --pid `pidof kwin_wayland` > thread apply all bt Don't know how to dump the info gdb spits out, but looked at the file in kwin it was referring to, and I think https://invent.kde.org/plasma/kwin/-/commit/9aa902536ed82fd187bda920cadf4a1410d394b9 might solve my issues. I just happened to make a build between the bad commit and the fix, haha. Yep, that fixed it! Thanks nonetheless. :) |