| Summary: | KWin crashes on alt-tab | ||
|---|---|---|---|
| Product: | [Plasma] kwin | Reporter: | Colleen Murphy <colleen.murphy> |
| Component: | tabbox | Assignee: | KWin default assignee <kwin-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | crash | CC: | nate |
| Priority: | NOR | ||
| Version First Reported In: | 5.26.3 | ||
| Target Milestone: | --- | ||
| Platform: | openSUSE | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | output of `qdbus6 org.kde.KWin /KWin supportInformation` | ||
|
Description
Colleen Murphy
2022-11-29 00:33:25 UTC
Graphics-related crash:
#0 0x00007f52dbdc22d0 in QSGTexture::setFiltering(QSGTexture::Filtering) () at /lib64/libQt5Quick.so.5
#1 0x00007f52dc486fb6 in KWin::ThumbnailTextureProvider::setTexture(std::shared_ptr<KWin::GLTexture> const&) (nativeTexture=std::shared_ptr<KWin::GLTexture> (use count 2, weak count 0) = {...}, this=0x5624fc32b240) at /usr/include/c++/12/bits/unique_ptr.h:191
#2 KWin::WindowThumbnailItem::updatePaintNode(QSGNode*, QQuickItem::UpdatePaintNodeData*) (this=0x5624fc31cec0, oldNode=0x0) at /usr/src/debug/kwin-5.26.3/src/scripting/windowthumbnailitem.cpp:227
Did you by any chance install a software update that included a new version of the NVIDIA driver, and forget to reboot afterwards?
(In reply to Nate Graham from comment #1) > Graphics-related crash: > > #0 0x00007f52dbdc22d0 in QSGTexture::setFiltering(QSGTexture::Filtering) () > at /lib64/libQt5Quick.so.5 > #1 0x00007f52dc486fb6 in > KWin::ThumbnailTextureProvider::setTexture(std::shared_ptr<KWin::GLTexture> > const&) (nativeTexture=std::shared_ptr<KWin::GLTexture> (use count 2, weak > count 0) = {...}, this=0x5624fc32b240) at > /usr/include/c++/12/bits/unique_ptr.h:191 > #2 KWin::WindowThumbnailItem::updatePaintNode(QSGNode*, > QQuickItem::UpdatePaintNodeData*) (this=0x5624fc31cec0, oldNode=0x0) at > /usr/src/debug/kwin-5.26.3/src/scripting/windowthumbnailitem.cpp:227 > > Did you by any chance install a software update that included a new version > of the NVIDIA driver, and forget to reboot afterwards? The NVIDIA driver has been updated, but I've rebooted several times since then. Ok, thanks. I noticed that the same problem happened when I brought the mouse cursor up to the upper left corner of the screen a few times. That corner was set to trigger the "Present Windows - All Desktops" action in the Screen Edges settings. I disabled it, and the problem went away. I reenabled it, and the problem was still fixed, both for the cursor action and the alt-tab action. So maybe some config file needed to be rewritten after an update. This problem is resolved for me. |