Summary: | plasmashell crashes in KWindowSystem::stackingOrderChanged() every 5-10 minutes | ||
---|---|---|---|
Product: | [Frameworks and Libraries] frameworks-kwindowsystem | Reporter: | Jaak Ristioja <jaak> |
Component: | general | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | REPORTED --- | ||
Severity: | crash | CC: | nate, randy-andy-, rion4ik |
Priority: | NOR | ||
Version: | 5.95.0 | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Jaak Ristioja
2022-06-24 16:26:44 UTC
I believe I have the same crash. But for me it's every couple of seconds right after login. crashes on Q_ASSERT(from.isValid()); in QConcatenateTablesProxyModelPrivate::_q_slotDataChanged in qtbase-everywhere-src-5.15.5/src/corelib/itemmodels/qconcatenatetablesproxymodel.cpp I had to recompile qtcore without debug to disable asserts and now it's somewhat stable. Also happens with Plasma 5.25.2. Relevant bits in KDE code: #22 0x00007fca660f93a7 in KWindowSystem::stackingOrderChanged() (this=this@entry=0x7fca66131420 <(anonymous namespace)::Q_QGS_g_kwmInstanceContainer::innerFunction()::holder>) at /var/tmp/portage/kde-frameworks/kwindowsystem-5.95.0/work/kwindowsystem-5.95.0_build/src/KF5WindowSystem_autogen/EWIEGA46WW/moc_kwindowsystem.cpp:422 #23 0x00007fca5ef9f268 in NETEventFilter::nativeEventFilter(xcb_generic_event_t*) (this=0x55c071baccb0, ev=0x7fca5800c1e0) at /var/tmp/portage/kde-frameworks/kwindowsystem-5.95.0/work/kwindowsystem-5.95.0/src/platforms/xcb/kwindowsystem.cpp:275 *** Bug 459443 has been marked as a duplicate of this bug. *** *** Bug 463306 has been marked as a duplicate of this bug. *** |