Summary: | Crash when closing program in ~QQuickAnimatedImage() | ||
---|---|---|---|
Product: | [Applications] Tokodon | Reporter: | incredible.angst |
Component: | general | Assignee: | Joshua Goins <josh> |
Status: | RESOLVED LATER | ||
Severity: | crash | CC: | carl, constandinosa, jan.iversen, josh, kde |
Priority: | NOR | Keywords: | drkonqi |
Version: | 23.08.0 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
New crash information added by DrKonqi
New crash information added by DrKonqi |
Description
incredible.angst
2023-09-05 10:13:04 UTC
Can confirm I've been hitting this as well, more AnimatedImage "fun" :D I'm closing this for now, unfortunately. AnimatedImage is being used by one of our libraries (kirigami-addons) in the fullscreen image viewer, since it can handle GIFs. This bug is reproducible on Qt5 only bug, and as we're switching to Qt6 for the next major release it's no longer an issue. Created attachment 162858 [details]
New crash information added by DrKonqi
tokodon (23.08.2) using Qt 5.15.11
I just closed Tokodon and the crash reporter opens. I was able to reproduce this several times.
-- Backtrace (Reduced):
#4 0x00007f58cb4f0281 in QCoreApplication::postEvent (receiver=0x559af1aa1f10, event=0x559af0cda720, priority=<optimized out>) at kernel/qcoreapplication.cpp:1600
#5 0x00007f58cb516c41 in QObject::deleteLater (this=<optimized out>) at kernel/qobject.cpp:2340
#6 0x00007f58cd932384 in QQuickAnimatedImage::~QQuickAnimatedImage (this=this@entry=0x559af1adebd0, __in_chrg=<optimized out>) at /usr/src/debug/qtdeclarative-everywhere-src-5.15.11+kde30/src/quick/items/qquickanimatedimage.cpp:151
#7 0x00007f58cda079a5 in QQmlPrivate::QQmlElement<QQuickAnimatedImage>::~QQmlElement (this=0x559af1adebd0, __in_chrg=<optimized out>) at ../../include/QtQml/../../../src/qml/qml/qqmlprivate.h:144
#8 QQmlPrivate::QQmlElement<QQuickAnimatedImage>::~QQmlElement (this=0x559af1adebd0, __in_chrg=<optimized out>) at ../../include/QtQml/../../../src/qml/qml/qqmlprivate.h:144
Created attachment 164207 [details]
New crash information added by DrKonqi
tokodon (23.08.2) using Qt 5.15.11
Tokodon crashed when I closed it...
-- Backtrace (Reduced):
#4 0x00007fb3aa8d57e2 in QRecursiveMutexPrivate::lock(int) () at /usr/lib64/libQt5Core.so.5
#5 0x00007fb3aaa86094 in QCoreApplicationPrivate::lockThreadPostEventList(QObject*) () at /usr/lib64/libQt5Core.so.5
#6 0x00007fb3aaa86809 in QCoreApplication::postEvent(QObject*, QEvent*, int) () at /usr/lib64/libQt5Core.so.5
#7 0x00007fb3acd02aa4 in QQuickAnimatedImage::~QQuickAnimatedImage() () at /usr/lib64/libQt5Quick.so.5
#8 0x00007fb3acdd8fc5 in QQmlPrivate::QQmlElement<QQuickAnimatedImage>::~QQmlElement() () at /usr/lib64/libQt5Quick.so.5
*** Bug 482252 has been marked as a duplicate of this bug. *** |