https://bugs.kde.org/show_bug.cgi?id=497513
--- Comment #4 from janis.blech...@gmail.com --- (In reply to Nate Graham from comment #3) > At the end when you see "(gdb)", please type "bt" and then the return key. > If it asks you to if you want to keep paging, type "c" and then the return > key. Then copy-and-paste everything you see from "(gdb)" until the end. 🙏 thank you. (gdb) bt #0 0x00007f871084df8c in QScopedPointer<QObjectData, QScopedPointerDeleter<QObjectData> >::get (this=<optimized out>, this=<optimized out>) at /usr/src/debug/qt6-base/qtbase/src/corelib/tools/qscopedpointer.h:112 #1 qGetPtrHelper<QScopedPointer<QObjectData, QScopedPointerDeleter<QObjectData> > const> (ptr=...) at /usr/src/debug/qt6-base/qtbase/src/corelib/global/qtclasshelpermacros.h:103 #2 QObject::d_func (this=<optimized out>) at /usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qobject.h:108 #3 QObjectPrivate::get (o=<optimized out>) at /usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qobject_p.h:151 #4 QPointingDevicePrivate::get (q=<optimized out>) at /usr/src/debug/qt6-base/qtbase/src/gui/kernel/qpointingdevice_p.h:94 #5 QPointerEvent::exclusiveGrabber (this=this@entry=0x0, point=...) at /usr/src/debug/qt6-base/qtbase/src/gui/kernel/qevent.cpp:354 #6 0x00007f871193c429 in QQuickPointerHandler::setExclusiveGrab (this=0x6275c8f70f50, ev=0x0, point=..., grab=false) at /usr/src/debug/qt6-declarative/qtdeclarative/src/quick/handlers/qquickpointerhandler.cpp:502 #7 0x00007f8711b3d39c in QQuickDeliveryAgentPrivate::onGrabChanged (this=0x6275c646e2b0, grabber=0x6275c8f70f50, transition=QPointingDevice::UngrabExclusive, event=0x0, point=...) at /usr/src/debug/qt6-declarative/qtdeclarative/src/quick/util/qquickdeliveryagent.cpp:1875 #8 0x00007f8710197055 in QtPrivate::QSlotObjectBase::call (this=<optimized out>, r=<optimized out>, a=<optimized out>, this=<optimized out>, r=<optimized out>, a=<optimized out>) at /usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qobjectdefs_impl.h:486 #9 doActivate<false> (sender=<optimized out>, signal_index=<optimized out>, argv=<optimized out>) at /usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qobject.cpp:4124 #10 0x00007f87108a80d1 in QPointingDevice::grabChanged (this=0x6275c4f59bc0, _t1=<optimized out>, _t2=QPointingDevice::UngrabExclusive, _t3=0x0, _t4=...) at /usr/src/debug/qt6-base/build/src/gui/Gui_autogen/include/moc_qpointingdevice.cpp:286 #11 QPointingDevicePrivate::setExclusiveGrabber (this=this@entry=0x6275c4f5e340, event=event@entry=0x0, point=..., exclusiveGrabber=exclusiveGrabber@entry=0x0) at /usr/src/debug/qt6-base/qtbase/src/gui/kernel/qpointingdevice.cpp:516 #12 0x00007f8711b3a632 in QQuickDeliveryAgentPrivate::handleWindowDeactivate (this=<optimized out>, win=0x6275c61bcfe0) at /usr/src/debug/qt6-declarative/qtdeclarative/src/quick/util/qquickdeliveryagent.cpp:1425 #13 0x00007f8710197055 in QtPrivate::QSlotObjectBase::call (this=<optimized out>, r=<optimized out>, a=<optimized out>, this=<optimized out>, r=<optimized out>, a=<optimized out>) at /usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qobjectdefs_impl.h:486 #14 doActivate<false> (sender=<optimized out>, signal_index=<optimized out>, argv=<optimized out>) at /usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qobject.cpp:4124 #15 0x00007f871086777c in QGuiApplication::applicationStateChanged (this=<optimized out>, _t1=<optimized out>) at /usr/src/debug/qt6-base/build/src/gui/Gui_autogen/include/moc_qguiapplication.cpp:461 #16 QGuiApplicationPrivate::setApplicationState (state=state@entry=Qt::ApplicationInactive, forcePropagate=forcePropagate@entry=false) at /usr/src/debug/qt6-base/qtbase/src/gui/kernel/qguiapplication.cpp:4032 #17 0x00007f8710867c6a in QGuiApplicationPrivate::processFocusWindowEvent (e=0x6275c65ae7f0) at /usr/src/debug/qt6-base/qtbase/src/gui/kernel/qguiapplication.cpp:2713 #18 0x00007f87108d1653 in QWindowSystemInterface::sendWindowSystemEvents (flags=...) at /usr/src/debug/qt6-base/qtbase/src/gui/kernel/qwindowsysteminterface.cpp:1114 #19 0x00007f8710d6f334 in userEventSourceDispatch (source=<optimized out>) at /usr/src/debug/qt6-base/qtbase/src/gui/platform/unix/qeventdispatcher_glib.cpp:38 #20 0x00007f870e99552a in ?? () from /usr/lib/libglib-2.0.so.0 #21 0x00007f870ea090b0 in ?? () from /usr/lib/libglib-2.0.so.0 #22 0x00007f870e997112 in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0 #23 0x00007f87103bc5dc in QEventDispatcherGlib::processEvents (this=0x6275c4f459e0, flags=...) at /usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qeventdispatcher_glib.cpp:399 #24 0x00007f8710146385 in QEventLoop::processEvents (this=0x7ffde0bb3fb0, flags=...) at /usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qeventloop.cpp:103 #25 QEventLoop::exec (this=0x7ffde0bb3fb0, flags=...) at /usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qeventloop.cpp:194 #26 0x00007f871013b91b in QCoreApplication::exec () at /usr/src/debug/qt6-base/qtbase/src/corelib/global/qflags.h:74 #27 0x000062758e332f17 in main () at /usr/src/debug/plasma-workspace/plasma-workspace-6.2.4/shell/main.cpp:192 (gdb) -- You are receiving this mail because: You are watching all bug changes.