Summary: | Discover froze while loading reviews of Gitnuro flatpak | ||
---|---|---|---|
Product: | [Frameworks and Libraries] frameworks-kimageformats | Reporter: | Patrick Silva <bugseforuns> |
Component: | general | Assignee: | Alex Merry <alex.merry> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | aacid, aleixpol, kdelibs-bugs, nate |
Priority: | NOR | ||
Version: | 5.98.0 | ||
Target Milestone: | --- | ||
Platform: | Neon | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/frameworks/kimageformats/commit/a8a477ae6785458eef35c237aa7da5aff15fa80c | Version Fixed In: | 5.99 |
Sentry Crash Report: |
Description
Patrick Silva
2022-09-22 17:09:00 UTC
Can reproduce. This is suspicious: #15 0x00007f06a0b1a9a5 in QQuickAnimatedImage::movieRequestFinished() (this=0x55baabca1320) at items/qquickanimatedimage.cpp:432 Animated image screenshot causing problems? It could also be a problem in kimg_pcx.so. Can you produce a backtrace with its debug symbols? It comes from kimageformats. Never mind, I can reproduce too.... A possibly relevant merge request was started @ https://invent.kde.org/frameworks/kimageformats/-/merge_requests/101 Git commit a8a477ae6785458eef35c237aa7da5aff15fa80c by Aleix Pol. Committed on 24/09/2022 at 01:45. Pushed by cullmann into branch 'master'. pcx: Do not support sequential devices We need QIODevice::pos() to work in QDataStream &operator>>. M +6 -0 src/imageformats/pcx.cpp https://invent.kde.org/frameworks/kimageformats/commit/a8a477ae6785458eef35c237aa7da5aff15fa80c |