Summary: | Crash when loading XCF images | ||
---|---|---|---|
Product: | [Unmaintained] kdelibs | Reporter: | David <rastiazul> |
Component: | kimgio | Assignee: | kdelibs bugs <kdelibs-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | caulier.gilles |
Priority: | NOR | ||
Version: | 4.4 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
David
2010-06-22 21:16:55 UTC
Looks like an out of memory error. Crash from XCF image loader in kimgio If you can find the .xcf file that causes the crash (it should also crash when previewed with dolphin), could you attach it? SVN commit 1142443 by cfeck: More protection against broken XCF files BUG: 242518 David, if the offending file is not broken, but loads fine in GIMP, please attach it. It is possible that there is some wired format that KDE does not handle yet. M +3 -0 xcf.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1142443 SVN commit 1142445 by cfeck: More protection against broken XCF files (backport r1142443) CCBUG: 242518 FIXED-IN: 4.4.5 M +3 -0 xcf.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1142445 I found it. I saved this with cinepaint long time ago, it doesnt open with gimp. By the way, now digikam works but it doesnt show the raw photos. this is the file: http://ifile.it/2qazt1b never mind, i was looking at wrong album SVN commit 1200391 by cfeck: Do not free unallocated data in case of corruption Daniel, if you manage to find the XCF (GIMP format) file that causes the crash and it loads fine in GIMP, please attach it. It is possible that there is some wired format that KDE does not handle yet. FIXED-IN: 4.5.4 BUG: 257744 CCBUG: 242518 M +4 -2 xcf.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1200391 |