Summary: | Digikam crashes when in-painting applied to photo | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Brian Wainwright <briw> |
Component: | Plugin-Editor-Clone | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | aa508, caulier.gilles |
Priority: | NOR | ||
Version: | 3.1.0 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/digikam/421b387878e84d272f63dc12d67bef37d5eeb0cf | Version Fixed In: | 5.8.0 |
Sentry Crash Report: | |||
Attachments: | New crash information added by DrKonqi |
Description
Brian Wainwright
2013-05-10 15:24:15 UTC
Created attachment 80997 [details]
New crash information added by DrKonqi
gwenview (2.8.5) on KDE Platform 4.8.5 (4.8.5) using Qt 4.8.1
- What I was doing when the application crashed:
Was scrolling through a directory of pictures. Some where actually Videos from the digital camera. Displaying the video seems to hold the screen after it is finished, scrolled to plain JPG beside the video and Gwenview crashed.
-- Backtrace (Reduced):
#14 0xb711da55 in QEventLoop::exec (this=0xbfb47e34, flags=...) at kernel/qeventloop.cpp:218
#15 0xb7122eba in QCoreApplication::exec () at kernel/qcoreapplication.cpp:1148
#16 0xb60c8a74 in QApplication::exec () at kernel/qapplication.cpp:3820
#17 0x080661ad in main (argc=<error reading variable: Cannot access memory at address 0xceb>, argv=<error reading variable: Cannot access memory at address 0xcef>) at ../../app/main.cpp:142
Git commit 421b387878e84d272f63dc12d67bef37d5eeb0cf by Ananta Palani. Committed on 12/07/2013 at 23:40. Pushed by palani into branch 'master'. Fixes hang in in-painting tool and segfault caused by leaking threads each iteration of cimg tool use. Related: bug 304002 FIXED-IN: 3.3.0 M +3 -1 NEWS M +1 -2 imageplugins/enhance/inpaintingtool.cpp M +8 -4 libs/3rdparty/cimg/greycstoration.h http://commits.kde.org/digikam/421b387878e84d272f63dc12d67bef37d5eeb0cf Git commit aa796e8a553b94da6c2b05a24ba66a94673171b1 by Gilles Caulier. Committed on 23/07/2013 at 08:09. Pushed by cgilles into branch 'master'. Inpainting and restoration tools : handup resize event from canvas widget only when preview session settings are restored, else greystoration configuration can be uncomplete/broken and generate infinite loop. Rename "None" preset as "Custom" to be more user friendly. Related: bug 304002 M +23 -20 imageplugins/enhance/inpaintingtool.cpp M +1 -1 imageplugins/enhance/inpaintingtool.h M +22 -20 imageplugins/enhance/restorationtool.cpp M +1 -1 imageplugins/enhance/restorationtool.h M +13 -12 utilities/imageeditor/editor/editortool.cpp M +1 -1 utilities/imageeditor/editor/editortool.h http://commits.kde.org/digikam/aa796e8a553b94da6c2b05a24ba66a94673171b1 With 5.8.0, in-painting image editor tool was been replaced by a Clone tool. More details here : https://community.kde.org/GSoC/2017/StatusReports/shazaismailkaoud Gilles Caulier |