https://bugs.kde.org/show_bug.cgi?id=519934
--- Comment #2 from [email protected] --- (In reply to Zamundaaa from comment #1) > Please get a backtrace with full debug symbols, line information > specifically. The crash being somewhere in Compositor::composite isn't > enough information to go on. Hi here is the backtrace with debug info (didn't realize there was a button under the dev info to download them) Took a bit since nix has some weird interactions with debug symbols. #0 __pthread_kill_implementation (threadid=<optimized out>, signo=signo@entry=11, no_tid=no_tid@entry=0) at pthread_kill.c:44 #1 0x000074f9ad69fea3 in __pthread_kill_internal (threadid=<optimized out>, signo=11) at pthread_kill.c:89 #2 0x000074f9ad64265e in __GI_raise (sig=11) at ../sysdeps/posix/raise.c:26 #3 0x000074f9b2247a93 in KCrash::defaultCrashHandler (sig=11) at /build/kcrash-6.25.0/src/kcrash.cpp:623 #4 <signal handler called> #5 0x0000000000000000 in ?? () #6 0x000074f9b176eda8 in KWin::Compositor::composite (this=<optimized out>, renderLoop=<optimized out>) at /build/kwin-6.6.4/src/compositor.cpp:664 #7 0x000074f9ae02f5e6 in QtPrivate::QSlotObjectBase::call (this=0x5fa14d6f2c60, r=0x5fa14c692750, a=0x7ffee2fda1f0) at /build/qtbase-everywhere-src-6.11.0/src/corelib/kernel/qobjectdefs_impl.h:461 #8 doActivate<false> (sender=0x5fa14c578830, signal_index=<optimized out>, argv=argv@entry=0x7ffee2fda1f0) at /build/qtbase-everywhere-src-6.11.0/src/corelib/kernel/qobject.cpp:4371 #9 0x000074f9ae025a49 in QMetaObject::activate (sender=<optimized out>, m=m@entry=0x74f9b1eeefe0 <KWin::RenderLoop::staticMetaObject>, local_signal_index=local_signal_index@entry=2, argv=argv@entry=0x7ffee2fda1f0) at /build/qtbase-everywhere-src-6.11.0/src/corelib/kernel/qobject.cpp:4431 #10 0x000074f9b17b9dd6 in QMetaObject::activate<void, KWin::RenderLoop*> (sender=<optimized out>, mo=0x74f9b1eeefe0 <KWin::RenderLoop::staticMetaObject>, local_signal_index=2, ret=0x0) at /nix/store/1q8sx67miwfn3ws5k7mkmkcjbym4akkp-qtbase-6.11.0/include/QtCore/qobjectdefs.h:319 #11 KWin::RenderLoop::frameRequested (this=<optimized out>, _t1=<optimized out>) at /build/kwin-6.6.4/build/src/kwin_autogen/include/moc_renderloop.cpp:171 #12 0x000074f9ae01f375 in QObject::event (this=<optimized out>, e=<optimized out>) at /build/qtbase-everywhere-src-6.11.0/src/corelib/kernel/qobject.cpp:1508 #13 0x000074f9af5a8d2f in QApplicationPrivate::notify_helper (this=<optimized out>, receiver=0x5fa14c578830, e=0x7ffee2fda3a0) at /build/qtbase-everywhere-src-6.11.0/src/widgets/kernel/qapplication.cpp:3276 #14 0x000074f9adfbb828 in QCoreApplication::notifyInternal2 (receiver=0x5fa14c578830, event=0x7ffee2fda3a0) at /build/qtbase-everywhere-src-6.11.0/src/corelib/kernel/qcoreapplication.cpp:1109 #15 0x000074f9adfbba8d in QCoreApplication::sendEvent (receiver=<optimized out>, event=<optimized out>) at /build/qtbase-everywhere-src-6.11.0/src/corelib/kernel/qcoreapplication.cpp:1549 #16 0x000074f9ae1b7969 in QTimerInfoList::activateTimers (this=this@entry=0x5fa14c26fb68) at /build/qtbase-everywhere-src-6.11.0/src/corelib/kernel/qtimerinfo_unix.cpp:426 #17 0x000074f9ae1b9a30 in QEventDispatcherUNIXPrivate::activateTimers (this=this@entry=0x5fa14c26fa90) at /build/qtbase-everywhere-src-6.11.0/src/corelib/kernel/qeventdispatcher_unix.cpp:221 #18 0x000074f9ae1bbeb3 in QEventDispatcherUNIX::processEvents (this=<optimized out>, flags=...) at /build/qtbase-everywhere-src-6.11.0/src/corelib/kernel/qeventdispatcher_unix.cpp:503 #19 0x000074f9af028aa2 in QUnixEventDispatcherQPA::processEvents (this=<optimized out>, flags=...) at /build/qtbase-everywhere-src-6.11.0/src/gui/platform/unix/qunixeventdispatcher.cpp:28 #20 0x000074f9adfc99ab in QEventLoop::exec (this=this@entry=0x7ffee2fda570, flags=..., flags@entry=...) at /build/qtbase-everywhere-src-6.11.0/src/corelib/global/qflags.h:77 #21 0x000074f9adfc4d79 in QCoreApplication::exec () at /build/qtbase-everywhere-src-6.11.0/src/corelib/kernel/qcoreapplication.cpp:1452 #22 0x000074f9aea01c2d in QGuiApplication::exec () at /build/qtbase-everywhere-src-6.11.0/src/gui/kernel/qguiapplication.cpp:2005 #23 0x000074f9af5a8c99 in QApplication::exec () at /build/qtbase-everywhere-src-6.11.0/src/widgets/kernel/qapplication.cpp:2546 #24 0x00005fa11db47b80 in main (argc=<optimized out>, argv=<optimized out>) at /build/kwin-6.6.4/src/main_wayland.cpp:642 Hope this helps -- You are receiving this mail because: You are watching all bug changes.
