Summary: | Gwenview crashes when quickly double rotating a jpg | ||
---|---|---|---|
Product: | [Applications] gwenview | Reporter: | simonpatp |
Component: | general | Assignee: | Gwenview Bugs <gwenview-bugs-null> |
Status: | RESOLVED DUPLICATE | ||
Severity: | crash | CC: | nate, rmchiocchio |
Priority: | NOR | Keywords: | drkonqi |
Version: | 22.12.3 | ||
Target Milestone: | --- | ||
Platform: | Debian stable | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | New crash information added by DrKonqi |
Description
simonpatp
2024-02-25 22:01:08 UTC
*** This bug has been marked as a duplicate of bug 439697 *** Created attachment 168979 [details]
New crash information added by DrKonqi
gwenview (22.12.3) using Qt 5.15.8
The viewer crashed when trying to rotate a JPEG twice in a quick time period. I am able to recreate the issue fairly consistently by rotating the image counter-clockwise and then clockwise in quick succession.
-- Backtrace (Reduced):
#6 __memcpy_avx_unaligned_erms () at ../sysdeps/x86_64/multiarch/memmove-vec-unaligned-erms.S:273
#7 0x00007ff00c18a277 in memcpy (__len=4800, __src=0x7fef9c7592e0, __dest=<optimized out>) at /usr/include/x86_64-linux-gnu/bits/string_fortified.h:29
#8 QImage::copy (this=0x55a752e23540, r=...) at image/qimage.cpp:1239
[...]
#10 0x00007ff00cca2121 in QGraphicsScenePrivate::draw (this=this@entry=0x55a752cd0550, item=item@entry=0x55a75326e150, painter=painter@entry=0x7ffccae18420, viewTransform=viewTransform@entry=0x0, transformPtr=transformPtr@entry=0x55a752d4a6b0, exposedRegion=exposedRegion@entry=0x55a752e74910, widget=<optimized out>, opacity=opacity@entry=1, effectTransform=<optimized out>, wasDirtyParentSceneTransform=<optimized out>, drawItem=<optimized out>) at graphicsview/qgraphicsscene.cpp:4981
#11 0x00007ff00cca297a in QGraphicsScenePrivate::drawSubtreeRecursive (this=this@entry=0x55a752cd0550, item=0x55a75326e150, painter=painter@entry=0x7ffccae18420, viewTransform=viewTransform@entry=0x0, exposedRegion=exposedRegion@entry=0x55a752e74910, widget=<optimized out>, widget@entry=0x55a752ea76e0, parentOpacity=parentOpacity@entry=1, effectTransform=0x0) at graphicsview/qgraphicsscene.cpp:4873
|