robaho / seashore

easy to use mac osx image editing application for the rest of us
GNU General Public License v2.0
439 stars 19 forks source link

crash when selection changes mask #111

Closed robaho closed 4 years ago

robaho commented 4 years ago

when the old 'mask image' is freed - GC via dealloc() - it crashes, as if the NSBitmapImageRep is no longer in the array of bitmaps associated with the NSImage.

It could also be that there is a cached volatile image created during drawing, and that is being deallocated - and there is some obscure OS bug (only reported on OSX 10.15).

robaho commented 4 years ago

calling it fixed in 2.5.4