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 604820 - GEGL Operation "path" crashes GIMP
GEGL Operation "path" crashes GIMP
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: Tools
2.6.8
Other All
: Normal critical
: 2.6
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2009-12-17 11:19 UTC by 127.0.0.0
Modified: 2010-01-31 16:38 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description 127.0.0.0 2009-12-17 11:19:01 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.
Comment 1 goom 2010-01-24 21:00:51 UTC
same happens to me. i don't think the size of the image matters.
i'm modifying a jpg file, if that matters.
Comment 2 Michael Natterer 2010-01-31 16:35:53 UTC
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(-)
Comment 3 Michael Natterer 2010-01-31 16:38:10 UTC
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(-)