https://bugs.kde.org/show_bug.cgi?id=495435

--- Comment #7 from Alex Chudnovsky <chalex2...@gmail.com> ---
Thread 1 "krusader" received signal SIGSEGV, Segmentation fault.
Downloading 30.04 K source file
/usr/src/debug/qt6-base/qtbase/src/widgets/kernel/qwidget.h
QWidget::rect (this=0x555555930ba0) at
/usr/src/debug/qt6-base/qtbase/src/widgets/kernel/qwidget.h:891                 
891     { return QRect(0,0,data->crect.width(),data->crect.height()); }
(gdb) p data
$1 = (QWidgetData *) 0x1 <========= This is suspicious
(gdb) set logging on
Warning: 'set logging on', an alias for the command 'set logging enabled', is
deprecated.
Use 'set logging enabled on'.

Copying output to gdb.txt.
Copying debug output to gdb.txt.
(gdb) set logging file krusader_debug_stack_trace.txt
(gdb) bt
#0  QWidget::rect (this=0x555555930ba0) at
/usr/src/debug/qt6-base/qtbase/src/widgets/kernel/qwidget.h:891
#1  0x00007ffff696a7cc in QWidgetWindow::handleMouseEvent (this=0x555556cddc50,
event=0x7fffffffd8b0) at
/usr/src/debug/qt6-base/qtbase/src/widgets/kernel/qwidgetwindow.cpp:639
#2  QWidgetWindow::event (this=0x555556cddc50, event=0x7fffffffd8b0) at
/usr/src/debug/qt6-base/qtbase/src/widgets/kernel/qwidgetwindow.cpp:298
#3  0x00007ffff68fe31a in QApplicationPrivate::notify_helper (this=<optimized
out>, receiver=0x555556cddc50, e=0x7fffffffd8b0) at
/usr/src/debug/qt6-base/qtbase/src/widgets/kernel/qapplication.cpp:3294
#4  0x00007ffff59585a8 in QCoreApplication::notifyInternal2
(receiver=0x555556cddc50, event=0x7fffffffd8b0) at
/usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qcoreapplication.cpp:1165
#5  0x00007ffff59585fd in QCoreApplication::sendSpontaneousEvent
(receiver=<optimized out>, event=<optimized out>) at
/usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qcoreapplication.cpp:1623
#6  0x00007ffff5f85d4b in QGuiApplicationPrivate::processMouseEvent
(e=0x7fffe0001950) at
/usr/src/debug/qt6-base/qtbase/src/gui/kernel/qguiapplication.cpp:2461
#7  0x00007ffff6001284 in QWindowSystemInterface::sendWindowSystemEvents
(flags=...) at
/usr/src/debug/qt6-base/qtbase/src/gui/kernel/qwindowsysteminterface.cpp:1114
#8  0x00007ffff644da14 in userEventSourceDispatch (source=<optimized out>) at
/usr/src/debug/qt6-base/qtbase/src/gui/platform/unix/qeventdispatcher_glib.cpp:38
#9  0x00007ffff339a559 in g_main_dispatch (context=0x7fffe8000f30) at
../glib/glib/gmain.c:3357
#10 0x00007ffff33fd157 in g_main_context_dispatch_unlocked
(context=0x7fffe8000f30) at ../glib/glib/gmain.c:4208
#11 g_main_context_iterate_unlocked.isra.0
(context=context@entry=0x7fffe8000f30, block=block@entry=1,
dispatch=dispatch@entry=1, self=<optimized out>) at ../glib/glib/gmain.c:4273
#12 0x00007ffff3399a55 in g_main_context_iteration (context=0x7fffe8000f30,
may_block=1) at ../glib/glib/gmain.c:4338
#13 0x00007ffff5bbf71d in QEventDispatcherGlib::processEvents
(this=0x555555968640, flags=...) at
/usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qeventdispatcher_glib.cpp:396
#14 0x00007ffff5964566 in QEventLoop::processEvents (this=0x7fffffffdd70,
flags=...) at
/usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qeventloop.cpp:100
#15 QEventLoop::exec (this=0x7fffffffdd70, flags=...) at
/usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qeventloop.cpp:191
#16 0x00007ffff5959a2f in QCoreApplication::exec () at
/usr/src/debug/qt6-base/qtbase/src/corelib/global/qflags.h:74
#17 0x00005555555ef20f in ??? ()
#18 0x00007ffff5234e08 in __libc_start_call_main
(main=main@entry=0x5555555ea9d0, argc=argc@entry=1,
argv=argv@entry=0x7fffffffe1e8) at ../sysdeps/nptl/libc_start_call_main.h:58
#19 0x00007ffff5234ecc in __libc_start_main_impl (main=0x5555555ea9d0, argc=1,
argv=0x7fffffffe1e8, init=<optimized out>, fini=<optimized out>,
rtld_fini=<optimized out>, stack_end=0x7fffffffe1d8) at ../csu/libc-start.c:360

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to