GNOME Bugzilla – Bug 604820
GEGL Operation "path" crashes GIMP
Last modified: 2010-01-31 16:38:10 UTC
Gimp crashes if I want to use the GEGL operation called "path". I am using Gimp under Windows XP SP3. To reproduce the error just start Gimp, create a new picture with 640x480 pixels, use Tools->GEGL Operation and select the path operation in the combo box. After selecting the path operation my gimp always crashes.
same happens to me. i don't think the size of the image matters. i'm modifying a jpg file, if that matters.
Fixed in 2-6: commit 9c135ab33361aa04182735ef0d16e37074caaf32 Author: Michael Natterer <mitch@gimp.org> Date: Sun Jan 31 17:34:48 2010 +0100 Bug 604820 - GEGL Operation "path" crashes GIMP Blacklist "gegl:path". app/tools/gimpgegltool.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
Fixed in master too: commit 08b7709535aa989741fa34554a41c0de019ce20e Author: Michael Natterer <mitch@gimp.org> Date: Sun Jan 31 17:36:56 2010 +0100 Bug 604820 - GEGL Operation "path" crashes GIMP Blacklist "gegl:path". app/tools/gimpgegltool.c | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-)