Summary: | Changes in Shadow toolbar crashed Karbon | ||
---|---|---|---|
Product: | [Applications] karbon | Reporter: | Dyrver Eriksson <dyrver.eriksson> |
Component: | general | Assignee: | Jan Hambrecht <jaham> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | dyrver.eriksson |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | New crash information added by DrKonqi |
Description
Dyrver Eriksson
2011-09-28 13:27:23 UTC
Created attachment 64040 [details]
New crash information added by DrKonqi
karbon (2.4 Beta 1) on KDE Platform 4.7.1 (4.7.1) using Qt 4.7.4
- What I was doing when the application crashed:
Click and hold down on the blur-radius in the shadows tool going backwards.
-- Backtrace (Reduced):
#6 0x00007f3bfc499e25 in KoShapeShadow::Private::blurShadow(QImage&, int, QColor const&) () from /usr/lib/libflake.so.8
#7 0x00007f3bfc49b46a in KoShapeShadow::paint(KoShape*, QPainter&, KoViewConverter const&) () from /usr/lib/libflake.so.8
#8 0x00007f3bfc4516e3 in KoShapeManager::paintShape(KoShape*, QPainter&, KoViewConverter const&, bool) () from /usr/lib/libflake.so.8
#9 0x00007f3bfc450d47 in KoShapeManagerPaintingStrategy::paint(KoShape*, QPainter&, KoViewConverter const&, bool) () from /usr/lib/libflake.so.8
#10 0x00007f3bfc4558f7 in KoShapeManager::paint(QPainter&, KoViewConverter const&, bool) () from /usr/lib/libflake.so.8
Maybe I should add it's the latest dev version from anongit. First report was compiled near "02:48 pm Revision 1062760c: Fix warning" and the recent "02:15 pm Revision b2b2b910: Merge branch 'master' of ssh://git.kde.org/calligra" as can be read about on projects.kde.org. Not that it matters since I don't see many things about Karbon14 there. Seems the crash happens alot more often when adding debug symbols with RelWithDeb. The shadows are added on a freehand path object made to look like a brain as well. I can reproduce this bug, thanks for reporting. Git commit ea9d681797645dd568bbcb44f4c18efeddcd9a7a by Jan Hambrecht. Committed on 29/09/2011 at 00:10. Pushed by jaham into branch 'master'. do not allow blur negative radius BUG:282969 M +3 -2 libs/flake/KoShapeShadow.cpp M +1 -1 libs/flake/KoShapeShadow.h M +4 -9 libs/widgets/KoShadowConfigWidget.cpp M +2 -2 libs/widgets/KoShadowConfigWidget.h M +1 -1 plugins/dockers/shadowdocker/ShadowDocker.cpp http://commits.kde.org/calligra/ea9d681797645dd568bbcb44f4c18efeddcd9a7a |