Summary: | cimg crashes digikam | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Carsten Lohrke <carstenlohrke> |
Component: | Plugin-Editor-GmicQt | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | caulier.gilles |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 5.8.0 | |
Sentry Crash Report: | |||
Attachments: | inpainting.settings |
Description
Carsten Lohrke
2005-05-13 23:45:23 UTC
Have you try without gcc optimisations ? Witch inpainting area size you try to use ? Thanks in advance. Gilles Caulier Can you give me the current settings. You can send me a settings file using SaveAs button in plugin dialog. Thanks in advance. Gilles Caulier. Created attachment 11181 [details] inpainting.settings > Have you try without gcc optimisations ? No, but Krita's included cimg works without crashes. > Witch inpainting area size you try to use ? Oh, I did not use large images for testing. Not more than a few hundred pixels. And this bug is not about inpainting - _all_ cimg functions crash digikam. btw. The "save as" dialog save button has "open" as text on it. I have to correct myself. Only inpainting and restoration results in crashes. ==> No, but Krita's included cimg works without crashes. Warning : Krita do not use exactly the same implementation, espacially i'm use threading, krita no. Too, Greystoration algorithm have been fixed by me using a recent backport from cimg project (fix = speed optimizations). This algorithm is used in Restoration, inpainting and blowup plugins. Krita do not have backported this fix. ==> inpainting.settings Tested on 2 computers (PIV-1.6Ghz and PIV-3Ghz). No crash for me. Please recompile digikamimageplugins without gcc optimizations, especially '-pipe' and '-fforce-addr', and try again ! ==> btw. The "save as" dialog save button has "open" as text on it. Fixed in SVN. Gilles Caulier He, interestingly an earlier krita cvs build did not crash, beta 2 does. I tracked the problem down to -mfpmath=sse,387. Either sse or 387 works fine. I have the sse,387 flag combination just enabled for testing, but e.g. on a amd64 (enough registers) with 1 MB Cache it can make sense to use both units. Right, well close this file if the problem isn't relevant of current implementation. Thanks... Gilles Caulier bug report closed because it relevant of unadapted compilation options. Gilles Caulier 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 |