https://bugs.kde.org/show_bug.cgi?id=435555
--- Comment #6 from Karl Ove Hufthammer <k...@huftis.org> --- It does crash when I run gdb, though. Here is the result of the bt command. I don’t know if it is useful (it looks similar to the one from drkonqi). (gdb) bt #0 0x00007ffff7be5020 in vtable for QWidgetItemV2 () from /usr/lib64/libQt5Widgets.so.5 #1 0x00007ffff6f728c7 in QAccessible::queryAccessibleInterface (object=0x555555a185c0) at accessible/qaccessible.cpp:683 #2 0x00007ffff6f733cf in QAccessibleEvent::accessibleInterface (this=0x7ffffffee8b0) at accessible/qaccessible.cpp:1764 #3 0x00007ffff6f738fd in QAccessible::updateAccessibility (event=0x7ffffffee8b0) at accessible/qaccessible.cpp:862 #4 0x00007ffff77dbdaa in QAbstractButton::setChecked (this=0x7ffffffee8b0, checked=<optimized out>) at widgets/qabstractbutton.cpp:689 #5 0x00007ffff77dc736 in QAbstractButton::nextCheckState (this=0x555555a185c0) at widgets/qabstractbutton.cpp:941 #6 QAbstractButton::nextCheckState (this=0x555555a185c0) at widgets/qabstractbutton.cpp:938 #7 QAbstractButtonPrivate::click (this=this@entry=0x555555a16cc0) at widgets/qabstractbutton.cpp:398 #8 0x00007ffff77dc861 in QAbstractButton::mouseReleaseEvent (this=0x555555a185c0, e=0x7ffffffeee60) at widgets/qabstractbutton.cpp:1044 #9 0x00007ffff772d34e in QWidget::event (this=0x555555a185c0, event=0x7ffffffeee60) at kernel/qwidget.cpp:9019 #10 0x00007ffff76ed4ff in QApplicationPrivate::notify_helper (this=this@entry=0x5555555c9d00, receiver=receiver@entry=0x555555a185c0, e=e@entry=0x7ffffffeee60) at kernel/qapplication.cpp:3632 #11 0x00007ffff76f43eb in QApplication::notify (this=0x7ffffffeeb60, receiver=0x555555a185c0, e=0x7ffffffeee60) at kernel/qapplication.cpp:3076 #12 0x00007ffff6a4832a in QCoreApplication::notifyInternal2 (receiver=0x555555a185c0, event=0x7ffffffeee60) at kernel/qcoreapplication.cpp:1063 #13 0x00007ffff76f3416 in QApplicationPrivate::sendMouseEvent (receiver=receiver@entry=0x555555a185c0, event=event@entry=0x7ffffffeee60, alienWidget=alienWidget@entry=0x555555a185c0, --Type <RET> for more, q to quit, c to continue without paging-- nativeWidget=0x55555570fa00, buttonDown=buttonDown@entry=0x7ffff7c1b670 <qt_button_down>, lastMouseReceiver=..., spontaneous=true, onlyDispatchEnterLeave=false) at kernel/qapplication.cpp:2614 #14 0x00007ffff77453b1 in QWidgetWindow::handleMouseEvent (this=0x5555557c9250, event=0x7ffffffef120) at kernel/qwidgetwindow.cpp:683 #15 0x00007ffff77488be in QWidgetWindow::event (this=0x5555557c9250, event=0x7ffffffef120) at kernel/qwidgetwindow.cpp:300 #16 0x00007ffff76ed4ff in QApplicationPrivate::notify_helper (this=<optimized out>, receiver=0x5555557c9250, e=0x7ffffffef120) at kernel/qapplication.cpp:3632 #17 0x00007ffff6a4832a in QCoreApplication::notifyInternal2 (receiver=0x5555557c9250, event=0x7ffffffef120) at kernel/qcoreapplication.cpp:1063 #18 0x00007ffff6fa8d03 in QGuiApplicationPrivate::processMouseEvent (e=0x555555a407e0) at kernel/qguiapplication.cpp:2282 #19 0x00007ffff6f7ec5c in QWindowSystemInterface::sendWindowSystemEvents (flags=flags@entry=...) at kernel/qwindowsysteminterface.cpp:1169 #20 0x00007ffff2786faa in xcbSourceDispatch (source=source@entry=0x5555556a2d70) at qxcbeventdispatcher.cpp:105 #21 0x00007ffff527bf57 in g_main_dispatch (context=0x7fffec005000) at ../glib/gmain.c:3325 #22 g_main_context_dispatch (context=0x7fffec005000) at ../glib/gmain.c:4043 #23 0x00007ffff527c2d8 in g_main_context_iterate (context=context@entry=0x7fffec005000, block=block@entry=1, dispatch=dispatch@entry=1, self=<optimized out>) at ../glib/gmain.c:4119 #24 0x00007ffff527c38f in g_main_context_iteration (context=0x7fffec005000, may_block=may_block@entry=1) at ../glib/gmain.c:4184 #25 0x00007ffff6a9f8bf in QEventDispatcherGlib::processEvents (this=0x5555556b6910, flags=...) at kernel/qeventdispatcher_glib.cpp:423 #26 0x00007ffff6a46ceb in QEventLoop::exec (this=this@entry=0x7ffffffef450, flags=..., flags@entry=...) --Type <RET> for more, q to quit, c to continue without paging-- at ../../include/QtCore/../../src/corelib/global/qflags.h:69 #27 0x00007ffff6a4ef60 in QCoreApplication::exec () at ../../include/QtCore/../../src/corelib/global/qflags.h:121 #28 0x000055555556c98b in main (argc=<optimized out>, argv=<optimized out>) at /usr/src/debug/kgeography-20.12.3-1.2.x86_64/src/main.cpp:47 -- You are receiving this mail because: You are watching all bug changes.