koffice

Cyrille Berger cberger at cberger.net
Wed Feb 10 14:27:13 CET 2010


On Wednesday 10 February 2010, Adam wrote:
> I think, that i can reproduce now:
> open krita -> duplicate layer -> add lokal selection to first -> edit
> selection -> close
> there is a similar crash & backtrace, if drawing in the duplicated layer.
> so this isn't a selection bug :)
> 
> may be related:
> open krita -> duplicate layer -> close
> http://pastebin.com/mf4c0083 (thanks to boud for the backtrace)
> 
> probably some bugs in layer duplication :/

Fix in trunk, 2.1 is unaffected since it leaks everything.

A crash inside free almost always indicate a double deletion (or use of a 
double delete), and a crash when freeing a private pointer almost always 
indicate that the private pointer was shared between instances, leading to the 
logical conclusion that the default copy constructor was used.

-- 
Cyrille Berger


More information about the kimageshop mailing list