RSS/Atom feed Twitter
Site is read-only, email is disabled

Gimp GIT and GEGL GIT = segment fault

This discussion is connected to the gimp-developer-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

4 of 4 messages available
Toggle history

Please log in to manage your subscriptions.

Gimp GIT and GEGL GIT = segment fault Helmut Jarausch 28 Dec 16:31
  Gimp GIT and GEGL GIT = segment fault Øyvind Kolås 28 Dec 17:09
  Gimp GIT and GEGL GIT = segment fault Ell via gimp-developer-list 28 Dec 19:17
   Gimp GIT and GEGL GIT = segment fault Helmut Jarausch 28 Dec 21:25
Helmut Jarausch
2017-12-28 16:31:48 UTC (over 6 years ago)

Gimp GIT and GEGL GIT = segment fault

Hi,
Segmentation fault in gegl_buffer_iterate_read_simple

I'm using gimp and gegl's GIT version. Both versions from 2017/12/26 work just fine.

But with Gegl GIT (2017/12/28) and the unchanged Gimp (2017/12/26) I get a crash while just scrolling an image in Gimp.

The backtrace gives: gimp: fatal error: Segmentation fault gimp (pid:30588): [E]xit, [H]alt, show [S]tack trace or [P]roceed: S #0 0x00007fb678b09d40 in waitpid () from /lib64/libpthread.so.0 #1 0x00007fb6794a1150 in g_on_error_stack_trace ( #2 0x00007fb6794a102b in g_on_error_query (prg_name=0x5627bc3bc470 "gimp")
#3 0x00005627bb603d52 in gimp_eek (reason=0x5627bbb18517 "fatal error", #4 0x00005627bb603b43 in gimp_fatal_error ( #5 0x00005627bb604a30 in gimp_sigfatal_handler (sig_num=11) at signals.c:96
#6
#7 0x00007fb67a72ae50 in gegl_buffer_iterate_read_simple () #8 0x000000d600000080 in ?? ()
#9 0x0000000000000000 in ?? ()
gimp (pid:30588): [E]xit, [H]alt, show [S]tack trace or [P]roceed:

Can anybody reproduce this? If not, what can I do to help locating the bug?

I'm using gcc-7.2.0.

P.S. Currently I'm not able to create a bug report for GEGL I always get
The page you are trying to reach is unavailable at the moment

Furthermore I am not sure where the bug is - in Gimp or in GEGL

Many thanks for looking into this, Helmut

Øyvind Kolås
2017-12-28 17:09:41 UTC (over 6 years ago)

Gimp GIT and GEGL GIT = segment fault

On Thu, Dec 28, 2017 at 5:31 PM, Helmut Jarausch wrote:

I'm using gimp and gegl's GIT version. Both versions from 2017/12/26 work just fine.

But with Gegl GIT (2017/12/28) and the unchanged Gimp (2017/12/26) I get a crash while just scrolling an image in Gimp.

It doesn't crash for me - and thus far no reports on IRC in #gimp.

The backtrace gives:
gimp: fatal error: Segmentation fault gimp (pid:30588): [E]xit, [H]alt, show [S]tack trace or [P]roceed: S #0 0x00007fb678b09d40 in waitpid () from /lib64/libpthread.so.0 #1 0x00007fb6794a1150 in g_on_error_stack_trace ( #2 0x00007fb6794a102b in g_on_error_query (prg_name=0x5627bc3bc470 "gimp") #3 0x00005627bb603d52 in gimp_eek (reason=0x5627bbb18517 "fatal error", #4 0x00005627bb603b43 in gimp_fatal_error ( #5 0x00005627bb604a30 in gimp_sigfatal_handler (sig_num=11) at signals.c:96 #6
#7 0x00007fb67a72ae50 in gegl_buffer_iterate_read_simple () #8 0x000000d600000080 in ?? ()
#9 0x0000000000000000 in ?? ()
gimp (pid:30588): [E]xit, [H]alt, show [S]tack trace or [P]roceed:

Can anybody reproduce this? If not, what can I do to help locating the bug?

I'm using gcc-7.2.0.

Figuring out which particular commit of the commits making changes to gegl/buffer/gegl-buffer-access introduces the crash would be helpful, it shouldn't even need a git bisect - and you can do the make && sudo make install from within the gegl subdir in GEGL to avoid also having to rebuild all operations. On my system it doesn't crash, which image precision (bitdepth) is it crashing for, and using what cpu/distro/kernel?

/pippin - http://pippin.gimp.org/

Ell via gimp-developer-list
2017-12-28 19:17:41 UTC (over 6 years ago)

Gimp GIT and GEGL GIT = segment fault

On Thu, 28 Dec 2017 17:31:48 +0100 Helmut Jarausch wrote:

Hi,
Segmentation fault in gegl_buffer_iterate_read_simple

[...]

This should be fixed now in GEGL master, by commit 03bdb529bccfcc5bc51dd02bc266d901a4af6300 (see also bug 792018).

-- Ell

Helmut Jarausch
2017-12-28 21:25:11 UTC (over 6 years ago)

Gimp GIT and GEGL GIT = segment fault

On 12/28/2017 08:17:41 PM, Ell wrote:

On Thu, 28 Dec 2017 17:31:48 +0100 Helmut Jarausch wrote:

Hi,
Segmentation fault in gegl_buffer_iterate_read_simple

[...]

This should be fixed now in GEGL master, by commit 03bdb529bccfcc5bc51dd02bc266d901a4af6300 (see also bug 792018).

Yes, thanks very much, that fixed it indeed, Helmut