Summary: | Moving Windows to virtual desktops results in a hard crash. | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | Elite <eliteamdgaming> |
Component: | generic-crash | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | kdedev |
Priority: | NOR | ||
Version First Reported In: | 6.1.2 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Elite
2024-06-28 16:30:38 UTC
I cannot reproduce the issue. Can you check kwin's logs when the hard freeze occurs? journalctl --boot --user-unit plasma-kwin_wayland > log.txt also, is there any chance that you could retrieve kwin's backtrace when the hard freeze occurs? You would need to ssh from another computer and attach a debugger to kwin process, e.g. sudo gdb -p $(pidof kwin_wayland) then type bt and paste the output here https://community.kde.org/KWin/Debugging contains more details ๐๐งน โ ๏ธ This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information, then set the bug status to REPORTED. If there is no change for at least 30 days, it will be automatically closed as RESOLVED WORKSFORME. For more information about our bug triaging procedures, please read https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging. Thank you for helping us make KDE software even better for everyone! (In reply to Vlad Zahorodnii from comment #1) > I cannot reproduce the issue. Can you check kwin's logs when the hard freeze > occurs? > > journalctl --boot --user-unit plasma-kwin_wayland > log.txt > > also, is there any chance that you could retrieve kwin's backtrace when the > hard freeze occurs? You would need to ssh from another computer and attach a > debugger to kwin process, e.g. > > sudo gdb -p $(pidof kwin_wayland) > > then type > > bt > > and paste the output here > > https://community.kde.org/KWin/Debugging contains more details It seems to have been fixed since 6.2. If the bug comes back ill report it again. With the journal and backtrace if i can manage that one. |