After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 166126 - using color tools segfaults gimp
using color tools segfaults gimp
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: Tools
git master
Other Linux
: Normal normal
: ---
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2005-02-03 04:20 UTC by Carol
Modified: 2005-02-03 16:12 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Carol 2005-02-03 04:20:52 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.
Comment 1 Manish Singh 2005-02-03 06:13:17 UTC
This appears to be the result of the change to gimpimagemap.c (see bug #165851).
Reverting the change makes the problems go away.
Comment 2 Sven Neumann 2005-02-03 16:12:11 UTC
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.