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 785440 - Desaturate tools crashes Gimp
Desaturate tools crashes Gimp
Status: RESOLVED DUPLICATE of bug 785427
Product: GIMP
Classification: Other
Component: Tools
git master
Other Linux
: Normal normal
: ---
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2017-07-26 10:29 UTC by rich
Modified: 2017-07-27 20:18 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description rich 2017-07-26 10:29:29 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
Comment 1 Michael Natterer 2017-07-26 10:33:12 UTC
Are you able to get a stack trace when you run GIMP in gdb?
I can't reproduce this on latest master.
Comment 2 Michael Natterer 2017-07-26 10:35:50 UTC
This is most likely the same as bug 785427, and probably happens to
all filters.
Comment 3 rich 2017-07-26 10:53:43 UTC
(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:~$
Comment 4 rich 2017-07-26 11:01:21 UTC
(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.
Comment 5 Michael Natterer 2017-07-27 20:18:50 UTC

*** This bug has been marked as a duplicate of bug 785427 ***