Summary: | Crash upon rotating image | ||
---|---|---|---|
Product: | [Applications] gwenview | Reporter: | fw.smit01 |
Component: | general | Assignee: | Gwenview Bugs <gwenview-bugs-null> |
Status: | RESOLVED DUPLICATE | ||
Severity: | crash | CC: | jakub, mail, nicolas.fella, radworks |
Priority: | NOR | Keywords: | drkonqi |
Version: | 22.04.1 | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
New crash information added by DrKonqi
New crash information added by DrKonqi New crash information added by DrKonqi |
Description
fw.smit01
2022-08-20 19:57:43 UTC
*** This bug has been marked as a duplicate of bug 439697 *** Created attachment 152581 [details]
New crash information added by DrKonqi
gwenview (21.12.2) using Qt 5.15.2
Gwenview crashes when rotating multiple images in a row.
-- Backtrace (Reduced):
#5 0x00007ff6843b272f in QImage::copy(QRect const&) const () from /lib64/libQt5Gui.so.5
#6 0x00007ff685ab9f2a in Gwenview::RasterImageItem::paint(QPainter*, QStyleOptionGraphicsItem const*, QWidget*) () from /lib64/libgwenviewlib.so.5
#7 0x00007ff684ef9f13 in QGraphicsScenePrivate::draw(QGraphicsItem*, QPainter*, QTransform const*, QTransform const*, QRegion*, QWidget*, double, QTransform const*, bool, bool) () from /lib64/libQt5Widgets.so.5
#8 0x00007ff684efaed3 in QGraphicsScenePrivate::drawSubtreeRecursive(QGraphicsItem*, QPainter*, QTransform const*, QRegion*, QWidget*, double, QTransform const*) () from /lib64/libQt5Widgets.so.5
#9 0x00007ff684efa06b in QGraphicsScenePrivate::draw(QGraphicsItem*, QPainter*, QTransform const*, QTransform const*, QRegion*, QWidget*, double, QTransform const*, bool, bool) () from /lib64/libQt5Widgets.so.5
Created attachment 153342 [details]
New crash information added by DrKonqi
gwenview (22.08.2) using Qt 5.15.6
image resized to 65% and rotated left caused crash
-- Backtrace (Reduced):
#4 __memmove_avx_unaligned_erms () at ../sysdeps/x86_64/multiarch/memmove-vec-unaligned-erms.S:575
#5 0x00007ff4ac1e2fe2 in QImage::copy(QRect const&) const () from /lib/x86_64-linux-gnu/libQt5Gui.so.5
[...]
#13 0x00007ff4accca9ba in QGraphicsEffectSource::draw(QPainter*) () from /lib/x86_64-linux-gnu/libQt5Widgets.so.5
[...]
#16 0x00007ff4acc8371f in QGraphicsView::paintEvent(QPaintEvent*) () from /lib/x86_64-linux-gnu/libQt5Widgets.so.5
#17 0x00007ff4ac95187e in QWidget::event(QEvent*) () from /lib/x86_64-linux-gnu/libQt5Widgets.so.5
Created attachment 154337 [details]
New crash information added by DrKonqi
gwenview (22.08.3) using Qt 5.15.7
got the same crash just now after rotating an image twice shortly after another. couldn't reproduce it easily
-- Backtrace (Reduced):
#6 __memcpy_evex_unaligned_erms () at ../sysdeps/x86_64/multiarch/memmove-vec-unaligned-erms.S:664
#7 0x00007f240e58eb10 in memcpy (__len=<optimized out>, __src=<optimized out>, __dest=<optimized out>, __dest=<optimized out>, __src=<optimized out>, __len=<optimized out>) at /usr/include/bits/string_fortified.h:29
#8 QImage::copy (this=0x5619390e05a0, r=...) at image/qimage.cpp:1239
#9 0x00007f241025fde4 in Gwenview::RasterImageItem::paint (this=0x561939195bb0, painter=0x7fff6556aa80) at /usr/src/debug/gwenview/gwenview-22.08.3/lib/documentview/rasterimageitem.cpp:106
#10 0x00007f240f0a4622 in QGraphicsScenePrivate::draw (this=this@entry=0x561938fd2da0, item=item@entry=0x561939195bb0, painter=painter@entry=0x7fff6556aa80, viewTransform=viewTransform@entry=0x0, transformPtr=transformPtr@entry=0x56193917cb00, exposedRegion=exposedRegion@entry=0x5619392dd340, widget=<optimized out>, opacity=opacity@entry=1, effectTransform=<optimized out>, wasDirtyParentSceneTransform=<optimized out>, drawItem=<optimized out>) at graphicsview/qgraphicsscene.cpp:4981
|