https://bugs.kde.org/show_bug.cgi?id=503464
--- Comment #10 from Ming Chuan <[email protected]> --- Another crash with similar stack trace: ``` #0 QFlatMap<int, QPointingDevicePrivate::EventPointData, std::less<int>, QVarLengthArray<int, 20ll>, QVarLengthArray<QPointingDevicePrivate::EventPointData, 20ll> >::find (key=<synthetic pointer>: 0, this=0x7fff44007910) at /nix/store/9ds850ifd4jwcccpp3v14818kk74ldf2-gcc-14.2.1.20250322/include/c++/14.2.1.20250322/bits/stl_function.h:404 #1 QFlatMap<int, QPointingDevicePrivate::EventPointData, std::less<int>, QVarLengthArray<int, 20ll>, QVarLengthArray<QPointingDevicePrivate::EventPointData, 20ll> >::find (this=0x7fff44007910, key=<synthetic pointer>: 0) at /build/qtbase-everywhere-src-6.9.0/src/corelib/tools/qflatmap_p.h:818 #2 QPointingDevicePrivate::queryPointById (this=this@entry=0x7fff44007820, id=0) at /build/qtbase-everywhere-src-6.9.0/src/gui/kernel/qpointingdevice.cpp:428 #3 0x00007ffff344821f in QPointingDevicePrivate::setExclusiveGrabber (this=0x7fff44007820, event=0x7ffffffdbae0, point=..., exclusiveGrabber=0x0) at /build/qtbase-everywhere-src-6.9.0/src/gui/kernel/qpointingdevice.cpp:505 #4 0x00007ffff33e169c in QPointerEvent::setExclusiveGrabber (this=<optimized out>, point=..., exclusiveGrabber=<optimized out>) at /build/qtbase-everywhere-src-6.9.0/src/gui/kernel/qevent.cpp:373 #5 0x00007ffff3400c1b in QGuiApplicationPrivate::processMouseEvent (e=0x7ffffffdc010) at /build/qtbase-everywhere-src-6.9.0/src/gui/kernel/qguiapplication.cpp:2529 #6 0x00007ffff34009ba in QGuiApplicationPrivate::processMouseEvent (e=e@entry=0x7ffffffdc010) at /build/qtbase-everywhere-src-6.9.0/src/gui/kernel/qguiapplication.cpp:2374 #7 0x00007ffff34017e8 in QGuiApplicationPrivate::processTabletEvent (e=0x1614a80) at /build/qtbase-everywhere-src-6.9.0/src/gui/kernel/qguiapplication.cpp:3025 #8 0x00007ffff346ce64 in QWindowSystemInterface::sendWindowSystemEvents (flags=flags@entry=...) at /build/qtbase-everywhere-src-6.9.0/src/gui/kernel/qwindowsysteminterface.cpp:1113 #9 0x00007ffff346d08f in QWindowSystemInterface::flushWindowSystemEvents (flags=...) at /build/qtbase-everywhere-src-6.9.0/src/gui/kernel/qwindowsysteminterface.cpp:1082 #10 0x00007ffff2c0dd97 in QObject::event (this=0xd21480, e=0x7fffe0002e80) at /build/qtbase-everywhere-src-6.9.0/src/corelib/kernel/qobject.cpp:1431 #11 0x00007ffff3fa1baa in QApplicationPrivate::notify_helper (this=<optimized out>, receiver=0xd21480, e=0x7fffe0002e80) at /build/qtbase-everywhere-src-6.9.0/src/widgets/kernel/qapplication.cpp:3301 #12 0x00007ffff7ad36ae in KisApplication::notify(QObject*, QEvent*) () from /home/user/sources/krita/outputs/out/lib/libkritaui.so.21 #13 0x00007ffff2bb2698 in QCoreApplication::notifyInternal2 (receiver=0xd21480, event=0x7fffe0002e80) at /build/qtbase-everywhere-src-6.9.0/src/corelib/kernel/qcoreapplication.cpp:1106 #14 0x00007ffff2bb28ed in QCoreApplication::sendEvent (receiver=<optimized out>, event=<optimized out>) at /build/qtbase-everywhere-src-6.9.0/src/corelib/kernel/qcoreapplication.cpp:1546 #15 0x00007ffff2bb63e4 in QCoreApplicationPrivate::sendPostedEvents (receiver=0x0, event_type=0, data=0xa7cc50) at /build/qtbase-everywhere-src-6.9.0/src/corelib/kernel/qcoreapplication.cpp:1879 #16 0x00007ffff2ec42c7 in postEventSourceDispatch (s=0x1149a40) at /build/qtbase-everywhere-src-6.9.0/src/corelib/kernel/qeventdispatcher_glib.cpp:246 #17 0x00007ffff249d81e in g_main_context_dispatch_unlocked () from /nix/store/bkpj51fz88rbyjd60i6lrp0xdax1b24g-glib-2.84.1/lib/libglib-2.0.so.0 #18 0x00007ffff249fa90 in g_main_context_iterate_unlocked.isra () from /nix/store/bkpj51fz88rbyjd60i6lrp0xdax1b24g-glib-2.84.1/lib/libglib-2.0.so.0 #19 0x00007ffff24a02bc in g_main_context_iteration () from /nix/store/bkpj51fz88rbyjd60i6lrp0xdax1b24g-glib-2.84.1/lib/libglib-2.0.so.0 #20 0x00007ffff2ec39a3 in QEventDispatcherGlib::processEvents (this=0xd1f290, flags=...) at /build/qtbase-everywhere-src-6.9.0/src/corelib/kernel/qeventdispatcher_glib.cpp:399 #21 0x00007ffff2bc0beb in QEventLoop::exec (this=this@entry=0x7ffffffdc650, flags=..., flags@entry=...) at /build/qtbase-everywhere-src-6.9.0/src/corelib/global/qflags.h:77 #22 0x00007ffff2bbc02e in QCoreApplication::exec () at /build/qtbase-everywhere-src-6.9.0/src/corelib/global/qflags.h:77 #23 0x000000000040a088 in main () ``` -- You are receiving this mail because: You are watching all bug changes.
