https://bugs.kde.org/show_bug.cgi?id=523621
Bug ID: 523621
Summary: Crash when "deleting" an imported file
Classification: Applications
Product: glaxnimate
Version First 0.6.0
Reported In:
Platform: Arch Linux
OS: Linux
Status: REPORTED
Severity: crash
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
DESCRIPTION
If you import a file using File - Import, the file appears as a second tab.
Attempting to remove this file by right-clicking its tab and choosing "Delete"
crashes Glaxnimate. Same behaviour happens if you try to delete its layer from
the animation.
STEPS TO REPRODUCE
1. Open Glaxnimate
2. Click File - Import
3. Choose anything, I've tried it with small PNG files and inkscape SVGs
4. Find the tab for the imported file
5. Right click, choose "delete"
OBSERVED RESULT
Glaxnimate crashes
EXPECTED RESULT
It shouldn't crash...
SOFTWARE/OS VERSIONS
Operating System: Arch Linux
KDE Plasma Version: 6.7.3
KDE Frameworks Version: 6.28.0
Qt Version: 6.11.1
Kernel Version: 7.1.3-arch1-3 (64-bit)
Graphics Platform: Wayland
Processors: 12 × AMD Ryzen 5 5600 6-Core Processor
Memory: 32 GiB of RAM (31.3 GiB usable)
Graphics Processor: NVIDIA GeForce RTX 3060
ADDITIONAL INFORMATION
Backtrace obtained from GDB
1 New Thread 0x7fffb29fe6c0 (LWP 403406)]
2 [New Thread 0x7fffb21fd6c0 (LWP 403407)]
3 [New Thread 0x7fffb11ff6c0 (LWP 403414)]
4 [New Thread 0x7fff9efff6c0 (LWP 403418)]
5 [Detaching after vfork from child process 403419]
6 [Detaching after vfork from child process 403421]
7 [Detaching after vfork from child process 403423]
8 [Detaching after vfork from child process 403425]
9 [Detaching after vfork from child process 403427]
10 [New Thread 0x7fff9e7fe6c0 (LWP 403434)]
11
12 Thread 1 "glaxnimate" received signal SIGABRT, Aborted.
13 0x00007ffff249981c in ?? () from /usr/lib/libc.so.6
14 #0 0x00007ffff249981c in ?? () from /usr/lib/libc.so.6
15 #1 0x00007ffff243e150 in raise () from /usr/lib/libc.so.6
16 #2 0x00007ffff242567d in abort () from /usr/lib/libc.so.6
17 #3 0x00007ffff289d5bd in std::__glibcxx_assert_fail(char const*, int, char
const*, char const*) () from /usr/lib/libstdc++.so.6
18 #4 0x00005555555dc784 in
std::vector<std::unique_ptr<glaxnimate::model::Composition,
std::default_delete<glaxnimate::model::Composition> >,
std::allocator<std::unique_ptr<glaxnimate::model::Composition,
std::default_delete<glaxnimate::model::Composition> > > >::operator[]
(unsigned long) const [clone .part.0] [clone .lto_priv.0] (__n=<optimized
out>, this=<optimized out>) at /usr/include/c++/15.2.1/bits/stl_vector.h:1282
19 #5 0x0000555555660fa7 in
std::vector<std::unique_ptr<glaxnimate::model::Composition,
std::default_delete<glaxnimate::model::Composition> >,
std::allocator<std::unique_ptr<glaxnimate::model::Composition,
std::default_delete<glaxnimate::model::Composition> > > >::operator[]
(this=<optimized out>, __n=<optimized out>) at
/usr/include/qt6/QtCore/qstring.h:1426
20 #6
glaxnimate::model::detail::ObjectListProperty<glaxnimate::model::Composition>::operator[]
(this=<optimized out>, i=<optimized out>, this=<optimized out>, i=<optimized
out>) at
/usr/src/debug/glaxnimate/glaxnimate/src/core/model/property/object_list_property.hpp:140
21 #7 glaxnimate::gui::GlaxnimateWindow::Private::on_remove_precomp
(this=0x555556012580, index=1) at
/usr/src/debug/glaxnimate/glaxnimate/src/gui/widgets/dialogs/gw_impl_model.cpp:535
22 #8 operator() (__closure=<optimized out>, index=1) at
/usr/src/debug/glaxnimate/glaxnimate/src/gui/widgets/dialogs/gw_impl_document.cpp:85
23 #9 operator() (__closure=<optimized out>) at
/usr/include/qt6/QtCore/qobjectdefs_impl.h:116
24 #10 QtPrivate::FunctorCallBase::call_internal<void,
QtPrivate::FunctorCall<std::integer_sequence<long unsigned int, 0, 1>,
QtPrivate::List<glaxnimate::model::DocumentNode*, int>, void,
glaxnimate::gui::GlaxnimateWindow::Private::do_setup_document()::<lambda(glaxnimate::model::DocumentNode*,
int)>
>::call(glaxnimate::gui::GlaxnimateWindow::Private::do_setup_document()::<lambda(glaxnimate::model::DocumentNode*,
int)>&, void**)::<lambda()> > (args=<optimized
out>, fn=...) at /usr/include/qt6/QtCore/qobjectdefs_impl.h:65
25 #11 QtPrivate::FunctorCall<std::integer_sequence<long unsigned int, 0, 1>,
QtPrivate::List<glaxnimate::model::DocumentNode*, int>, void,
glaxnimate::gui::GlaxnimateWindow::Private::do_setup_document()::<lambda(glaxnimate::model::DocumentNode*,
int)> >::call (f=...,
arg=<optimized out>) at /usr/include/qt6/QtCore/qobjectdefs_impl.h:115
26 #12
QtPrivate::FunctorCallable<glaxnimate::gui::GlaxnimateWindow::Private::do_setup_document()::<lambda(glaxnimate::model::DocumentNode*,
int)>, glaxnimate::model::DocumentNode*,
int>::call<QtPrivate::List<glaxnimate::model::DocumentNode*, int>, void>
(f=..., arg=<optimized
out>) at /usr/include/qt6/QtCore/qobjectdefs_impl.h:337
27 #13
QtPrivate::QCallableObject<glaxnimate::gui::GlaxnimateWindow::Private::do_setup_document()::<lambda(glaxnimate::model::DocumentNode*,
int)>, QtPrivate::List<glaxnimate::model::DocumentNode*, int>, void>::impl(int,
QtPrivate::QSlotObjectBase *, QObject *, void **, bool *)
(which=<optimized out>, this_=<optimized out>, r=<optimized out>,
a=<optimized out>, ret=<optimized out>) at
/usr/include/qt6/QtCore/qobjectdefs_impl.h:547
28 #14 0x00007ffff35f081b 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:462
29 #15 doActivate<false> (sender=0x555557071318, signal_index=9,
argv=0x7fffffffadc0) at
/usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qobject.cpp:4372
30 #16 0x0000555555861f49 in QMetaObject::activate<void,
glaxnimate::model::DocumentNode*, int> (sender=0x555557071318, mo=<optimized
out>, local_signal_index=3, ret=0x0) at
/usr/include/qt6/QtCore/qobjectdefs.h:319
31 #17 glaxnimate::model::DocumentNode::docnode_child_remove_end
(this=0x555557071318, _t1=<optimized out>, _t2=<optimized out>) at
/usr/src/debug/glaxnimate/build/bin/core/glaxnimate_core_autogen/NLOY5YBGEN/moc_document_node.cpp:280
32 #18 glaxnimate::model::CompositionList::on_removed (this=0x555557071318,
obj=0x555557676ff0, position=1) at
/usr/src/debug/glaxnimate/glaxnimate/src/core/model/assets/assets.cpp:76
33 #19 0x000055555586e541 in
std::function<void(glaxnimate::model::AssetListBase<glaxnimate::model::Composition,
glaxnimate::model::CompositionList>*, glaxnimate::model::Composition*,
int)>::operator() (this=<optimized out>, __args#0=<optimized out>,
__args#1=0x555557676ff0,
__args#2=<optimized out>) at
/usr/include/c++/15.2.1/bits/std_function.h:593
34 #20
glaxnimate::model::detail::invoke_impl<std::function<void(glaxnimate::model::AssetListBase<glaxnimate::model::Composition,
glaxnimate::model::CompositionList>*, glaxnimate::model::Composition*, int)>,
glaxnimate::model::AssetListBase<glaxnimate::model::Composition,
glaxnimate::model::CompositionList>*, glaxnimate::model::Composition*, int,
0ul, 1ul, 2ul> (fun=..., args=...) at
/usr/src/debug/glaxnimate/glaxnimate/src/core/model/property/property.hpp:233
35 #21 glaxnimate::model::detail::invoke<3,
std::function<void(glaxnimate::model::AssetListBase<glaxnimate::model::Composition,
glaxnimate::model::CompositionList>*, glaxnimate::model::Composition*, int)>,
glaxnimate::model::AssetListBase<glaxnimate::model::Composition,
glaxnimate::model::CompositionList>*, glaxnimate::model::Composition*, int>
(fun=...) at
/usr/src/debug/glaxnimate/glaxnimate/src/core/model/property/property.hpp:239
36 #22 glaxnimate::model::PropertyCallback<void,
glaxnimate::model::Composition*,
int>::Holder<glaxnimate::model::AssetListBase<glaxnimate::model::Composition,
glaxnimate::model::CompositionList>, glaxnimate::model::Composition*,
int>::invoke (this=<optimized out>,
obj=<optimized out>, v#0=@0x7fffffffae30: 0x555557676ff0,
v#1=@0x7fffffffae1c: 1) at
/usr/src/debug/glaxnimate/glaxnimate/src/core/model/property/property.hpp:265
37 #23 glaxnimate::model::PropertyCallback<void,
glaxnimate::model::Composition*, int>::operator() (this=0x555557071448,
obj=<optimized out>, v#0=@0x7fffffffae30: 0x555557676ff0, v#1=@0x7fffffffae1c:
1) at /usr/src/debug/glaxnimate/glaxnimate/src/core/model/property/
property.hpp:290
38 #24
glaxnimate::model::detail::ObjectListProperty<glaxnimate::model::Composition>::remove
(this=0x5555570713f0, index=<optimized out>) at
/usr/src/debug/glaxnimate/glaxnimate/src/core/model/property/object_list_property.hpp:188
39 #25 0x000055555586e65d in
glaxnimate::command::RemoveObject<glaxnimate::model::Composition,
glaxnimate::model::ObjectListProperty<glaxnimate::model::Composition> >::redo
(this=0x555558040350) at /usr/src/debug/glaxnimate/glaxnimate/src/core/command/
object_list_commands.hpp:80
40 #26 0x00007ffff42ff6c7 in QUndoStack::push (this=0x555557070b70,
cmd=0x555558040350) at
/usr/src/debug/qt6-base/qtbase/src/gui/util/qundostack.cpp:583
41 #27 0x00007ffff35f081b 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:462
42 #28 doActivate<false> (sender=0x5555580f9d00, signal_index=7,
argv=0x7fffffffb0a0) at
/usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qobject.cpp:4372
43 #29 0x00007ffff425d7ae in QMetaObject::activate<void, bool>
(sender=<optimized out>, mo=<optimized out>, local_signal_index=<optimized
out>, ret=<optimized out>, sender=<optimized out>, mo=<optimized out>,
local_signal_index=<optimized out>, ret=<optimized out>) at /usr/src/
debug/qt6-base/qtbase/src/corelib/kernel/qobjectdefs.h:320
44 #30 QAction::triggered (this=<optimized out>, _t1=<optimized out>) at
/usr/src/debug/qt6-base/build/src/gui/Gui_autogen/include/moc_qaction.cpp:374
45 #31 QAction::activate (this=0x5555580f9d00, event=<optimized out>) at
/usr/src/debug/qt6-base/qtbase/src/gui/kernel/qaction.cpp:1106
46 #32 0x00007ffff492ba30 in QMenuPrivate::activateCausedStack
(this=0x555558040870, causedStack=..., action=0x5555580f9d00,
action_e=QAction::Trigger, self=true) at
/usr/src/debug/qt6-base/qtbase/src/widgets/widgets/qmenu.cpp:1413
47 #33 0x00007ffff492e45f in QMenuPrivate::activateAction
(this=0x555558040870, action=0x5555580f9d00, action_e=QAction::Trigger,
self=true) at /usr/src/debug/qt6-base/qtbase/src/widgets/widgets/qmenu.cpp:1495
48 #34 0x00007ffff4763e5e in QWidget::event (this=0x7fffffffc450,
event=0x7fffffffb900) at
/usr/src/debug/qt6-base/qtbase/src/widgets/kernel/qwidget.cpp:9029
49 #35 0x00007ffff470411f in QApplicationPrivate::notify_helper
(this=this@entry=0x555555d85b50, receiver=receiver@entry=0x7fffffffc450,
e=e@entry=0x7fffffffb900) at
/usr/src/debug/qt6-base/qtbase/src/widgets/kernel/qapplication.cpp:3276
50 #36 0x00007ffff4705bc6 in QApplication::notify (this=<optimized out>,
receiver=<optimized out>, e=e@entry=0x7fffffffb900) at
/usr/src/debug/qt6-base/qtbase/src/widgets/kernel/qapplication.cpp:2756
51 #37 0x0000555555a9d301 in app::Application::notify (this=<optimized out>,
receiver=<optimized out>, e=0x7fffffffb900) at
/usr/src/debug/glaxnimate/glaxnimate/external/QtAppSetup/src/app/application.cpp:107
52 #38 0x00007ffff3583658 in QCoreApplication::notifyInternal2
(receiver=0x7fffffffc450, event=0x7fffffffb900) at
/usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qcoreapplication.cpp:1114
53 #39 0x00007ffff35836ad in QCoreApplication::sendSpontaneousEvent
(receiver=<optimized out>, event=<optimized out>) at
/usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qcoreapplication.cpp:1573
54 #40 0x00007ffff46fb4c6 in QApplicationPrivate::sendMouseEvent
(receiver=0x7fffffffc450, event=0x7fffffffb900, alienWidget=<optimized out>,
nativeWidget=0x7fffffffc450, buttonDown=0x7ffff4da1950 <qt_button_down>,
lastMouseReceiver=..., spontaneous=true,
onlyDispatchEnterLeave=<optimized out>) at
/usr/src/debug/qt6-base/qtbase/src/widgets/kernel/qapplication.cpp:2355
55 #41 0x00007ffff4786191 in QWidgetWindow::handleMouseEvent
(this=0x55555775e4b0, event=0x7fffffffbe70) at
/usr/src/debug/qt6-base/qtbase/src/widgets/kernel/qwidgetwindow.cpp:578
56 #42 0x00007ffff478059b in QWidgetWindow::event (this=<optimized out>,
event=0x7fffffffbe70) at
/usr/src/debug/qt6-base/qtbase/src/widgets/kernel/qwidgetwindow.cpp:293
57 #43 0x00007ffff470411f in QApplicationPrivate::notify_helper
(this=this@entry=0x555555d85b50, receiver=0x55555775e4b0, e=0x7fffffffbe70) at
/usr/src/debug/qt6-base/qtbase/src/widgets/kernel/qapplication.cpp:3276
58 #44 0x00007ffff4704ff6 in QApplication::notify (this=<optimized out>,
receiver=<optimized out>, e=e@entry=0x7fffffffbe70) at
/usr/src/debug/qt6-base/qtbase/src/widgets/kernel/qapplication.cpp:3038
59 #45 0x0000555555a9d301 in app::Application::notify (this=<optimized out>,
receiver=<optimized out>, e=0x7fffffffbe70) at
/usr/src/debug/glaxnimate/glaxnimate/external/QtAppSetup/src/app/application.cpp:107
60 #46 0x00007ffff3583658 in QCoreApplication::notifyInternal2
(receiver=0x55555775e4b0, event=0x7fffffffbe70) at
/usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qcoreapplication.cpp:1114
61 #47 0x00007ffff35836ad in QCoreApplication::sendSpontaneousEvent
(receiver=<optimized out>, event=<optimized out>) at
/usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qcoreapplication.cpp:1573
62 #48 0x00007ffff3db82c0 in QGuiApplicationPrivate::processMouseEvent
(e=0x5555580fa160) at
/usr/src/debug/qt6-base/qtbase/src/gui/kernel/qguiapplication.cpp:2500
63 #49 0x00007ffff3e3384c in QWindowSystemInterface::sendWindowSystemEvents
(flags=...) at
/usr/src/debug/qt6-base/qtbase/src/gui/kernel/qwindowsysteminterface.cpp:1117
64 #50 0x00007ffff4383524 in userEventSourceDispatch (source=<optimized out>)
at
/usr/src/debug/qt6-base/qtbase/src/gui/platform/unix/qeventdispatcher_glib.cpp:39
65 #51 0x00007fffef8febfd in g_main_dispatch (context=0x7fffd8000f00) at
../glib/glib/gmain.c:3591
66 #52 0x00007fffef900e57 in g_main_context_dispatch_unlocked
(context=0x7fffd8000f00) at ../glib/glib/gmain.c:4451
67 #53 g_main_context_iterate_unlocked (context=context@entry=0x7fffd8000f00,
block=block@entry=1, dispatch=dispatch@entry=1, self=<optimized out>) at
../glib/glib/gmain.c:4516
68 #54 0x00007fffef900fe5 in g_main_context_iteration (context=0x7fffd8000f00,
may_block=1) at ../glib/glib/gmain.c:4582
69 #55 0x00007ffff389d0b2 in QEventDispatcherGlib::processEvents
(this=0x555555d87040, flags=...) at
/usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qeventdispatcher_glib.cpp:402
70 #56 0x00007ffff3591983 in QEventLoop::processEvents (this=0x7fffffffc2c0,
flags=...) at
/usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qeventloop.cpp:109
71 #57 QEventLoop::exec (this=0x7fffffffc2c0, flags=..., flags@entry=...) at
/usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qeventloop.cpp:198
72 #58 0x00007ffff493425a in QMenuPrivate::exec (this=0x555558040870, p=...,
action=action@entry=0x0, positionFunction=...) at
/usr/src/debug/qt6-base/qtbase/src/widgets/widgets/qmenu.cpp:2697
73 #59 0x00007ffff4934391 in QMenu::exec (this=this@entry=0x7fffffffc450,
p=..., action=action@entry=0x0) at
/usr/src/debug/qt6-base/qtbase/src/widgets/widgets/qmenu.cpp:2683
74 #60 0x00005555559632d1 in glaxnimate::gui::CompositionTabBar::on_menu
(this=0x555555f66400, index=<optimized out>) at
/usr/src/debug/glaxnimate/glaxnimate/src/gui/widgets/tab_bar/composition_tab_bar.cpp:96
75 #61 0x00007ffff35f081b 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:462
76 #62 doActivate<false> (sender=0x555555f66400, signal_index=12,
argv=0x7fffffffc5a0) at
/usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qobject.cpp:4372
77 #63 0x0000555555962e8b in QMetaObject::activate<void, int>
(sender=<optimized out>, mo=<optimized out>, local_signal_index=<optimized
out>, ret=<optimized out>, sender=<optimized out>, mo=<optimized out>,
local_signal_index=<optimized out>, ret=<optimized out>) at /usr/
include/qt6/QtCore/qobjectdefs.h:319
78 #64 glaxnimate::gui::ClickableTabBar::context_menu_requested
(this=0x555555f66400, _t1=<optimized out>) at
/usr/src/debug/glaxnimate/build/bin/gui/glaxnimate_gui_autogen/DWDRTYYDW7/moc_clickable_tab_bar.cpp:119
79 #65 glaxnimate::gui::ClickableTabBar::mouseReleaseEvent
(this=0x555555f66400, event=0x7fffffffcc90) at
/usr/src/debug/glaxnimate/glaxnimate/src/gui/widgets/tab_bar/clickable_tab_bar.cpp:25
80 #66 0x00007ffff4763e5e in QWidget::event (this=0x555555f66400,
event=0x7fffffffcc90) at
/usr/src/debug/qt6-base/qtbase/src/widgets/kernel/qwidget.cpp:9029
81 #67 0x00007ffff470411f in QApplicationPrivate::notify_helper
(this=this@entry=0x555555d85b50, receiver=receiver@entry=0x555555f66400,
e=e@entry=0x7fffffffcc90) at
/usr/src/debug/qt6-base/qtbase/src/widgets/kernel/qapplication.cpp:3276
82 #68 0x00007ffff4705bc6 in QApplication::notify (this=<optimized out>,
receiver=<optimized out>, e=e@entry=0x7fffffffcc90) at
/usr/src/debug/qt6-base/qtbase/src/widgets/kernel/qapplication.cpp:2756
83 #69 0x0000555555a9d301 in app::Application::notify (this=<optimized out>,
receiver=<optimized out>, e=0x7fffffffcc90) at
/usr/src/debug/glaxnimate/glaxnimate/external/QtAppSetup/src/app/application.cpp:107
84 #70 0x00007ffff3583658 in QCoreApplication::notifyInternal2
(receiver=0x555555f66400, event=0x7fffffffcc90) at
/usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qcoreapplication.cpp:1114
85 #71 0x00007ffff35836ad in QCoreApplication::sendSpontaneousEvent
(receiver=<optimized out>, event=<optimized out>) at
/usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qcoreapplication.cpp:1573
86 #72 0x00007ffff46fb4c6 in QApplicationPrivate::sendMouseEvent
(receiver=0x555555f66400, event=0x7fffffffcc90, alienWidget=<optimized out>,
nativeWidget=0x7fffffffd990, buttonDown=0x7ffff4da1950 <qt_button_down>,
lastMouseReceiver=..., spontaneous=true,
onlyDispatchEnterLeave=<optimized out>) at
/usr/src/debug/qt6-base/qtbase/src/widgets/kernel/qapplication.cpp:2355
87 #73 0x00007ffff4785d3d in QWidgetWindow::handleMouseEvent
(this=0x555556490730, event=0x7fffffffd200) at
/usr/src/debug/qt6-base/qtbase/src/widgets/kernel/qwidgetwindow.cpp:688
88 #74 0x00007ffff478059b in QWidgetWindow::event (this=<optimized out>,
event=0x7fffffffd200) at
/usr/src/debug/qt6-base/qtbase/src/widgets/kernel/qwidgetwindow.cpp:293
89 #75 0x00007ffff470411f in QApplicationPrivate::notify_helper
(this=this@entry=0x555555d85b50, receiver=0x555556490730, e=0x7fffffffd200) at
/usr/src/debug/qt6-base/qtbase/src/widgets/kernel/qapplication.cpp:3276
90 #76 0x00007ffff4704ff6 in QApplication::notify (this=<optimized out>,
receiver=<optimized out>, e=e@entry=0x7fffffffd200) at
/usr/src/debug/qt6-base/qtbase/src/widgets/kernel/qapplication.cpp:3038
91 #77 0x0000555555a9d301 in app::Application::notify (this=<optimized out>,
receiver=<optimized out>, e=0x7fffffffd200) at
/usr/src/debug/glaxnimate/glaxnimate/external/QtAppSetup/src/app/application.cpp:107
92 #78 0x00007ffff3583658 in QCoreApplication::notifyInternal2
(receiver=0x555556490730, event=0x7fffffffd200) at
/usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qcoreapplication.cpp:1114
93 #79 0x00007ffff35836ad in QCoreApplication::sendSpontaneousEvent
(receiver=<optimized out>, event=<optimized out>) at
/usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qcoreapplication.cpp:1573
94 #80 0x00007ffff3db82c0 in QGuiApplicationPrivate::processMouseEvent
(e=0x5555577533a0) at
/usr/src/debug/qt6-base/qtbase/src/gui/kernel/qguiapplication.cpp:2500
95 #81 0x00007ffff3e3384c in QWindowSystemInterface::sendWindowSystemEvents
(flags=...) at
/usr/src/debug/qt6-base/qtbase/src/gui/kernel/qwindowsysteminterface.cpp:1117
96 #82 0x00007ffff4383524 in userEventSourceDispatch (source=<optimized out>)
at
/usr/src/debug/qt6-base/qtbase/src/gui/platform/unix/qeventdispatcher_glib.cpp:39
97 #83 0x00007fffef8febfd in g_main_dispatch (context=0x7fffd8000f00) at
../glib/glib/gmain.c:3591
98 #84 0x00007fffef900e57 in g_main_context_dispatch_unlocked
(context=0x7fffd8000f00) at ../glib/glib/gmain.c:4451
99 #85 g_main_context_iterate_unlocked (context=context@entry=0x7fffd8000f00,
block=block@entry=1, dispatch=dispatch@entry=1, self=<optimized out>) at
../glib/glib/gmain.c:4516
100 #86 0x00007fffef900fe5 in g_main_context_iteration (context=0x7fffd8000f00,
may_block=1) at ../glib/glib/gmain.c:4582
101 #87 0x00007ffff389d0b2 in QEventDispatcherGlib::processEvents
(this=0x555555d87040, flags=...) at
/usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qeventdispatcher_glib.cpp:402
102 #88 0x00007ffff3591983 in QEventLoop::processEvents (this=0x7fffffffd640,
flags=...) at
/usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qeventloop.cpp:109
103 #89 QEventLoop::exec (this=0x7fffffffd640, flags=...) at
/usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qeventloop.cpp:198
104 #90 0x00007ffff3586eaa in QCoreApplication::exec () at
/usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qcoreapplication.cpp:1457
105 #91 0x00007ffff470033a in QApplication::exec () at
/usr/src/debug/qt6-base/qtbase/src/widgets/kernel/qapplication.cpp:2546
106 #92 0x00005555556e651d in main (argc=<optimized out>, argv=<optimized out>)
at /usr/src/debug/glaxnimate/glaxnimate/src/gui/main.cpp:138
107 [Inferior 1 (process 402847) killed]
--
You are receiving this mail because:
You are watching all bug changes.