Bug 493544 - Neochat crashes after the initial login screen
Summary: Neochat crashes after the initial login screen
Status: REPORTED
Alias: None
Product: NeoChat
Classification: Applications
Component: General (show other bugs)
Version: 24.08.0
Platform: Flatpak Linux
: NOR crash
Target Milestone: ---
Assignee: Tobias Fella
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-09-23 18:32 UTC by Robert Riemann
Modified: 2024-09-29 07:56 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Riemann 2024-09-23 18:32:36 UTC
SUMMARY

Neochat crashes with a segfault after the initial login screen. I used `flatpak-coredumpctl org.kde.neochat`, gdb and where to get the stack trace of the core dump. Some other tool found that it may be the dereferencing of a void pointer.


STEPS TO REPRODUCE
1.  I start Neochat (installed from flatpak repository of fedora).
2.  I see the login screen with my one account.
3.  The window disappears.

ADDITIONAL INFORMATION

Fedora KDE 6 Platform                            org.fedoraproject.KDE6Platform                   40                       f40                   fedora            system
Fedora KDE 6 SDK                                 org.fedoraproject.KDE6Sdk                        40                       f40                   fedora            system



Stacktrace:

Core was generated by `neochat %u'.
Program terminated with signal SIGSEGV, Segmentation fault.
#0  0x0000559ebe5587fb in NeoChatRoom::qt_static_metacall(QObject*, QMetaObject::Call, int, void**) ()
[Current thread is 1 (Thread 0x7fa1e3353b40 (LWP 2))]
(gdb) where
#0  0x0000559ebe5587fb in NeoChatRoom::qt_static_metacall(QObject*, QMetaObject::Call, int, void**) ()
#1  0x0000559ebe5594a2 in NeoChatRoom::qt_metacall(QMetaObject::Call, int, void**) ()
#2  0x00007fa1ea461ddd in QV4::Object::metacall (this=0x7fa1b31bfb60, call=QMetaObject::ReadProperty, index=<optimized out>, a=0x7ffd4ce59620)
    at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/qml/jsruntime/qv4object_p.h:347
#3  QV4::ReferenceObject::readReference<QV4::Heap::QQmlValueTypeWrapper> (ref=<optimized out>) at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/qml/jsruntime/qv4referenceobject_p.h:133
#4  QV4::Heap::QQmlValueTypeWrapper::readReference (this=<optimized out>) at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/qml/qml/qqmlvaluetypewrapper.cpp:109
#5  QV4::QQmlValueTypeWrapper::readReferenceValue (this=0x7fa1b31bfae0) at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/qml/qml/qqmlvaluetypewrapper_p.h:139
#6  QV4::QQmlValueTypeWrapper::virtualResolveLookupGetter (object=0x7fa1b31bfae0, engine=0x559ec2c67be0, lookup=0x559ec901fc60)
    at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/qml/qml/qqmlvaluetypewrapper.cpp:640
#7  0x00007fa1ea2ae7f1 in QV4::Moth::VME::interpret (frame=0x0, 
    frame@entry=0x7ffd4ce598c0, engine=0x559ec2c67be0, code=0x7fa1d41f4970 "<@\030\n\254A\a\001\nP\037.B<C\030\a.D<E<F<G\030\n\254H\a\001\nP\004\022[L\002\022\\L\002\022]\030\006\002")
    at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/qml/jsruntime/qv4vme_moth.cpp:674
#8  0x00007fa1ea2b2edf in QV4::Moth::VME::exec (frame=frame@entry=0x7ffd4ce598c0, engine=engine@entry=0x559ec2c67be0) at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/qml/jsruntime/qv4vme_moth.cpp:487
#9  0x00007fa1ea1f2646 in QV4::doCall (self=<optimized out>, thisObject=thisObject@entry=0x7fa1b31bfad0, argv=<optimized out>, argc=<optimized out>, context=<optimized out>)
    at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/qml/jsruntime/qv4function.cpp:54
#10 0x00007fa1ea1f2b4d in QV4::Function::call (this=<optimized out>, thisObject=0x7fa1b31bfad0, thisObject@entry=0x7fa1b31bfab8, argv=argv@entry=0x7fa1b31bfad0, argc=<optimized out>, context=<optimized out>)
    at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/qml/jsruntime/qv4function.cpp:79
#11 0x00007fa1ea36decc in QQmlJavaScriptExpression::evaluate (this=this@entry=0x559ec90235a0, callData=callData@entry=0x7fa1b31bfaa0, isUndefined=isUndefined@entry=0x7ffd4ce59a80)
    at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/qml/qml/qqmljavascriptexpression.cpp:238
#12 0x00007fa1ea2fddb3 in QQmlBinding::evaluate (this=this@entry=0x559ec90235a0, isUndefined=isUndefined@entry=0x7ffd4ce59a80) at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/qml/qml/qqmlbinding.cpp:188
#13 0x00007fa1ea2fdeba in QQmlBinding::doUpdate (this=0x559ec90235a0, watcher=..., flags=..., scope=...) at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/qml/qml/qqmlbinding.cpp:699
#14 0x00007fa1ea301d18 in QQmlBinding::update (this=0x559ec90235a0, flags=...) at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/qml/qml/qqmlbinding.cpp:164
#15 0x00007fa1ea39f486 in QQmlObjectCreator::finalize (this=0x559ec8f9fce0, interrupt=...) at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/qml/qml/qqmlobjectcreator.cpp:1508
#16 0x00007fa1ea368e5c in QQmlIncubatorPrivate::incubate (this=this@entry=0x559ec9015360, i=...) at /usr/include/qt6/QtCore/qscopedpointer.h:90
#17 0x00007fa1ea369c0f in QQmlEnginePrivate::incubate (this=0x559ec2c671f0, i=<optimized out>, forContext=<optimized out>) at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/qml/qml/qqmlincubator.cpp:53
#18 0x00007fa1ea31ce42 in QQmlComponent::create (this=<optimized out>, incubator=..., context=<optimized out>, forContext=<optimized out>)
    at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/qml/qml/qqmlcomponent.cpp:1491
#19 0x00007fa1eaa26928 in QQuickLoaderPrivate::_q_sourceLoaded (this=0x559ec8ce4350) at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/quick/items/qquickloader.cpp:734
#20 0x00007fa1ea39f96e in QQmlObjectCreator::finalize (this=0x559ec8f2f420, interrupt=...) at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/qml/qml/qqmlobjectcreator.cpp:1567
#21 0x00007fa1ea31c949 in QQmlComponentPrivate::complete (enginePriv=0x559ec2c671f0, state=state@entry=0x559ec8e7e4b8) at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/qml/qml/ftw/qbipointer_p.h:133
#22 0x00007fa1ea322c5b in QQmlComponentPrivate::completeCreate (this=0x559ec8e7e400) at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/qml/qml/qqmlcomponent.cpp:1277
--Type <RET> for more, q to quit, c to continue without paging--c
#23 0x00007fa1ead07a2a in QQuickItemViewPrivate::createComponentItem (this=this@entry=0x559ec8f30070, component=0x559ec8f31380, zValue=zValue@entry=1, createDefault=createDefault@entry=false)
    at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/quick/items/qquickitemview.cpp:2528
#24 0x00007fa1ead1eff9 in QQuickListViewPrivate::updateHeader (this=0x559ec8f30070) at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/quick/items/qquicklistview.cpp:1530
#25 0x00007fa1ead0fe2d in QQuickItemView::componentComplete (this=0x559ec8f2f030) at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/quick/items/qquickitemview.cpp:1466
#26 0x00007fa1ea39f96e in QQmlObjectCreator::finalize (this=0x559ec8e80330, interrupt=...) at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/qml/qml/qqmlobjectcreator.cpp:1567
#27 0x00007fa1ea368e5c in QQmlIncubatorPrivate::incubate (this=this@entry=0x559ec8ece860, i=...) at /usr/include/qt6/QtCore/qscopedpointer.h:90
#28 0x00007fa1ea369c0f in QQmlEnginePrivate::incubate (this=0x559ec2c671f0, i=<optimized out>, forContext=<optimized out>) at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/qml/qml/qqmlincubator.cpp:53
#29 0x00007fa1ea31ce42 in QQmlComponent::create (this=<optimized out>, incubator=..., context=<optimized out>, forContext=<optimized out>)
    at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/qml/qml/qqmlcomponent.cpp:1491
#30 0x00007fa1eaa26928 in QQuickLoaderPrivate::_q_sourceLoaded (this=0x559ec8e15a90) at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/quick/items/qquickloader.cpp:734
#31 0x00007fa1ea39f96e in QQmlObjectCreator::finalize (this=0x559ec8e23cc0, interrupt=...) at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/qml/qml/qqmlobjectcreator.cpp:1567
#32 0x00007fa1ea368e5c in QQmlIncubatorPrivate::incubate (this=this@entry=0x559ec8dfd010, i=...) at /usr/include/qt6/QtCore/qscopedpointer.h:90
#33 0x00007fa1ea369c0f in QQmlEnginePrivate::incubate (this=0x559ec2c671f0, i=<optimized out>, forContext=<optimized out>) at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/qml/qml/qqmlincubator.cpp:53
#34 0x00007fa1ea31ce42 in QQmlComponent::create (this=<optimized out>, incubator=..., context=<optimized out>, forContext=<optimized out>)
    at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/qml/qml/qqmlcomponent.cpp:1491
#35 0x00007fa1eaa26928 in QQuickLoaderPrivate::_q_sourceLoaded (this=0x559ec2db8340) at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/quick/items/qquickloader.cpp:734
#36 0x00007fa1eaa26bbb in QQuickLoaderPrivate::load (this=<optimized out>) at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/quick/items/qquickloader.cpp:604
#37 0x00007fa1eaa26d12 in QQuickLoader::loadFromSourceComponent (this=<optimized out>) at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/quick/items/qquickloader.cpp:476
#38 0x00007fa1eaa276bd in QQuickLoader::setActive (this=0x559ec2de1060, newVal=<optimized out>) at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/quick/items/qquickloader.cpp:315
#39 0x00007fa1ea305a6b in QQmlPropertyData::writeProperty (this=<optimized out>, target=<optimized out>, value=<optimized out>, flags=...)
    at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/qml/qml/qqmlpropertydata_p.h:336
#40 GenericBinding<1>::doStore<bool> (this=<optimized out>, value=<optimized out>, pd=<optimized out>, flags=...) at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/qml/qml/qqmlbinding.cpp:275
#41 GenericBinding<1>::write (this=0x559ec2ed18e0, result=..., isUndefined=<optimized out>, flags=...) at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/qml/qml/qqmlbinding.cpp:238
#42 0x00007fa1ea2fdfe1 in QQmlBinding::doUpdate (this=0x559ec2ed18e0, watcher=..., flags=..., scope=...) at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/qml/qml/qqmlbinding.cpp:701
#43 0x00007fa1ea301d18 in QQmlBinding::update (this=0x559ec2ed18e0, flags=...) at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/qml/qml/qqmlbinding.cpp:164
#44 0x00007fa1ea39d195 in QQmlNotifier::emitNotify (endpoint=<optimized out>, a=0x0) at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/qml/qml/qqmlnotifier.cpp:70
#45 0x00007fa1e7dfc3ad in doActivate<false> (sender=0x559ec2cd0100, signal_index=66, argv=argv@entry=0x0) at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/corelib/kernel/qobject.cpp:3976
#46 0x00007fa1e7df319f in QMetaObject::activate (sender=<optimized out>, signalOffset=<optimized out>, local_signal_index=<optimized out>, argv=argv@entry=0x0)
    at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/corelib/kernel/qobject.cpp:4159
#47 0x00007fa1ea4662df in QQmlVMEMetaObject::activate (this=this@entry=0x559ec2cd24a0, object=<optimized out>, index=<optimized out>, args=args@entry=0x0)
    at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/qml/qml/qqmlvmemetaobject.cpp:1467
#48 0x00007fa1ea468898 in QQmlVMEMetaObject::metaCall (this=0x559ec2cd24a0, o=<optimized out>, c=<optimized out>, _id=<optimized out>, a=<optimized out>)
    at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/qml/qml/qqmlvmemetaobject.cpp:1021
#49 0x00007fa1ea3c2d51 in QQmlPropertyData::doMetacall<(QMetaObject::Call)2> (this=0x7fa1a840ba40, object=0x559ec2cdf2a0, idx=<optimized out>, argv=0x7ffd4ce5c690)
    at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/qml/qml/qqmlpropertydata_p.h:358
#50 QQmlPropertyData::writeProperty (this=this@entry=0x7fa1a840ba40, target=target@entry=0x559ec2cd0100, value=<optimized out>, Python Exception <class 'gdb.MemoryError'>: Cannot access memory at address 0x0
#51 0x00007fa1ea3c7fe5 in tryConvertAndAssign
    (object=<optimized out>, property=<optimized out>, value=<optimized out>, flags=..., propertyMetaType=..., variantMetaType=..., isUrl=<optimized out>)
    at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/qml/qml/qqmlproperty.cpp:1414
#52 QQmlPropertyPrivate::write (object=object@entry=0x559ec2cd0100, property=..., value=..., context=..., flags=..., flags@entry=...)
    at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/qml/qml/qqmlproperty.cpp:1532
#53 0x00007fa1ea24704c in QV4::QObjectWrapper::setProperty (engine=engine@entry=0x559ec2c67be0, object=object@entry=0x559ec2cd0100, property=0x7fa1a840ba40, value=...) at /usr/include/qt6/QtCore/qflags.h:73
#54 0x00007fa1ea2478ee in QV4::QObjectWrapper::setQmlProperty (engine=engine@entry=0x559ec2c67be0, qmlContext=..., object=0x559ec2cd0100, name=<optimized out>, flags=flags@entry=..., value=...)
    at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/qml/jsruntime/qv4qobjectwrapper.cpp:567
#55 0x00007fa1ea23911c in QV4::QQmlContextWrapper::virtualPut (m=<optimized out>, id=..., value=..., receiver=<optimized out>)
    at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/qml/jsruntime/qv4qmlcontext.cpp:478
#56 0x00007fa1ea19dbc9 in QV4::Object::put (this=0x7fa1b31bfa78, name=0x7fa1b31bfa70, v=..., receiver=0x7fa1b31bfa78) at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/qml/jsruntime/qv4string_p.h:140
#57 QV4::ExecutionContext::setProperty (this=<optimized out>, name=0x7fa1b31bfa70, value=...) at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/qml/jsruntime/qv4context.cpp:278
#58 0x00007fa1ea26c4ff in QV4::Runtime::StoreNameSloppy::call (engine=0x559ec2c67be0, nameIndex=<optimized out>, value=...) at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/qml/jsruntime/qv4runtime.cpp:986
#59 0x00007fa1ea2ad63c in QV4::Moth::VME::interpret (frame=0x0, frame@entry=0x7ffd4ce5cec0, engine=0x559ec2c67be0, code=0x7fa1d420ddfb "\n\030\a", <incomplete sequence \345>)
    at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/qml/jsruntime/qv4vme_moth.cpp:623
#60 0x00007fa1ea2b2edf in QV4::Moth::VME::exec (frame=frame@entry=0x7ffd4ce5cec0, engine=engine@entry=0x559ec2c67be0) at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/qml/jsruntime/qv4vme_moth.cpp:487
#61 0x00007fa1ea1f2646 in QV4::doCall (self=<optimized out>, thisObject=thisObject@entry=0x7fa1b31bf9f8, argv=<optimized out>, argc=argc@entry=0, context=<optimized out>)
    at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/qml/jsruntime/qv4function.cpp:54
#62 0x00007fa1ea1f2b4d in QV4::Function::call (this=this@entry=0x559ec2b1ac10, thisObject=0x7fa1b31bf9f8, argv=argv@entry=0x7fa1b31bf9f8, argc=argc@entry=0, context=context@entry=0x7fa1cd5a8a68)
    at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/qml/jsruntime/qv4function.cpp:79
#63 0x00007fa1ea1f2e79 in operator() (__closure=<synthetic pointer>, thisObject=<optimized out>, argv=0x7fa1b31bf9f8, argc=0) at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/qml/jsruntime/qv4function.cpp:30
#64 QV4::convertAndCall<QV4::Function::call(QObject*, void**, const QMetaType*, int, QV4::ExecutionContext*)::<lambda(const QV4::Value*, const QV4::Value*, int)> >
    (engine=<optimized out>, thisObject=0x559ec2cd0100, a=0x7ffd4ce5d1a0, types=0x7ffd4ce5d1b0, argc=0, call=...) at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/qml/jsruntime/qv4jscall_p.h:202
#65 QV4::Function::call (this=0x559ec2b1ac10, thisObject=0x559ec2cd0100, a=a@entry=0x7ffd4ce5d1a0, types=types@entry=0x7ffd4ce5d1b0, argc=0, context=0x7fa1cd5a8a68)
    at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/qml/jsruntime/qv4function.cpp:27
#66 0x00007fa1ea36e2d7 in QQmlJavaScriptExpression::evaluate (this=<optimized out>, a=a@entry=0x7ffd4ce5d1a0, types=types@entry=0x7ffd4ce5d1b0, argc=argc@entry=0)
    at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/qml/qml/qqmljavascriptexpression_p.h:248
#67 0x00007fa1ea30be43 in QQmlBoundSignalExpression::evaluate (this=0x559ec2ed0700, a=a@entry=0x0) at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/qml/qml/qqmlboundsignal.cpp:199
#68 0x00007fa1ea30c800 in QQmlBoundSignal_callback (e=0x559ec2dedca0, a=0x0) at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/qml/qml/ftw/qqmlrefcount_p.h:73
#69 0x00007fa1ea39d195 in QQmlNotifier::emitNotify (endpoint=<optimized out>, a=0x0) at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/qml/qml/qqmlnotifier.cpp:70
#70 0x00007fa1e7dfc3ad in doActivate<false> (sender=0x559ec2cd0100, signal_index=37, argv=0x0) at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/corelib/kernel/qobject.cpp:3976
#71 0x00007fa1e7df2b47 in QMetaObject::activate (sender=sender@entry=0x559ec2cd0100, m=m@entry=0x7fa1e56436e0 <QQuickPopup::staticMetaObject>, local_signal_index=local_signal_index@entry=34, argv=argv@entry=0x0)
    at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/corelib/kernel/qobject.cpp:4146
#72 0x00007fa1e5519577 in QQuickPopup::modalChanged (this=this@entry=0x559ec2cd0100)
    at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/redhat-linux-build/src/quicktemplates/QuickTemplates2_autogen/include/moc_qquickpopup_p.cpp:1653
#73 0x00007fa1e551fa6f in QQuickPopup::setModal (this=0x559ec2cd0100, modal=false) at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/quicktemplates/qquickpopup.cpp:2102
#74 0x00007fa1ea305a6b in QQmlPropertyData::writeProperty (this=<optimized out>, target=<optimized out>, value=<optimized out>, flags=...)
    at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/qml/qml/qqmlpropertydata_p.h:336
#75 GenericBinding<1>::doStore<bool> (this=<optimized out>, value=<optimized out>, pd=<optimized out>, flags=...) at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/qml/qml/qqmlbinding.cpp:275
#76 GenericBinding<1>::write (this=0x559ec2dedc10, result=..., isUndefined=<optimized out>, flags=...) at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/qml/qml/qqmlbinding.cpp:238
#77 0x00007fa1ea2fdfe1 in QQmlBinding::doUpdate (this=0x559ec2dedc10, watcher=..., flags=..., scope=...) at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/qml/qml/qqmlbinding.cpp:701
#78 0x00007fa1ea301d18 in QQmlBinding::update (this=0x559ec2dedc10, flags=...) at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/qml/qml/qqmlbinding.cpp:164
#79 0x00007fa1ea39d195 in QQmlNotifier::emitNotify (endpoint=<optimized out>, a=0x0) at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/qml/qml/qqmlnotifier.cpp:70
#80 0x00007fa1e7dfc3ad in doActivate<false> (sender=0x559ec2cd0100, signal_index=49, argv=0x0) at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/corelib/kernel/qobject.cpp:3976
#81 0x00007fa1e552592f in QQuickPopupItem::itemChange (this=<optimized out>, change=QQuickItem::ItemEnabledHasChanged, data=...)
    at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/quicktemplates/qquickpopupitem.cpp:283
#82 0x00007fa1ea9fac04 in QQuickItemPrivate::itemChange (this=this@entry=0x559ec2cd0490, change=change@entry=QQuickItem::ItemEnabledHasChanged, data=...)
    at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/quick/items/qquickitem.cpp:6866
#83 0x00007fa1ea9fb4fa in QQuickItemPrivate::setEffectiveEnableRecur (this=0x559ec2cd0490, scope=0x0, newEffectiveEnable=<optimized out>)
    at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/quick/items/qquickitem.cpp:6673
#84 0x00007fa1ea305a6b in QQmlPropertyData::writeProperty (this=<optimized out>, target=<optimized out>, value=<optimized out>, flags=...)
    at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/qml/qml/qqmlpropertydata_p.h:336
#85 GenericBinding<1>::doStore<bool> (this=<optimized out>, value=<optimized out>, pd=<optimized out>, flags=...) at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/qml/qml/qqmlbinding.cpp:275
#86 GenericBinding<1>::write (this=0x559ec2dedb80, result=..., isUndefined=<optimized out>, flags=...) at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/qml/qml/qqmlbinding.cpp:238
#87 0x00007fa1ea2fdfe1 in QQmlBinding::doUpdate (this=0x559ec2dedb80, watcher=..., flags=..., scope=...) at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/qml/qml/qqmlbinding.cpp:701
#88 0x00007fa1ea301d18 in QQmlBinding::update (this=0x559ec2dedb80, flags=...) at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/qml/qml/qqmlbinding.cpp:164
#89 0x00007fa1ea39d195 in QQmlNotifier::emitNotify (endpoint=<optimized out>, a=0x0) at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/qml/qml/qqmlnotifier.cpp:70
#90 0x00007fa1e7dfc3ad in doActivate<false> (sender=0x559ec2b8beb0, signal_index=73, argv=0x0) at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/corelib/kernel/qobject.cpp:3976
#91 0x00007fa1ea39d195 in QQmlNotifier::emitNotify (endpoint=<optimized out>, a=0x0) at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/qml/qml/qqmlnotifier.cpp:70
#92 0x00007fa1e7dfc3ad in doActivate<false> (sender=0x559ec2b735a0, signal_index=40, argv=0x0) at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/corelib/kernel/qobject.cpp:3976
#93 0x00007fa1e7df2b47 in QMetaObject::activate (sender=<optimized out>, m=m@entry=0x7fa1cdffaf20 <ColumnView::staticMetaObject>, local_signal_index=local_signal_index@entry=7, argv=argv@entry=0x0)
    at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/corelib/kernel/qobject.cpp:4146
#94 0x00007fa1cdfb4794 in ColumnView::visibleItemsChanged (this=<optimized out>) at /usr/src/debug/kf6-kirigami-6.5.0-1.fc40.x86_64/redhat-linux-build/src/layouts/KirigamiLayouts_autogen/include/moc_columnview.cpp:1274
#95 ContentItem::updateVisibleItems (this=0x559ec2cb1680) at /usr/src/debug/kf6-kirigami-6.5.0-1.fc40.x86_64/src/layouts/columnview.cpp:728
#96 0x00007fa1cdfba6af in ContentItem::geometryChange (this=0x559ec2cb1680, newGeometry=..., oldGeometry=...) at /usr/src/debug/kf6-kirigami-6.5.0-1.fc40.x86_64/src/layouts/columnview.cpp:896
#97 0x00007fa1ea9f5dd6 in QQuickItem::setWidth (this=this@entry=0x559ec2cb1680, w=w@entry=722) at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/quick/items/qquickitem.cpp:7300
#98 0x00007fa1cdfb711a in ContentItem::layoutItems (this=0x559ec2cb1680) at /usr/src/debug/kf6-kirigami-6.5.0-1.fc40.x86_64/src/layouts/columnview.cpp:626
#99 0x00007fa1e7dfc872 in QtPrivate::QSlotObjectBase::call (this=0x559ec8e0de20, r=<optimized out>, a=0x7ffd4ce64178) at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/corelib/kernel/qobjectdefs_impl.h:469
#100 doActivate<false> (sender=0x559ec8b0c770, signal_index=19, argv=0x7ffd4ce64178) at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/corelib/kernel/qobject.cpp:4086
#101 0x00007fa1e7df2b47 in QMetaObject::activate (sender=sender@entry=0x559ec8b0c770, m=m@entry=0x7fa1eaef23c0, local_signal_index=local_signal_index@entry=16, argv=argv@entry=0x0)
    at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/corelib/kernel/qobject.cpp:4146
#102 0x00007fa1ea9eb097 in QQuickItem::visibleChanged (this=this@entry=0x559ec8b0c770) at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/redhat-linux-build/src/quick/Quick_autogen/include/moc_qquickitem.cpp:1431
#103 0x00007fa1ea9fb308 in QQuickItemPrivate::setEffectiveVisibleRecur (this=this@entry=0x559ec8d3e2c0, newEffectiveVisible=<optimized out>)
    at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/quick/items/qquickitem.cpp:6620
#104 0x00007fa1eaa05edf in QQuickItem::setParentItem (this=0x559ec8b0c770, parentItem=<optimized out>) at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/quick/items/qquickitem.cpp:2782
#105 0x00007fa1cdfaf04b in ContentItem::connectHeader (this=<optimized out>, newHeader=<optimized out>, oldHeader=0x0) at /usr/src/debug/kf6-kirigami-6.5.0-1.fc40.x86_64/src/layouts/columnview.cpp:949
#106 0x00007fa1cdfb8052 in ContentItem::connectHeader (this=<optimized out>, oldHeader=0x0, newHeader=<optimized out>) at /usr/src/debug/kf6-kirigami-6.5.0-1.fc40.x86_64/src/layouts/columnview.cpp:946
#107 ColumnView::insertItem (this=0x559ec2b735a0, pos=1, item=0x559ec8b0c270) at /usr/src/debug/kf6-kirigami-6.5.0-1.fc40.x86_64/src/layouts/columnview.cpp:1297
#108 0x00007fa1cdfbab84 in ColumnView::qt_metacall (this=0x559ec2b735a0, _c=QMetaObject::InvokeMetaMethod, _id=23, _a=0x7ffd4ce646c8)
    at /usr/src/debug/kf6-kirigami-6.5.0-1.fc40.x86_64/redhat-linux-build/src/layouts/KirigamiLayouts_autogen/include/moc_columnview.cpp:1212
#109 0x00007fa1ea3b3caa in QQmlObjectOrGadget::metacall (this=this@entry=0x7ffd4ce64990, type=type@entry=QMetaObject::InvokeMetaMethod, index=<optimized out>, index@entry=82, argv=<optimized out>)
    at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/qml/qml/qqmlobjectorgadget.cpp:14
#110 0x00007fa1ea24f1c2 in QV4::CallMethod
    (object=..., index=<optimized out>, returnType=..., argCount=<optimized out>, argTypes=<optimized out>, engine=<optimized out>, callArgs=<optimized out>, callType=<optimized out>)
    at /usr/include/qt6/QtCore/qvarlengtharray.h:84
#111 QV4::CallPrecise (object=..., data=<optimized out>, engine=<optimized out>, engine@entry=0x559ec2c67be0, callArgs=<optimized out>, 
    callArgs@entry=0x7fa1b31bf9a0, callType=callType@entry=QMetaObject::InvokeMetaMethod) at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/qml/jsruntime/qv4qobjectwrapper.cpp:1950
#112 0x00007fa1ea250b11 in operator() (__closure=<optimized out>) at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/qml/jsruntime/qv4qobjectwrapper.cpp:2924
#113 operator()<QV4::QObjectMethod::callInternal(const QV4::Value*, const QV4::Value*, int) const::<lambda()> > (__closure=<synthetic pointer>, call=<optimized out>)
    at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/qml/jsruntime/qv4qobjectwrapper.cpp:2901
#114 QV4::QObjectMethod::callInternal (this=<optimized out>, thisObject=<optimized out>, argv=0x7fa1b31bf960, argc=2) at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/qml/jsruntime/qv4qobjectwrapper.cpp:2924
#115 0x00007fa1ea2b0b0d in QV4::FunctionObject::call (this=<optimized out>, thisObject=<optimized out>, argv=<optimized out>, argc=<optimized out>)
    at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/qml/jsruntime/qv4functionobject_p.h:171
#116 QV4::Moth::VME::interpret (frame=0x0, frame@entry=0x7ffd4ce64c90, engine=0x559ec2c67be0, code=0x7fa1b31bf948 "") at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/qml/jsruntime/qv4vme_moth.cpp:798
#117 0x00007fa1ea2b2edf in QV4::Moth::VME::exec (frame=frame@entry=0x7ffd4ce64c90, engine=engine@entry=0x559ec2c67be0) at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/qml/jsruntime/qv4vme_moth.cpp:487
#118 0x00007fa1ea1f736f in qfoDoCall (fo=<optimized out>, thisObject=<optimized out>, argv=<optimized out>, argc=<optimized out>)
    at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/qml/jsruntime/qv4functionobject.cpp:526
#119 0x00007fa1ea2b0b0d in QV4::FunctionObject::call (this=<optimized out>, thisObject=<optimized out>, argv=<optimized out>, argc=<optimized out>)
    at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/qml/jsruntime/qv4functionobject_p.h:171
#120 QV4::Moth::VME::interpret (frame=0x0, frame@entry=0x7ffd4ce64f60, engine=0x559ec2c67be0, code=0x7fa1b31bf870 "") at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/qml/jsruntime/qv4vme_moth.cpp:798
#121 0x00007fa1ea2b2edf in QV4::Moth::VME::exec (frame=frame@entry=0x7ffd4ce64f60, engine=engine@entry=0x559ec2c67be0) at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/qml/jsruntime/qv4vme_moth.cpp:487
#122 0x00007fa1ea1f736f in qfoDoCall (fo=<optimized out>, thisObject=<optimized out>, argv=<optimized out>, argc=<optimized out>)
    at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/qml/jsruntime/qv4functionobject.cpp:526
#123 0x00007fa1ea2b0b0d in QV4::FunctionObject::call (this=<optimized out>, thisObject=<optimized out>, argv=<optimized out>, argc=<optimized out>)
    at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/qml/jsruntime/qv4functionobject_p.h:171
#124 QV4::Moth::VME::interpret (frame=0x0, frame@entry=0x7ffd4ce65230, engine=0x559ec2c67be0, code=0x7fa1b31bf7a0 "") at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/qml/jsruntime/qv4vme_moth.cpp:798
#125 0x00007fa1ea2b2edf in QV4::Moth::VME::exec (frame=frame@entry=0x7ffd4ce65230, engine=engine@entry=0x559ec2c67be0) at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/qml/jsruntime/qv4vme_moth.cpp:487
#126 0x00007fa1ea1f736f in qfoDoCall (fo=<optimized out>, thisObject=<optimized out>, argv=<optimized out>, argc=<optimized out>)
    at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/qml/jsruntime/qv4functionobject.cpp:526
#127 0x00007fa1ea2b0b0d in QV4::FunctionObject::call (this=<optimized out>, thisObject=<optimized out>, argv=<optimized out>, argc=<optimized out>)
    at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/qml/jsruntime/qv4functionobject_p.h:171
#128 QV4::Moth::VME::interpret (frame=0x0, frame@entry=0x7ffd4ce65500, engine=0x559ec2c67be0, code=0x7fa1b31bf6d0 " \276\n\270\241\177")
    at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/qml/jsruntime/qv4vme_moth.cpp:798
#129 0x00007fa1ea2b2edf in QV4::Moth::VME::exec (frame=frame@entry=0x7ffd4ce65500, engine=engine@entry=0x559ec2c67be0) at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/qml/jsruntime/qv4vme_moth.cpp:487
#130 0x00007fa1ea1f736f in qfoDoCall (fo=<optimized out>, thisObject=<optimized out>, argv=<optimized out>, argc=<optimized out>)
    at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/qml/jsruntime/qv4functionobject.cpp:526
#131 0x00007fa1ea2b0b0d in QV4::FunctionObject::call (this=<optimized out>, thisObject=<optimized out>, argv=<optimized out>, argc=<optimized out>)
    at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/qml/jsruntime/qv4functionobject_p.h:171
#132 QV4::Moth::VME::interpret (frame=0x0, frame@entry=0x7ffd4ce657d0, engine=0x559ec2c67be0, code=0x7fa1b31bf648 "\300\020\n\270\241\177")
    at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/qml/jsruntime/qv4vme_moth.cpp:798
#133 0x00007fa1ea2b2edf in QV4::Moth::VME::exec (frame=frame@entry=0x7ffd4ce657d0, engine=engine@entry=0x559ec2c67be0) at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/qml/jsruntime/qv4vme_moth.cpp:487
#134 0x00007fa1ea1f2646 in QV4::doCall (self=<optimized out>, thisObject=thisObject@entry=0x7fa1b31bf608, argv=<optimized out>, argc=argc@entry=0, context=<optimized out>)
    at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/qml/jsruntime/qv4function.cpp:54
#135 0x00007fa1ea1f2b4d in QV4::Function::call (this=this@entry=0x559ec2afcd70, thisObject=0x7fa1b31bf608, argv=argv@entry=0x7fa1b31bf608, argc=argc@entry=0, context=context@entry=0x7fa1c5607f40)
    at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/qml/jsruntime/qv4function.cpp:79
#136 0x00007fa1ea1f2e79 in operator() (__closure=<synthetic pointer>, thisObject=<optimized out>, argv=0x7fa1b31bf608, argc=0) at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/qml/jsruntime/qv4function.cpp:30
#137 QV4::convertAndCall<QV4::Function::call(QObject*, void**, const QMetaType*, int, QV4::ExecutionContext*)::<lambda(const QV4::Value*, const QV4::Value*, int)> >
    (engine=<optimized out>, thisObject=0x559ec2ea3df0, a=0x7ffd4ce67a00, types=0x7ffd4ce65ae8, argc=0, call=...) at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/qml/jsruntime/qv4jscall_p.h:202
#138 QV4::Function::call (this=0x559ec2afcd70, thisObject=0x559ec2ea3df0, a=a@entry=0x7ffd4ce67a00, types=0x7ffd4ce65ae8, argc=0, context=0x7fa1c5607f40)
    at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/qml/jsruntime/qv4function.cpp:27
#139 0x00007fa1ea36e2d7 in QQmlJavaScriptExpression::evaluate (this=this@entry=0x559ec2dfb130, a=a@entry=0x7ffd4ce67a00, types=<optimized out>, argc=argc@entry=0)
    at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/qml/qml/qqmljavascriptexpression_p.h:248
#140 0x00007fa1ea30bcad in QQmlBoundSignalExpression::evaluate (this=0x559ec2dfb130, a=a@entry=0x7ffd4ce67a00) at /usr/include/qt6/QtCore/qvarlengtharray.h:85
#141 0x00007fa1ea30c800 in QQmlBoundSignal_callback (e=0x559ec2dfb1a0, a=0x7ffd4ce67a00) at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/qml/qml/ftw/qqmlrefcount_p.h:73
#142 0x00007fa1ea39d195 in QQmlNotifier::emitNotify (endpoint=<optimized out>, a=0x7ffd4ce67a00) at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/qml/qml/qqmlnotifier.cpp:70
#143 0x00007fa1e7dfc3ad in doActivate<false> (sender=0x559ec2ea3df0, signal_index=98, argv=argv@entry=0x7ffd4ce67a00) at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/corelib/kernel/qobject.cpp:3976
#144 0x00007fa1e7df319f in QMetaObject::activate (sender=<optimized out>, signalOffset=<optimized out>, local_signal_index=<optimized out>, argv=argv@entry=0x7ffd4ce67a00)
    at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/corelib/kernel/qobject.cpp:4159
#145 0x00007fa1ea4662df in QQmlVMEMetaObject::activate (this=this@entry=0x559ec2e5e200, object=<optimized out>, index=index@entry=124, args=args@entry=0x7ffd4ce67a00)
    at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/qml/qml/qqmlvmemetaobject.cpp:1467
#146 0x00007fa1ea46869b in QQmlVMEMetaObject::metaCall (this=0x559ec2e5e200, o=<optimized out>, c=QMetaObject::InvokeMetaMethod, _id=124, a=0x7ffd4ce67a00)
    at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/qml/qml/qqmlvmemetaobject.cpp:1121
#147 0x00007fa1ea3b3caa in QQmlObjectOrGadget::metacall (this=this@entry=0x7ffd4ce67c80, type=type@entry=QMetaObject::InvokeMetaMethod, index=<optimized out>, index@entry=124, argv=argv@entry=0x7ffd4ce67a00)
    at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/qml/qml/qqmlobjectorgadget.cpp:14
#148 0x00007fa1ea24dfbb in QV4::CallMethod (object=..., index=124, returnType=..., argCount=0, argTypes=0x0, engine=<optimized out>, callArgs=<optimized out>, callType=QMetaObject::InvokeMetaMethod)
    at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/qml/jsruntime/qv4qobjectwrapper.cpp:1663
#149 QV4::CallPrecise (object=..., data=<optimized out>, engine=<optimized out>, engine@entry=0x559ec2c67be0, callArgs=<optimized out>, 
    callArgs@entry=0x7fa1b31bf5d0, callType=callType@entry=QMetaObject::InvokeMetaMethod) at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/qml/jsruntime/qv4qobjectwrapper.cpp:1956
#150 0x00007fa1ea250b11 in operator() (__closure=<optimized out>) at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/qml/jsruntime/qv4qobjectwrapper.cpp:2924
#151 operator()<QV4::QObjectMethod::callInternal(const QV4::Value*, const QV4::Value*, int) const::<lambda()> > (__closure=<synthetic pointer>, call=<optimized out>)
    at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/qml/jsruntime/qv4qobjectwrapper.cpp:2901
#152 QV4::QObjectMethod::callInternal (this=<optimized out>, thisObject=<optimized out>, argv=0x7fa1b31bf500, argc=0) at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/qml/jsruntime/qv4qobjectwrapper.cpp:2924
#153 0x00007fa1ea2b0b0d in QV4::FunctionObject::call (this=<optimized out>, thisObject=<optimized out>, argv=<optimized out>, argc=<optimized out>)
    at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/qml/jsruntime/qv4functionobject_p.h:171
#154 QV4::Moth::VME::interpret (frame=0x0, frame@entry=0x7ffd4ce67f80, engine=0x559ec2c67be0, code=0x7fa1b31bf548 "\200\t\017\270\241\177")
    at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/qml/jsruntime/qv4vme_moth.cpp:798
#155 0x00007fa1ea2b2edf in QV4::Moth::VME::exec (frame=frame@entry=0x7ffd4ce67f80, engine=engine@entry=0x559ec2c67be0) at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/qml/jsruntime/qv4vme_moth.cpp:487
#156 0x00007fa1ea1f2646 in QV4::doCall (self=<optimized out>, thisObject=thisObject@entry=0x7fa1b31bf4f8, argv=<optimized out>, argc=argc@entry=0, context=<optimized out>)
    at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/qml/jsruntime/qv4function.cpp:54
#157 0x00007fa1ea1f2b4d in QV4::Function::call (this=this@entry=0x559ec2e9ca10, thisObject=0x7fa1b31bf4f8, argv=argv@entry=0x7fa1b31bf4f8, argc=argc@entry=0, context=context@entry=0x7fa1c5607710)
    at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/qml/jsruntime/qv4function.cpp:79
#158 0x00007fa1ea1f2e79 in operator() (__closure=<synthetic pointer>, thisObject=<optimized out>, argv=0x7fa1b31bf4f8, argc=0) at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/qml/jsruntime/qv4function.cpp:30
#159 QV4::convertAndCall<QV4::Function::call(QObject*, void**, const QMetaType*, int, QV4::ExecutionContext*)::<lambda(const QV4::Value*, const QV4::Value*, int)> >
    (engine=<optimized out>, thisObject=0x559ec2e132d0, a=0x7ffd4ce68260, types=0x7ffd4ce68270, argc=0, call=...) at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/qml/jsruntime/qv4jscall_p.h:202
#160 QV4::Function::call (this=0x559ec2e9ca10, thisObject=0x559ec2e132d0, a=a@entry=0x7ffd4ce68260, types=types@entry=0x7ffd4ce68270, argc=0, context=0x7fa1c5607710)
    at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/qml/jsruntime/qv4function.cpp:27
#161 0x00007fa1ea36e2d7 in QQmlJavaScriptExpression::evaluate (this=<optimized out>, a=a@entry=0x7ffd4ce68260, types=types@entry=0x7ffd4ce68270, argc=argc@entry=0)
    at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/qml/qml/qqmljavascriptexpression_p.h:248
#162 0x00007fa1ea30be43 in QQmlBoundSignalExpression::evaluate (this=0x559ec2e2da00, a=a@entry=0x0) at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/qml/qml/qqmlboundsignal.cpp:199
#163 0x00007fa1ea30c800 in QQmlBoundSignal_callback (e=0x559ec2e2f840, a=0x0) at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/qml/qml/ftw/qqmlrefcount_p.h:73
#164 0x00007fa1ea39d195 in QQmlNotifier::emitNotify (endpoint=<optimized out>, a=0x0) at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/qml/qml/qqmlnotifier.cpp:70
#165 0x00007fa1e7dfc3ad in doActivate<false> (sender=0x559ec2e132d0, signal_index=35, argv=0x0) at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/corelib/kernel/qobject.cpp:3976
#166 0x00007fa1e7df2b47 in QMetaObject::activate (sender=sender@entry=0x559ec2e132d0, m=m@entry=0x7fa1eaf1a000 <QQuickRepeater::staticMetaObject>, local_signal_index=local_signal_index@entry=2, argv=argv@entry=0x0)
    at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/corelib/kernel/qobject.cpp:4146
#167 0x00007fa1ead6d717 in QQuickRepeater::countChanged (this=this@entry=0x559ec2e132d0)
    at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/redhat-linux-build/src/quick/Quick_autogen/include/moc_qquickrepeater_p.cpp:327
#168 0x00007fa1ead6e795 in QQuickRepeater::setModel (this=0x559ec2e132d0, m=<optimized out>) at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/quick/items/qquickrepeater.cpp:207
#169 0x00007fa1ea3c2ccf in QQmlPropertyData::writeProperty (this=this@entry=0x7fa1a8380f50, target=target@entry=0x559ec2e132d0, value=value@entry=0x7ffd4ce6a0f0, Python Exception <class 'gdb.MemoryError'>: Cannot access memory at address 0x0
#170 0x00007fa1ea3c7e2c in QQmlPropertyPrivate::write
    (object=0x559ec2e132d0, property=..., value=..., context=..., flags=...) at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/qml/qml/qqmlproperty.cpp:1536
#171 0x00007fa1ea3cc443 in QQmlPropertyPrivate::writeValueProperty (object=<optimized out>, core=<optimized out>, valueTypeData=<optimized out>, value=..., context=..., flags=...)
    at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/qml/qml/qqmlproperty.cpp:1301
#172 0x00007fa1ea300975 in QQmlBinding::slowWrite (this=this@entry=0x559ec2dc2460, core=..., valueTypeData=..., result=..., isUndefined=isUndefined@entry=false, flags=..., flags@entry=...)
    at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/qml/qml/qqmlbinding.cpp:540
#173 0x00007fa1ea3043c5 in GenericBinding<0>::write (this=0x559ec2dc2460, result=..., isUndefined=false, flags=...) at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/qml/qml/qqmlbinding.cpp:268
#174 0x00007fa1ea2fdfe1 in QQmlBinding::doUpdate (this=0x559ec2dc2460, watcher=..., flags=..., scope=...) at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/qml/qml/qqmlbinding.cpp:701
#175 0x00007fa1ea301d18 in QQmlBinding::update (this=0x559ec2dc2460, flags=...) at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/qml/qml/qqmlbinding.cpp:164
#176 0x00007fa1ea39d195 in QQmlNotifier::emitNotify (endpoint=<optimized out>, a=0x0) at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/qml/qml/qqmlnotifier.cpp:70
#177 0x00007fa1e7dfc3ad in doActivate<false> (sender=0x559ebe9d7fc0, signal_index=7, argv=0x0) at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/corelib/kernel/qobject.cpp:3976
#178 0x00007fa1e7dfc872 in QtPrivate::QSlotObjectBase::call (this=0x559ec321a720, r=<optimized out>, a=0x7ffd4ce6be08) at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/corelib/kernel/qobjectdefs_impl.h:469
#179 doActivate<false> (sender=0x559ec3233a50, signal_index=7, argv=0x7ffd4ce6be08) at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/corelib/kernel/qobject.cpp:4086
#180 0x00007fa1e9ccf5b0 in Quotient::Connection::Private::completeSetup(QString const&, bool) () at /app/lib64/libQuotientQt6.so.0.8
#181 0x00007fa1e9cf833a in QtPrivate::QCallableObject<Quotient::Connection::assumeIdentity(QString const&, QString const&)::{lambda()#1}::operator()() const::{lambda()#1}, QtPrivate::List<>, void>::impl(int, QtPrivate::QSlotObjectBase*, QObject*, void**, bool*) [clone .lto_priv.0] () at /app/lib64/libQuotientQt6.so.0.8
#182 0x00007fa1e7dfc872 in QtPrivate::QSlotObjectBase::call (this=0x559ec3209960, r=<optimized out>, a=0x7ffd4ce6c0d0) at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/corelib/kernel/qobjectdefs_impl.h:469
#183 doActivate<false> (sender=0x559ec3014fe0, signal_index=10, argv=0x7ffd4ce6c0d0) at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/corelib/kernel/qobject.cpp:4086
#184 0x00007fa1e9cb51f4 in Quotient::BaseJob::success(Quotient::BaseJob*) () at /app/lib64/libQuotientQt6.so.0.8
#185 0x00007fa1e9d6def5 in Quotient::BaseJob::finishJob() () at /app/lib64/libQuotientQt6.so.0.8
#186 0x00007fa1e7dfc872 in QtPrivate::QSlotObjectBase::call (this=0x559ec33441a0, r=<optimized out>, a=0x7ffd4ce6c238) at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/corelib/kernel/qobjectdefs_impl.h:469
#187 doActivate<false> (sender=0x559ec32dda60, signal_index=12, argv=0x7ffd4ce6c238) at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/corelib/kernel/qobject.cpp:4086
#188 0x00007fa1e7df2b47 in QMetaObject::activate (sender=sender@entry=0x559ec32dda60, m=m@entry=0x7fa1e85f1680, local_signal_index=local_signal_index@entry=3, argv=argv@entry=0x0)
    at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/corelib/kernel/qobject.cpp:4146
#189 0x00007fa1e848f187 in QNetworkReply::finished (this=this@entry=0x559ec32dda60) at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/redhat-linux-build/src/network/Network_autogen/include/moc_qnetworkreply.cpp:435
#190 0x00007fa1e8538d41 in QNetworkReplyHttpImplPrivate::finished (this=0x559ec315ac10) at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/network/access/qnetworkreplyhttpimpl.cpp:2147
#191 0x00007fa1e7dedd4b in QObject::event (this=0x559ec32dda60, e=0x7fa16c01a080) at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/corelib/kernel/qobject.cpp:1452
#192 0x00007fa1e938b218 in QApplicationPrivate::notify_helper (this=<optimized out>, receiver=0x559ec32dda60, e=0x7fa16c01a080) at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/widgets/kernel/qapplication.cpp:3287
#193 0x00007fa1e7d96dc8 in QCoreApplication::notifyInternal2 (receiver=0x559ec32dda60, event=0x7fa16c01a080) at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/corelib/kernel/qcoreapplication.cpp:1142
#194 0x00007fa1e7d9702d in QCoreApplication::sendEvent (receiver=<optimized out>, event=<optimized out>) at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/corelib/kernel/qcoreapplication.cpp:1583
#195 0x00007fa1e7d9ab91 in QCoreApplicationPrivate::sendPostedEvents (receiver=0x0, event_type=0, data=0x559ec28d9610) at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/corelib/kernel/qcoreapplication.cpp:1940
#196 0x00007fa1e7d9ae3d in QCoreApplication::sendPostedEvents (receiver=<optimized out>, event_type=<optimized out>) at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/corelib/kernel/qcoreapplication.cpp:1797
#197 0x00007fa1e80858ef in postEventSourceDispatch (s=0x559ec2a1d6f0) at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/corelib/kernel/qeventdispatcher_glib.cpp:244
#198 0x00007fa1e4d0ee8c in g_main_dispatch (context=0x7fa1d0000f00) at ../glib/gmain.c:3344
#199 g_main_context_dispatch_unlocked (context=0x7fa1d0000f00) at ../glib/gmain.c:4152
#200 0x00007fa1e4d70c98 in g_main_context_iterate_unlocked.isra.0 (context=context@entry=0x7fa1d0000f00, block=block@entry=1, dispatch=dispatch@entry=1, self=<optimized out>) at ../glib/gmain.c:4217
#201 0x00007fa1e4d10383 in g_main_context_iteration (context=0x7fa1d0000f00, may_block=1) at ../glib/gmain.c:4282
#202 0x00007fa1e80850a3 in QEventDispatcherGlib::processEvents (this=0x559ec295add0, flags=...) at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/corelib/kernel/qeventdispatcher_glib.cpp:394
#203 0x00007fa1e7da3b03 in QEventLoop::exec (this=this@entry=0x7ffd4ce6c7b0, flags=..., flags@entry=...) at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/corelib/global/qflags.h:34
#204 0x00007fa1e7d9f9bc in QCoreApplication::exec () at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/corelib/global/qflags.h:74
#205 0x0000559ebe4338d3 in main ()