Summary: | Near-constant KWin crashes on X11 | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | Nate Graham <nate> |
Component: | general | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | aders1234, bart |
Priority: | NOR | ||
Version First Reported In: | git master | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/kwin/commit/c53b2fa3c58fc74f54c713323547fbb967fb90ab | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: |
New crash information added by DrKonqi
New crash information added by DrKonqi |
Description
Nate Graham
2021-04-03 19:16:32 UTC
Created attachment 137342 [details]
New crash information added by DrKonqi
kwin_x11 (5.21.80) using Qt 5.15.2
- What I was doing when the application crashed:
Kwin crashes on start, completely unusable.
This after latest unstable updates.
worked fine last week.
-- Backtrace (Reduced):
#4 0x00007f56f7cfc254 in KWin::Item::height() const () at /usr/lib/x86_64-linux-gnu/libkwin.so.5
#5 0x00007f56f7cfc2e2 in KWin::Item::size() const () at /usr/lib/x86_64-linux-gnu/libkwin.so.5
#6 0x00007f56f7cfc30d in KWin::Item::rect() const () at /usr/lib/x86_64-linux-gnu/libkwin.so.5
#7 0x00007f56f7d9e583 in KWin::Unmanaged::initialize() () at /usr/lib/x86_64-linux-gnu/libkwin.so.5
#8 0x00007f56f68b82c6 in QtPrivate::QSlotObjectBase::call(QObject*, void**) (a=0x7ffffb4cca30, r=<optimized out>, this=<optimized out>) at ../../include/QtCore/../../src/corelib/kernel/qobjectdefs_impl.h:398
fyi: no crashes on wayland Created attachment 137343 [details]
New crash information added by DrKonqi
kwin_x11 (5.21.80) using Qt 5.15.2
- What I was doing when the application crashed:
this is with backtrace added. (wasn't able to do that previous time :p )
-- Backtrace (Reduced):
#4 KWin::Item::height() const (this=this@entry=0x0) at ./src/item.cpp:77
#5 0x00007fcf4576f2e2 in KWin::Item::size() const (this=0x0) at ./src/item.cpp:180
#6 0x00007fcf4576f30d in KWin::Item::rect() const (this=<optimized out>) at ./src/item.cpp:208
#7 0x00007fcf45811583 in KWin::Unmanaged::initialize() (this=<optimized out>) at ./src/unmanaged.cpp:80
#8 0x00007fcf4432b2c6 in QtPrivate::QSlotObjectBase::call(QObject*, void**) (a=0x7ffe0e374210, r=<optimized out>, this=<optimized out>) at ../../include/QtCore/../../src/corelib/kernel/qobjectdefs_impl.h:398
*** Bug 435374 has been marked as a duplicate of this bug. *** A possibly relevant merge request was started @ https://invent.kde.org/plasma/kwin/-/merge_requests/827 Git commit c53b2fa3c58fc74f54c713323547fbb967fb90ab by David Edmundson. Committed on 05/04/2021 at 11:56. Pushed by ngraham into branch 'master'. Fix crash in Unmanaged without compositing Without compositing we don't have surfaceItems M +3 -1 src/unmanaged.cpp https://invent.kde.org/plasma/kwin/commit/c53b2fa3c58fc74f54c713323547fbb967fb90ab alos resolved over here. also* |