Summary: | Discover crashed when trying to send usage statistics | ||
---|---|---|---|
Product: | [Frameworks and Libraries] frameworks-kirigami | Reporter: | redhat.8h5ab |
Component: | general | Assignee: | Marco Martin <notmart> |
Status: | RESOLVED DUPLICATE | ||
Severity: | crash | CC: | aleixpol, kde, nate |
Priority: | NOR | Keywords: | drkonqi |
Version: | 5.75.0 | ||
Target Milestone: | Not decided | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
redhat.8h5ab
2020-12-29 22:56:31 UTC
Gross, the crash is super deep, but does ultimately have something in Kirigami: #22 0x00007f1e10e4c4fe in (anonymous namespace)::Q_QGS_s_delegateCache::innerFunction()::Holder::~Holder() () from /usr/lib64/qt5/qml/org/kde/kirigami.2/libkirigamiplugin.so hmm, delegateCache may suggest DelegateRecycler, but we don't have any Holder class. Holder is in Qt. I imagine it's the one here: qtbase/corelib/global/qglobalstatic.h:86 struct Holder { QtPrivate::QSlotObjectBase *obj; ~Holder() { obj->destroyIfLastRef(); } } holder = { slot }; Q_UNUSED(holder); *** This bug has been marked as a duplicate of bug 426602 *** |