Created attachment 180793 [details] One display is uninteractable. SUMMARY Demonstrative video: https://youtu.be/U7esea8ZQa4 If I activate these three in some order, I can cause the display configurator to lock up or break completely. In the video I wasn't able to get a quick example, but it gets the point across. Sometimes it also causes situations like seen in the attached image. I've sent a couple of backtraces to sentry already STEPS TO REPRODUCE 1. Mess around with the "Enabled" button, HDR button and Replica of dropdown OBSERVED RESULT The KCM crashes or gets messed up EXPECTED RESULT Normal function SOFTWARE/OS VERSIONS Linux: Arch Linux KDE Plasma Version: 6.3.4 KDE Frameworks Version: 6.13.0 Qt Version: 6.9.0
I know I've run into this in the last few days. As a matter of fact, I also ran into a similar and potentially related problem today. I had been trying to get one of my two monitors to display something after waking. The system was hard locked, I wasn't even able to get to a TTY. I had to power cycle the system. There are no related coredumps listed by coredumpctl
Can you check kwin's logs when the bug happens? journalctl --boot --user-unit plasma-kwin_wayland > ~/log.txt Also, is there any chance that you could retrieve kwin's backtrace when the bug occurs? Attach a debugger to kwin process like this: sudo gdb -p $(pidof kwin_wayland) then type bt and paste the output here. You would need to ssh from another computer and run this if the system locks up. Thanks!
Created attachment 180860 [details] journalctl --boot --user-unit plasma-kwin_wayland > ~/log.txt I have not been able to get the whole session to freeze. Only systemsettings display KCM. I have a gut feeling that it has something to do with getting the mirroring monitor to start use scaling so that it fits the larger TV and then turning it on and off. For future reference, debuginfod doesn't work with sudo. I suggest switching to root and running gdb there (gdb) bt #0 __syscall_cancel_arch () at ../sysdeps/unix/sysv/linux/x86_64/syscall_cancel.S:56 #1 0x000077099a8a1fda in __internal_syscall_cancel (a1=<optimized out>, a2=<optimized out>, a3=<optimized out>, a4=<optimized out>, a5=a5@entry=8, a6=a6@entry=0, nr=271) at cancellation.c:49 #2 0x000077099a8a2024 in __syscall_cancel (a1=<optimized out>, a2=<optimized out>, a3=<optimized out>, a4=<optimized out>, a5=a5@entry=8, a6=a6@entry=0, nr=271) at cancellation.c:75 #3 0x000077099a91c5a6 in __GI_ppoll (fds=fds@entry=0x583fc8c861d0, nfds=nfds@entry=12, timeout=<optimized out>, timeout@entry=0x0, sigmask=sigmask@entry=0x0) at ../sysdeps/unix/sysv/linux/ppoll.c:42 #4 0x000077099b0d3043 in ppoll (__fds=<optimized out>, __nfds=<optimized out>, __timeout=<optimized out>, __ss=<optimized out>) at /usr/include/bits/poll2.h:101 #5 qt_ppoll (fds=0x583fc8c861d0, nfds=12, timeout_ts=0x0) at /usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qcore_unix.cpp:103 #6 qt_ppoll (fds=0x583fc8c861d0, nfds=12, timeout_ts=0x0) at /usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qcore_unix.cpp:100 #7 qt_safe_poll (deadline=..., fds=<optimized out>, nfds=<optimized out>) at /usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qcore_unix.cpp:126 #8 qt_safe_poll (fds=0x583fc8c861d0, nfds=12, deadline=...) at /usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qcore_unix.cpp:121 #9 0x000077099b0e2ebb in QEventDispatcherUNIX::processEvents (this=<optimized out>, flags=..., flags@entry=...) at /usr/src/debug/qt6-base/qtbase/src/corelib/tools/qarraydatapointer.h:119 #10 0x000077099bc72943 in QUnixEventDispatcherQPA::processEvents (this=<optimized out>, flags=...) at /usr/src/debug/qt6-base/qtbase/src/gui/platform/unix/qunixeventdispatcher.cpp:27 #11 0x000077099af65376 in QEventLoop::processEvents (this=0x7ffe522d9160, flags=...) at /usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qeventloop.cpp:104 #12 QEventLoop::exec (this=0x7ffe522d9160, flags=...) at /usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qeventloop.cpp:186 #13 0x000077099af5d159 in QCoreApplication::exec () at /usr/src/debug/qt6-base/qtbase/src/corelib/global/qflags.h:77 #14 0x000077099c2fb14a in QApplication::exec () at /usr/src/debug/qt6-base/qtbase/src/widgets/kernel/qapplication.cpp:2568 #15 0x0000583f972f80a1 in main (argc=<optimized out>, argv=<optimized out>) at /usr/src/debug/kwin/kwin-6.3.4/src/main_wayland.cpp:622
I think I found a semi-reproducible way of getting the issue. This time systemsettings crashed an I got an backtrace of it. First you need to set a monitor to mirror the TV and then you need to change the resolution of the TV. Video: https://www.youtube.com/watch?v=t1LhAclpUV8 systemsettings backtrace: #0 __pthread_kill_implementation (threadid=<optimized out>, signo=signo@entry=6, no_tid=no_tid@entry=0) at pthread_kill.c:44 #1 0x00007173412a7813 in __pthread_kill_internal (threadid=<optimized out>, signo=6) at pthread_kill.c:89 #2 0x000071734124ddc0 in __GI_raise (sig=6) at ../sysdeps/posix/raise.c:26 #3 0x0000717343fae4dd in KCrash::defaultCrashHandler (sig=6) at /usr/src/debug/kcrash/kcrash-6.13.0/src/kcrash.cpp:605 #4 0x000071734124def0 in <signal handler called> () at /usr/lib/libc.so.6 #5 __pthread_kill_implementation (threadid=<optimized out>, signo=signo@entry=6, no_tid=no_tid@entry=0) at pthread_kill.c:44 #6 0x00007173412a7813 in __pthread_kill_internal (threadid=<optimized out>, signo=6) at pthread_kill.c:89 #7 0x000071734124ddc0 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26 #8 0x000071734123557a in __GI_abort () at abort.c:73 #9 0x00007173412365c9 in __libc_message_impl (fmt=fmt@entry=0x7173413c239f "%s\n") at ../sysdeps/posix/libc_fatal.c:134 #10 0x00007173412b1a35 in malloc_printerr (str=str@entry=0x7173413c5000 "munmap_chunk(): invalid pointer") at malloc.c:5829 #11 0x00007173412b1d7c in munmap_chunk (p=<optimized out>) at malloc.c:3042 #12 0x00007173412b6ea2 in __GI___libc_free (mem=<optimized out>) at malloc.c:3466 #13 0x0000717341a2ec2e in QArrayDataPointer<char16_t>::~QArrayDataPointer (this=<synthetic pointer>, this=<optimized out>) at /usr/src/debug/qt6-base/qtbase/src/corelib/tools/qarraydataops.h:82 #14 QArrayDataPointer<char16_t>::operator= (this=0x7ffff958de60, other=<optimized out>) at /usr/src/debug/qt6-base/qtbase/src/corelib/tools/qarraydatapointer.h:74 #15 QString::operator= (this=0x7ffff958de60, other=<optimized out>) at /usr/src/debug/qt6-base/qtbase/src/corelib/text/qstring.cpp:2832 #16 0x00007173419b6cc9 in QtPrivate::QSlotObjectBase::call (this=0x55c546d754f0, r=0x55c5489fabd0, a=0x7ffff958d160, this=<optimized out>, r=<optimized out>, a=<optimized out>) at /usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qobjectdefs_impl.h:461 #17 doActivate<false> (sender=<optimized out>, signal_index=<optimized out>, argv=<optimized out>) at /usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qobject.cpp:4138 #18 0x00007172cc17b89b in KScreen::WaylandConfig::configFailed (this=<optimized out>, _t1=<optimized out>) at /usr/src/debug/libkscreen/build/backends/kwayland/KSC_KWayland_autogen/include/moc_waylandconfig.cpp:204 #19 operator() (__closure=0x55c54b2fdb30, errorMessage=<optimized out>) at /usr/src/debug/libkscreen/libkscreen-6.3.4/backends/kwayland/waylandconfig.cpp:383 #20 operator() (__closure=<optimized out>) at /usr/include/qt6/QtCore/qobjectdefs_impl.h:141 #21 QtPrivate::FunctorCallBase::call_internal<void, QtPrivate::FunctorCall<QtPrivate::IndexesList<0>, QtPrivate::List<QString>, void, KScreen::WaylandConfig::applyConfig(const KScreen::ConfigPtr&)::<lambda(const QString&)> >::call(KScreen::WaylandConfig::applyConfig(const KScreen::ConfigPtr&)::<lambda(const QString&)>&, void**)::<lambda()> > (args=<optimized out>, fn=<optimized out>) at /usr/include/qt6/QtCore/qobjectdefs_impl.h:65 #22 QtPrivate::FunctorCall<QtPrivate::IndexesList<0>, QtPrivate::List<QString>, void, KScreen::WaylandConfig::applyConfig(const KScreen::ConfigPtr&)::<lambda(const QString&)> >::call (f=..., arg=<optimized out>) at /usr/include/qt6/QtCore/qobjectdefs_impl.h:140 #23 QtPrivate::FunctorCallable<KScreen::WaylandConfig::applyConfig(const KScreen::ConfigPtr&)::<lambda(const QString&)>, QString>::call<QtPrivate::List<QString>, void> (f=..., arg=<optimized out>) at /usr/include/qt6/QtCore/qobjectdefs_impl.h:362 #24 QtPrivate::QCallableObject<KScreen::WaylandConfig::applyConfig(const KScreen::ConfigPtr&)::<lambda(const QString&)>, QtPrivate::List<QString>, void>::impl(int, QtPrivate::QSlotObjectBase *, QObject *, void **, bool *) (which=<optimized out>, this_=0x55c54b2fdb20, r=<optimized out>, a=<optimized out>, ret=<optimized out>) at /usr/include/qt6/QtCore/qobjectdefs_impl.h:572 #25 0x00007173419b6cc9 in QtPrivate::QSlotObjectBase::call (this=0x55c54b2fdb20, r=0x55c5489fabd0, a=0x7ffff958d290, this=<optimized out>, r=<optimized out>, a=<optimized out>) at /usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qobjectdefs_impl.h:461 #26 doActivate<false> (sender=<optimized out>, signal_index=<optimized out>, argv=<optimized out>) at /usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qobject.cpp:4138 #27 0x00007172cc175b94 in non-virtual thunk to KScreen::WaylandOutputConfiguration::kde_output_configuration_v2_failed() () at /usr/src/debug/libkscreen/libkscreen-6.3.4/backends/kwayland/waylandoutputmanagement.h:34 #28 0x000071733e9be976 in ffi_call_unix64 () at src/x86/unix64.S:104 #29 0x000071733e9bb13c in ffi_call_int (cif=cif@entry=0x7ffff958d480, fn=<optimized out>, rvalue=<optimized out>, avalue=<optimized out>, closure=closure@entry=0x0) at src/x86/ffi64.c:676 #30 0x000071733e9bdf0e in ffi_call (cif=cif@entry=0x7ffff958d480, fn=<optimized out>, rvalue=rvalue@entry=0x0, avalue=avalue@entry=0x7ffff958d550) at src/x86/ffi64.c:713 #31 0x0000717340795910 in wl_closure_invoke (closure=closure@entry=0x717330017050, target=<optimized out>, target@entry=0x55c546d51870, opcode=opcode@entry=1, data=<optimized out>, flags=1) at ../wayland-1.23.1/src/connection.c:1228 #32 0x0000717340796199 in dispatch_event (display=display@entry=0x55c545b71ec0, queue=queue@entry=0x55c545b71fb8) at ../wayland-1.23.1/src/wayland-client.c:1674 #33 0x0000717340796573 in dispatch_queue (display=0x55c545b71ec0, queue=0x55c545b71fb8) at ../wayland-1.23.1/src/wayland-client.c:1820 #34 wl_display_dispatch_queue_pending (display=0x55c545b71ec0, queue=0x55c545b71fb8) at ../wayland-1.23.1/src/wayland-client.c:2062 #35 0x000071733ff6ee26 in QtWaylandClient::QWaylandDisplay::flushRequests (this=<optimized out>) at /usr/src/debug/qt6-wayland/qtwayland/src/client/qwaylanddisplay.cpp:231 #36 0x00007173419a54aa in QObject::event (this=0x55c545b71c90, e=0x71732c004250) at /usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qobject.cpp:1431 #37 0x0000717342afed9e in QApplicationPrivate::notify_helper (this=<optimized out>, receiver=0x55c545b71c90, e=0x71732c004250) at /usr/src/debug/qt6-base/qtbase/src/widgets/kernel/qapplication.cpp:3301 #38 0x000071734195a018 in QCoreApplication::notifyInternal2 (receiver=0x55c545b71c90, event=event@entry=0x71732c004250) at /usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qcoreapplication.cpp:1106 #39 0x000071734195a3f2 in QCoreApplication::sendEvent (receiver=<optimized out>, event=0x71732c004250) at /usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qcoreapplication.cpp:1546 #40 QCoreApplicationPrivate::sendPostedEvents (receiver=0x0, event_type=0, data=0x55c545b6b810) at /usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qcoreapplication.cpp:1879 #41 0x0000717341bcfea8 in QCoreApplication::sendPostedEvents (receiver=0x0, event_type=0) at /usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qcoreapplication.cpp:1733 #42 postEventSourceDispatch (s=s@entry=0x55c545b6ee90) at /usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qeventdispatcher_glib.cpp:246 #43 0x0000717340c2f1e4 in g_main_dispatch (context=0x717334000f00) at ../glib/glib/gmain.c:3398 #44 0x0000717340c92e97 in g_main_context_dispatch_unlocked (context=0x717334000f00) at ../glib/glib/gmain.c:4249 #45 g_main_context_iterate_unlocked.isra.0 (context=context@entry=0x717334000f00, block=block@entry=1, dispatch=dispatch@entry=1, self=<optimized out>) at ../glib/glib/gmain.c:4314 #46 0x0000717340c2e615 in g_main_context_iteration (context=0x717334000f00, may_block=1) at ../glib/glib/gmain.c:4379 #47 0x0000717341bcd59d in QEventDispatcherGlib::processEvents (this=0x55c545b6f670, flags=...) at /usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qeventdispatcher_glib.cpp:399 #48 0x0000717341965376 in QEventLoop::processEvents (this=0x7ffff958dba0, flags=...) at /usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qeventloop.cpp:104 #49 QEventLoop::exec (this=this@entry=0x7ffff958dba0, flags=..., flags@entry=...) at /usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qeventloop.cpp:186 #50 0x00007172cc17f0c3 in KScreen::WaylandBackend::setConfig (this=0x55c548904910, newconfig=...) at /usr/include/qt6/QtCore/qflags.h:74 #51 0x00007172f36fedf3 in KScreen::SetConfigOperation::start (this=0x55c54a922280) at /usr/src/debug/libkscreen/libkscreen-6.3.4/src/setconfigoperation.cpp:117 #52 0x00007173419a54aa in QObject::event (this=0x55c54a922280, e=0x71732c008170) at /usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qobject.cpp:1431 #53 0x0000717342afed9e in QApplicationPrivate::notify_helper (this=<optimized out>, receiver=0x55c54a922280, e=0x71732c008170) at /usr/src/debug/qt6-base/qtbase/src/widgets/kernel/qapplication.cpp:3301 #54 0x000071734195a018 in QCoreApplication::notifyInternal2 (receiver=0x55c54a922280, event=event@entry=0x71732c008170) at /usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qcoreapplication.cpp:1106 #55 0x000071734195a3f2 in QCoreApplication::sendEvent (receiver=<optimized out>, event=0x71732c008170) at /usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qcoreapplication.cpp:1546 #56 QCoreApplicationPrivate::sendPostedEvents (receiver=0x0, event_type=0, data=0x55c545b6b810) at /usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qcoreapplication.cpp:1879 #57 0x0000717341bcfea8 in QCoreApplication::sendPostedEvents (receiver=0x0, event_type=0) at /usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qcoreapplication.cpp:1733 #58 postEventSourceDispatch (s=s@entry=0x55c545b6ee90) at /usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qeventdispatcher_glib.cpp:246 #59 0x0000717340c2f1e4 in g_main_dispatch (context=0x717334000f00) at ../glib/glib/gmain.c:3398 #60 0x0000717340c92e97 in g_main_context_dispatch_unlocked (context=0x717334000f00) at ../glib/glib/gmain.c:4249 #61 g_main_context_iterate_unlocked.isra.0 (context=context@entry=0x717334000f00, block=block@entry=1, dispatch=dispatch@entry=1, self=<optimized out>) at ../glib/glib/gmain.c:4314 #62 0x0000717340c2e615 in g_main_context_iteration (context=0x717334000f00, may_block=1) at ../glib/glib/gmain.c:4379 #63 0x0000717341bcd59d in QEventDispatcherGlib::processEvents (this=0x55c545b6f670, flags=...) at /usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qeventdispatcher_glib.cpp:399 #64 0x0000717341965376 in QEventLoop::processEvents (this=0x7ffff958e1a0, flags=...) at /usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qeventloop.cpp:104 #65 QEventLoop::exec (this=this@entry=0x7ffff958e1a0, flags=..., flags@entry=...) at /usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qeventloop.cpp:186 #66 0x00007172f36fd334 in KScreen::ConfigOperation::exec (this=this@entry=0x55c54a922280) at /usr/include/qt6/QtCore/qflags.h:74 #67 0x00007172f37d786e in KCMKScreen::doSave (this=<optimized out>) at /usr/src/debug/kscreen/kscreen-6.3.4/kcm/kcm.cpp:196 #68 0x000071734493e78e in KCModuleQml::save (this=0x55c54765d7d0) at /usr/src/debug/kcmutils/kcmutils-6.13.0/src/kcmoduleqml.cpp:267 #69 0x000055c518d2b51e in ModuleView::moduleSave (this=0x55c54621dfd0, module=<optimized out>) at /usr/src/debug/systemsettings/systemsettings-6.3.4/app/ModuleView.cpp:408 #70 ModuleView::saveActiveModule (this=0x55c54621dfd0) at /usr/src/debug/systemsettings/systemsettings-6.3.4/app/ModuleView.cpp:403 #71 0x00007173419b6cc9 in QtPrivate::QSlotObjectBase::call (this=0x55c5463af120, r=0x55c54621dfd0, a=0x7ffff958e590, this=<optimized out>, r=<optimized out>, a=<optimized out>) at /usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qobjectdefs_impl.h:461 #72 doActivate<false> (sender=<optimized out>, signal_index=<optimized out>, argv=<optimized out>) at /usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qobject.cpp:4138 #73 0x0000717342c20e1b in QMetaObject::activate<void, bool> (sender=0x55c5463c8a00, mo=<optimized out>, local_signal_index=2, ret=0x0, sender=<optimized out>, mo=<optimized out>, local_signal_index=<optimized out>, ret=<optimized out>) at /usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qobjectdefs.h:300 #74 QAbstractButton::clicked (this=0x55c5463c8a00, _t1=<optimized out>) at /usr/src/debug/qt6-base/build/src/widgets/Widgets_autogen/include/moc_qabstractbutton.cpp:252 #75 QAbstractButtonPrivate::emitClicked (this=this@entry=0x55c545bc6390) at /usr/src/debug/qt6-base/qtbase/src/widgets/widgets/qabstractbutton.cpp:381 #76 0x0000717342c21318 in QAbstractButtonPrivate::click (this=0x55c545bc6390) at /usr/src/debug/qt6-base/qtbase/src/widgets/widgets/qabstractbutton.cpp:374 #77 0x0000717342c310ee in QAbstractButton::mouseReleaseEvent (this=0x55c5463c8a00, e=0x7ffff958eba0) at /usr/src/debug/qt6-base/qtbase/src/widgets/widgets/qabstractbutton.cpp:976 #78 0x0000717342b51b76 in QWidget::event (this=0x55c5463c8a00, event=0x7ffff958eba0) at /usr/src/debug/qt6-base/qtbase/src/widgets/kernel/qwidget.cpp:8974 #79 0x0000717342afed9e in QApplicationPrivate::notify_helper (this=this@entry=0x55c545b6d4f0, receiver=receiver@entry=0x55c5463c8a00, e=e@entry=0x7ffff958eba0) at /usr/src/debug/qt6-base/qtbase/src/widgets/kernel/qapplication.cpp:3301 #80 0x0000717342b02ec6 in QApplication::notify (this=<optimized out>, receiver=0x55c5463c8a00, e=<optimized out>) at /usr/src/debug/qt6-base/qtbase/src/widgets/kernel/qapplication.cpp:2778 #81 0x000071734195a018 in QCoreApplication::notifyInternal2 (receiver=0x55c5463c8a00, event=0x7ffff958eba0) at /usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qcoreapplication.cpp:1106 #82 0x000071734195a06d in QCoreApplication::sendSpontaneousEvent (receiver=<optimized out>, event=<optimized out>) at /usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qcoreapplication.cpp:1560 #83 0x0000717342af683c in QApplicationPrivate::sendMouseEvent (receiver=0x55c5463c8a00, event=0x7ffff958eba0, alienWidget=<optimized out>, nativeWidget=0x55c545fc0a20, buttonDown=<optimized out>, lastMouseReceiver=..., spontaneous=true, onlyDispatchEnterLeave=false) at /usr/src/debug/qt6-base/qtbase/src/widgets/kernel/qapplication.cpp:2359 #84 0x0000717342b6c85f in QWidgetWindow::handleMouseEvent (this=0x55c546496f40, event=event@entry=0x7ffff958efd0) at /usr/src/debug/qt6-base/qtbase/src/widgets/kernel/qwidgetwindow.cpp:669 #85 0x0000717342b6db90 in QWidgetWindow::event (this=0x55c546496f40, event=0x7ffff958efd0) at /usr/src/debug/qt6-base/qtbase/src/widgets/kernel/qwidgetwindow.cpp:292 #86 0x0000717342afed9e in QApplicationPrivate::notify_helper (this=<optimized out>, receiver=0x55c546496f40, e=0x7ffff958efd0) at /usr/src/debug/qt6-base/qtbase/src/widgets/kernel/qapplication.cpp:3301 #87 0x000071734195a018 in QCoreApplication::notifyInternal2 (receiver=0x55c546496f40, event=0x7ffff958efd0) at /usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qcoreapplication.cpp:1106 #88 0x000071734195a06d in QCoreApplication::sendSpontaneousEvent (receiver=<optimized out>, event=<optimized out>) at /usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qcoreapplication.cpp:1560 #89 0x000071734218c0c5 in QGuiApplicationPrivate::processMouseEvent (e=0x71732c0081f0) at /usr/src/debug/qt6-base/qtbase/src/gui/kernel/qguiapplication.cpp:2483 #90 0x000071734220d0c4 in QWindowSystemInterface::sendWindowSystemEvents (flags=flags@entry=...) at /usr/src/debug/qt6-base/qtbase/src/gui/kernel/qwindowsysteminterface.cpp:1113 #91 0x000071734220d2b7 in QWindowSystemInterface::flushWindowSystemEvents (flags=...) at /usr/src/debug/qt6-base/qtbase/src/gui/kernel/qwindowsysteminterface.cpp:1082 #92 0x00007173419a54aa in QObject::event (this=0x55c545b71c90, e=0x71732c005870) at /usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qobject.cpp:1431 #93 0x0000717342afed9e in QApplicationPrivate::notify_helper (this=<optimized out>, receiver=0x55c545b71c90, e=0x71732c005870) at /usr/src/debug/qt6-base/qtbase/src/widgets/kernel/qapplication.cpp:3301 #94 0x000071734195a018 in QCoreApplication::notifyInternal2 (receiver=0x55c545b71c90, event=event@entry=0x71732c005870) at /usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qcoreapplication.cpp:1106 #95 0x000071734195a3f2 in QCoreApplication::sendEvent (receiver=<optimized out>, event=0x71732c005870) at /usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qcoreapplication.cpp:1546 #96 QCoreApplicationPrivate::sendPostedEvents (receiver=0x0, event_type=0, data=0x55c545b6b810) at /usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qcoreapplication.cpp:1879 #97 0x0000717341bcfea8 in QCoreApplication::sendPostedEvents (receiver=0x0, event_type=0) at /usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qcoreapplication.cpp:1733 #98 postEventSourceDispatch (s=s@entry=0x55c545b6ee90) at /usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qeventdispatcher_glib.cpp:246 #99 0x0000717340c2f1e4 in g_main_dispatch (context=0x717334000f00) at ../glib/glib/gmain.c:3398 #100 0x0000717340c92e97 in g_main_context_dispatch_unlocked (context=0x717334000f00) at ../glib/glib/gmain.c:4249 #101 g_main_context_iterate_unlocked.isra.0 (context=context@entry=0x717334000f00, block=block@entry=1, dispatch=dispatch@entry=1, self=<optimized out>) at ../glib/glib/gmain.c:4314 #102 0x0000717340c2e615 in g_main_context_iteration (context=0x717334000f00, may_block=1) at ../glib/glib/gmain.c:4379 #103 0x0000717341bcd59d in QEventDispatcherGlib::processEvents (this=0x55c545b6f670, flags=...) at /usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qeventdispatcher_glib.cpp:399 #104 0x0000717341965376 in QEventLoop::processEvents (this=0x7ffff958f680, flags=...) at /usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qeventloop.cpp:104 #105 QEventLoop::exec (this=0x7ffff958f680, flags=...) at /usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qeventloop.cpp:186 #106 0x000071734195d159 in QCoreApplication::exec () at /usr/src/debug/qt6-base/qtbase/src/corelib/global/qflags.h:77 #107 0x0000717342afb14a in QApplication::exec () at /usr/src/debug/qt6-base/qtbase/src/widgets/kernel/qapplication.cpp:2568 #108 0x000055c518d173b1 in main (argc=<optimized out>, argv=<optimized out>) at /usr/src/debug/systemsettings/systemsettings-6.3.4/app/main.cpp:175
*** This bug has been marked as a duplicate of bug 483072 ***