GNOME Bugzilla – Bug 166126
using color tools segfaults gimp
Last modified: 2005-02-03 16:12:11 UTC
Open an image, click on image with the Color Balance Tool, the image turns into what appears to be tile garbage and gimp segfaults.
This appears to be the result of the change to gimpimagemap.c (see bug #165851). Reverting the change makes the problems go away.
Hmm, I could swear I tested this. But I can reproduce the problem so I probably ran the wrong binary... Anyway, the brokeness seems to be only in a small change I introduced after doing the actual optimization. So we don't need to revert the whole thing but only that small and unimportant change... 2005-02-03 Sven Neumann <sven@gimp.org> * app/core/gimpimagemap.c (gimp_image_map_do): fixed handling of pixel region that broke with my latest change. Fixes bug #166126.