Summary: | GenView segfault when save gifanim to jpeg | ||
---|---|---|---|
Product: | [Applications] gwenview | Reporter: | pascaubert |
Component: | general | Assignee: | Gwenview Bugs <gwenview-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | mat69 |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
pascaubert
2011-01-14 17:13:02 UTC
SVN commit 1217368 by mfuchs: Do not access zero pointer. BUG:263164 M +2 -2 document.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1217368 This operation is unfortunately not supported. So saving this animated gif to jpeg won't work at least atm. SVN commit 1217369 by mfuchs: Backport r1217368 Do not access zero pointer. CCBUG:263164 M +2 -2 document.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1217369 SVN commit 1217503 by mfuchs: Show error message if imlementation is not supported. CCBUG:263164 M +7 -0 app/gvcore.cpp M +2 -0 lib/document/document.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1217503 SVN commit 1217504 by mfuchs: Backport r1217503 Show error message if imlementation is not supported. CCBUG:263164 M +7 -0 app/gvcore.cpp M +3 -0 lib/document/document.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1217504 |