https://bugs.kde.org/show_bug.cgi?id=480474
Nicolas Fella <nicolas.fe...@gmx.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nicolas.fe...@gmx.de --- Comment #3 from Nicolas Fella <nicolas.fe...@gmx.de> --- very similar but not identical backtrace with Qt 6.7: #0 __pthread_kill_implementation (threadid=<optimized out>, signo=signo@entry=11, no_tid=no_tid@entry=0) at pthread_kill.c:44 #1 0x00007f92bfeae8a3 in __pthread_kill_internal (signo=11, threadid=<optimized out>) at pthread_kill.c:78 #2 0x00007f92bfe5c8ee in __GI_raise (sig=11) at ../sysdeps/posix/raise.c:26 #3 0x00007f92c3b1f988 in KCrash::defaultCrashHandler (sig=11) at /home/nico/kde/src/kcrash/src/kcrash.cpp:586 #4 0x00007f92bfe5c9a0 in <signal handler called> () at /lib64/libc.so.6 #5 std::__atomic_base<QThreadData*>::load (__m=std::memory_order_acquire, this=<error reading variable: Cannot access memory at address 0x8>) at /usr/include/c++/13/bits/atomic_base.h:835 #6 std::atomic<QThreadData*>::load (__m=std::memory_order_acquire, this=<error reading variable: Cannot access memory at address 0x8>) at /usr/include/c++/13/atomic:577 #7 QAtomicOps<QThreadData*>::loadAcquire<QThreadData*> (_q_value=<error reading variable: Cannot access memory at address 0x8>) at /home/nico/workspace/qt6/qtbase/src/corelib/thread/qatomic_cxx11.h:214 #8 QBasicAtomicPointer<QThreadData>::loadAcquire (this=<error reading variable: Cannot access memory at address 0x8>) at /home/nico/workspace/qt6/qtbase/src/corelib/thread/qbasicatomic.h:177 #9 QCoreApplication::notifyInternal2 (receiver=0x0, event=0x7ffd8dc52850) at /home/nico/workspace/qt6/qtbase/src/corelib/kernel/qcoreapplication.cpp:1125 #10 0x00007f92c055f529 in QCoreApplication::sendEvent (receiver=<optimized out>, event=<optimized out>) at /home/nico/workspace/qt6/qtbase/src/corelib/kernel/qcoreapplication.cpp:1575 #11 0x00007f92c0dc3b55 in QGuiApplicationPrivate::processDrag (w=w@entry=0x0, dropData=dropData@entry=0xa43deb0, p=..., supportedActions=..., buttons=..., modifiers=...) at /home/nico/workspace/qt6/qtbase/src/gui/kernel/qguiapplication.cpp:3381 #12 0x00007f92c0e1aeda in QWindowSystemInterface::handleDrag (window=window@entry=0x0, dropData=0xa43deb0, p=<optimized out>, supportedActions=supportedActions@entry=..., buttons=..., modifiers=...) at /home/nico/workspace/qt6/qtbase/src/gui/kernel/qwindowsysteminterface.cpp:850 #13 0x00007f92c2094795 in QtWaylandClient::QWaylandDataDevice::data_device_motion (this=0x154f0f0, time=<optimized out>, x=<optimized out>, y=<optimized out>) at /home/nico/workspace/qt6/qtwayland/src/client/qwaylanddatadevice.cpp:273 #14 0x00007f92bfca6056 in ffi_call_unix64 () at ../src/x86/unix64.S:104 #15 0x00007f92bfca25ef in ffi_call_int (cif=cif@entry=0x7ffd8dc52be0, fn=<optimized out>, rvalue=<optimized out>, avalue=<optimized out>, closure=closure@entry=0x0) at ../src/x86/ffi64.c:673 #16 0x00007f92bfca53fe in ffi_call (cif=cif@entry=0x7ffd8dc52be0, fn=<optimized out>, rvalue=rvalue@entry=0x0, avalue=avalue@entry=0x7ffd8dc52cb0) at ../src/x86/ffi64.c:710 #17 0x00007f92c3bff5d1 in wl_closure_invoke (closure=0x7f92a00067d0, flags=<optimized out>, target=<optimized out>, opcode=3, data=<optimized out>) at ../../src/wayland/src/connection.c:1031 #18 0x00007f92c3bfbbd9 in dispatch_event (display=display@entry=0x153e5e0, queue=queue@entry=0x153e6d8) at ../../src/wayland/src/wayland-client.c:1677 #19 0x00007f92c3bfce0b in dispatch_queue (queue=0x153e6d8, display=0x153e5e0) at ../../src/wayland/src/wayland-client.c:1823 #20 wl_display_dispatch_queue_pending (display=0x153e5e0, queue=0x153e6d8) at ../../src/wayland/src/wayland-client.c:2065 #21 0x00007f92c204fb9a in QtWaylandClient::QWaylandDisplay::flushRequests (this=<optimized out>) at /home/nico/workspace/qt6/qtwayland/src/client/qwaylanddisplay.cpp:227 #22 0x00007f92c05bd066 in doActivate<false> (sender=0x153b170, signal_index=4, argv=0x7ffd8dc52ec0) at /home/nico/workspace/qt6/qtbase/src/corelib/kernel/qobject.cpp:4072 #23 0x00007f92c05b44cf in QMetaObject::activate (sender=sender@entry=0x153b170, m=m@entry=0x7f92c0a20c80 <QAbstractEventDispatcher::staticMetaObject>, local_signal_index=local_signal_index@entry=1, argv=argv@entry=0x0) at /home/nico/workspace/qt6/qtbase/src/corelib/kernel/qobject.cpp:4120 #24 0x00007f92c055c073 in QAbstractEventDispatcher::awake (this=this@entry=0x153b170) at /home/nico/workspace/qt6/qtbase/src/corelib/Core_autogen/include/moc_qabstracteventdispatcher.cpp:158 #25 0x00007f92c080ac1b in QEventDispatcherGlib::processEvents (this=0x153b170, flags=...) at /home/nico/workspace/qt6/qtbase/src/corelib/kernel/qeventdispatcher_glib.cpp:401 #26 0x00007f92c056aceb in QEventLoop::exec (this=this@entry=0x7ffd8dc53000, flags=..., flags@entry=...) at /home/nico/workspace/qt6/qtbase/src/corelib/global/qflags.h:34 #27 0x00007f92c05676d2 in QCoreApplication::exec () at /home/nico/workspace/qt6/qtbase/src/corelib/global/qflags.h:74 #28 0x00007f92c0db314c in QGuiApplication::exec () at /home/nico/workspace/qt6/qtbase/src/gui/kernel/qguiapplication.cpp:1926 #29 0x00007f92c2b81a45 in QApplication::exec () at /home/nico/workspace/qt6/qtbase/src/widgets/kernel/qapplication.cpp:2568 #30 0x000000000042a353 in main (argc=<optimized out>, argv=<optimized out>) at /home/nico/kde/src/plasma-workspace/shell/main.cpp:214 -- You are receiving this mail because: You are watching all bug changes.