Bug 386165 - Krita Crash inside KisBrushMaskScalarApplicator::processScalar(()
Summary: Krita Crash inside KisBrushMaskScalarApplicator::processScalar(()
Status: RESOLVED WORKSFORME
Alias: None
Product: krita
Classification: Applications
Component: Brush engines (other bugs)
Version First Reported In: 4.0 pre-alpha
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Krita Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-10-25 04:06 UTC by Bernhard Liebl
Modified: 2017-11-27 17:39 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments
Crash Log (86.94 KB, text/plain)
2017-10-25 04:06 UTC, Bernhard Liebl
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Bernhard Liebl 2017-10-25 04:06:22 UTC
Created attachment 108552 [details]
Crash Log

A strange crash inside KisBrushMaskScalarApplicator this morning. Actually looks like a nullptr from KisFixedPaintDevice::data() to me (as the fault is at 0x000000000000000b). Happened with 783767179388e8e48ba4e44bcb622613b27b5bd0.
Comment 1 wolthera 2017-10-25 11:31:40 UTC
what is the git hash of this one?
Comment 2 wolthera 2017-10-25 11:32:28 UTC
Oh, sorry, didn't see the last number was the githash, >_>
Comment 3 Halla Rempt 2017-11-23 09:38:09 UTC
Hm, I cannot relate that back trace to anything relevant in the code...
Comment 4 Halla Rempt 2017-11-26 15:06:25 UTC
Hi Bernhard, 

Can you still reproduce this? This part of the code was changed with Dmitry's multi-threaded brush refactoring, so line 207 doesn't even exist anymore...
Comment 5 Bernhard Liebl 2017-11-27 17:24:44 UTC
Haven't tested last two weeks, but let's close this then. If it still occurs, we'll see it again sooner or later, then have another backtrace for the updated code - I'll post that one then.