GNOME Bugzilla – Bug 785440
Desaturate tools crashes Gimp
Last modified: 2017-07-27 20:18:50 UTC
This using latest Gimp 2.9.5 commit 82e34fb from ubuntu ppa gimp-edge Open a canvas in Gimp Paint on it Apply Colors -> Desaturate -> Desaturate (any of the options) Canvas shows the desaturation OK that and Gimp crashes This from the terminal gimp_display_shell_profile_update src_profile: GIMP built-in sRGB src_format: R'G'B'A u8 dest_format: R'G'B'A u8 using gegl copy GUI new func match: generic fallback valid: 0 0 2001 1984 *** stack smashing detected ***: gimp terminated gimp: terminated: Aborted (script-fu:2252): LibGimpBase-WARNING **: script-fu: gimp_wire_read(): error
Are you able to get a stack trace when you run GIMP in gdb? I can't reproduce this on latest master.
This is most likely the same as bug 785427, and probably happens to all filters.
(In reply to Michael Natterer from comment #1) > Are you able to get a stack trace when you run GIMP in gdb? > I can't reproduce this on latest master. much the same as before except longer rich@rich-VB:~$ gimp --stack-trace-mode=query This is a development version of GIMP. Debug messages may appear here. Missing fast-path babl conversion detected, Implementing missing babl fast paths accelerates GEGL, GIMP and other software using babl, warnings are printed on first occurance of formats used where a conversion has to be synthesized programmatically by babl based on format description *WARNING*: missing babl fast path(s) between formats "CIE LCH(ab) double" and "R'G'B' double" [/build/gimp-qG4x8G/gimp-2.9.5~133/plug-ins/file-raw/file-darktable.c] trying to call 'darktable' [/build/gimp-qG4x8G/gimp-2.9.5~133/plug-ins/file-raw/file-darktable.c] g_spawn_sync failed [/build/gimp-qG4x8G/gimp-2.9.5~133/plug-ins/file-raw/file-darktable.c] error: Failed to execute child process "darktable" (No such file or directory) [/build/gimp-qG4x8G/gimp-2.9.5~133/plug-ins/file-raw/file-darktable.c] have_darktable: 0 gimp_display_shell_profile_update gimp_display_shell_profile_update gimp_display_shell_profile_update gimp_display_shell_profile_update src_profile: GIMP built-in sRGB src_format: R'G'B'A u8 dest_format: R'G'B'A u8 gimp_display_shell_profile_update src_profile: GIMP built-in sRGB src_format: R'G'B'A u8 dest_format: R'G'B'A u8 gimp_display_shell_profile_update src_profile: GIMP built-in sRGB src_format: R'G'B'A u8 dest_format: R'G'B'A u8 using gegl copy GUI new func match: generic fallback valid: 0 0 2001 1984 *** stack smashing detected ***: gimp terminated gimp: terminated: Aborted (script-fu:2364): LibGimpBase-WARNING **: script-fu: gimp_wire_read(): error rich@rich-VB:~$
(In reply to Michael Natterer from comment #2) > This is most likely the same as bug 785427, and probably happens to > all filters. Yes seems to be all tools, color curves, gaussian blur ... will wait for 'buntu ppa to be updated thanks.
*** This bug has been marked as a duplicate of bug 785427 ***