Summary: | Crash while painting | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | animtim |
Component: | General | Assignee: | Krita Bugs <krita-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | Keywords: | drkonqi |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/calligra/b8a3d81de72749c1736f18caf02f63a756b602c2 | Version Fixed In: | |
Sentry Crash Report: |
Description
animtim
2014-01-20 16:18:18 UTC
Note I was out of free space on / partition, so this may be the cause. Git commit 791e7441181a31ebd33bf8385296201350a7d5ab by Dmitry Kazakov. Committed on 24/01/2014 at 08:32. Pushed by dkazakov into branch 'master'. Fix the crash when using multihand tool with some complicated brushes Right now the brush server returns the pointers to the brushes instead of the copies of them, so when changing its parameters, the change is shared among all their users. For now it is an acceptable behavior, because even the Multihand Brush Tool uses the same brush for all the "hands". But we should ensure that we don't reset internal state of the brush when reloading it with the same config options. Related: bug 330210, bug 330199 M +17 -3 krita/plugins/paintops/libbrush/kis_gbr_brush.cpp M +3 -0 krita/plugins/paintops/libbrush/kis_predefined_brush_factory.cpp http://commits.kde.org/calligra/791e7441181a31ebd33bf8385296201350a7d5ab Git commit b8a3d81de72749c1736f18caf02f63a756b602c2 by Dmitry Kazakov. Committed on 24/01/2014 at 08:32. Pushed by dkazakov into branch 'calligra/2.8'. Fix the crash when using multihand tool with some complicated brushes Right now the brush server returns the pointers to the brushes instead of the copies of them, so when changing its parameters, the change is shared among all their users. For now it is an acceptable behavior, because even the Multihand Brush Tool uses the same brush for all the "hands". But we should ensure that we don't reset internal state of the brush when reloading it with the same config options. Related: bug 330210, bug 330199 M +17 -3 krita/plugins/paintops/libbrush/kis_gbr_brush.cpp M +3 -0 krita/plugins/paintops/libbrush/kis_predefined_brush_factory.cpp http://commits.kde.org/calligra/b8a3d81de72749c1736f18caf02f63a756b602c2 |