Summary: | Using Sketch_ink_big brush crashes krita after one or few strokes. | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | Francesco B. <charblaze> |
Component: | Brush engines | Assignee: | Krita Bugs <krita-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | halla, mirandagraphic |
Priority: | NOR | ||
Version: | git master (please specify the git hash!) | ||
Target Milestone: | --- | ||
Platform: | Mint (Ubuntu based) | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/calligra/cd166df17c952a7d5a5cea9e33ba2bd86a83917c | Version Fixed In: | |
Sentry Crash Report: |
Description
Francesco B.
2013-11-18 03:45:35 UTC
Outch! I can indeed reproduce, even with git master: Thread 2 (Thread 0x7fe2dbfff700 (LWP 7608)): [KCrash Handler] #5 KoColorSpaceAbstract<KoBgrU8Traits>::opacityU8 (this=0x2d21cb0, U8_pixel=0x7fe3dc13e778 <Address 0x7fe3dc13e778 out of bounds>) at /home/boud/kde/src/calligra/libs/pigment/KoColorSpaceAbstract.h:105 #6 0x00007fe31dce38f2 in KisSketchPaintOp::paintLine (this=0x7fe2dc07ad00, pi1=..., pi2=..., currentDistance=<optimized out>) at /home/boud/kde/src/calligra/krita/plugins/paintops/sketch/kis_sketch_paintop.cpp:213 #7 0x00007fe344aa2ec2 in paintBezierCurve (paintOp=paintOp@entry=0x7fe2dc07ad00, pi1=..., control1=..., control2=..., pi2=..., currentDistance=currentDistance@entry=0x613ee30) at /home/boud/kde/src/calligra/krita/image/brushengine/kis_paintop.cc:141 #8 0x00007fe344aa2e92 in paintBezierCurve (paintOp=0x7fe2dc07ad00, pi1=..., control1=..., control2=..., pi2=..., currentDistance=0x613ee30) at /home/boud/kde/src/calligra/krita/image/brushengine/kis_paintop.cc:154 #9 0x00007fe344aa2f3a in KisPaintOp::paintBezierCurve (this=<optimized out>, pi1=..., control1=..., control2=..., pi2=..., currentDistance=<optimized out>) at /home/boud/kde/src/calligra/krita/image/brushengine/kis_paintop.cc:164 #10 0x00007fe3452fb20e in FreehandStrokeStrategy::doStrokeCallback (this=<optimized out>, data=<optimized out>) at /home/boud/kde/src/calligra/krita/ui/tool/strokes/freehand_stroke.cpp:76 #11 0x00007fe344a55aba in KisUpdateJobItem::run (this=0x2e2de80) at /home/boud/kde/build/calligra/krita/image/../../../../src/calligra/krita/image/kis_update_job_item.h:61 #12 0x00007fe33db20c9d in ?? () from /usr/lib64/libQtCore.so.4 #13 0x00007fe33db2d0cc in ?? () from /usr/lib64/libQtCore.so.4 #14 0x00007fe344108764 in ?? () from /usr/X11R6/lib64/libGL.so.1 #15 0x00007fe33d896e0f in start_thread () from /lib64/libpthread.so.0 #16 0x00007fe33cb5844d in clone () from /lib64/libc.so.6 Git commit cd166df17c952a7d5a5cea9e33ba2bd86a83917c by Boudewijn Rempt. Committed on 19/11/2013 at 14:28. Pushed by rempt into branch 'master'. Do not try to read the mask beyond its end M +9 -6 krita/plugins/paintops/sketch/kis_sketch_paintop.cpp http://commits.kde.org/calligra/cd166df17c952a7d5a5cea9e33ba2bd86a83917c *** Bug 328603 has been marked as a duplicate of this bug. *** *** Bug 328555 has been marked as a duplicate of this bug. *** |