| Summary: | Task switcher crashes when zoomed in on Wayland desktop | ||
|---|---|---|---|
| Product: | [Plasma] kwin | Reporter: | Rob Hasselbaum <rob> |
| Component: | tabbox | Assignee: | KWin default assignee <kwin-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | crash | CC: | nate, rob |
| Priority: | NOR | Keywords: | wayland-only |
| Version First Reported In: | 5.23.4 | ||
| Target Milestone: | --- | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | kwin_wayland coredump_gdb | ||
|
Description
Rob Hasselbaum
2021-12-12 14:52:36 UTC
Cannot reproduce on current git master. I'm afraid we'll need that backtrace. :) https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging If you have already provided the requested information, please mark the bug as REPORTED so that the KDE team knows that the bug is ready to be confirmed. Thank you for helping us make KDE software even better for everyone! Hi. It is still happening for me. I read the wiki, but I'm unsure how to get a backtrace when Plasma itself crashes (as opposed to an app). There's no crash report dialog after it restarts (other than Akonadi, but that's probably unrelated). Any suggestions? Also, I'm on Arch so I don't think I can get debug packages without replacing my entire KDE installation. :-/ (In reply to Rob Hasselbaum from comment #3) > Hi. It is still happening for me. I read the wiki, but I'm unsure how to get > a backtrace when Plasma itself crashes (as opposed to an app). There's no > crash report dialog after it restarts (other than Akonadi, but that's > probably unrelated). Any suggestions? > > Also, I'm on Arch so I don't think I can get debug packages without > replacing my entire KDE installation. :-/ can you check coredumps? `coredumpctl list kwin_wayland`, then `coredumpctl gdb <pid>`. I can't reproduce the issue similar to Nate. Created attachment 145346 [details]
kwin_wayland coredump_gdb
Reproduced today. PID 1518. Here's the output from "coredumpctl gdb 1518 >kwin_wayland_coredump_gdb". Hopefully, it's helpful. I don't see debug symbols.
Yeah, the backtrace misses the most important stuff. It seems like it's something about opengl context. There was an issue about opengl context handling in the zoom effect, unfortunately that fix is only in git master. If it's not possible to get debug symbols, I suggest to check if the issue is fixed in 5.24 or its beta. OK, I will wait for 5.24 to hit Arch repos and try again. . Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging If you have already provided the requested information, please mark the bug as REPORTED so that the KDE team knows that the bug is ready to be confirmed. Thank you for helping us make KDE software even better for everyone! Waiting on release of Plasma 5.24 to Arch repos to see if it fixes it. Will update then. Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging If you have already provided the requested information, please mark the bug as REPORTED so that the KDE team knows that the bug is ready to be confirmed. Thank you for helping us make KDE software even better for everyone! This does seem to be fixed in 5.24. 😊 I've tried a bunch of times and I'm unable to reproduce the crash now. Thanks! |