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

GIMP 2.7 (git) crashes with Gtk error

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.

6 of 6 messages available
Toggle history

Please log in to manage your subscriptions.

GIMP 2.7 (git) crashes with Gtk error phanisvara das 12 Jan 09:25
  GIMP 2.7 (git) crashes with Gtk error Martin Nordholts 12 Jan 19:55
   GIMP 2.7 (git) crashes with Gtk error phanisvara das 13 Jan 00:49
    GIMP 2.7 (git) crashes with Gtk error Martin Nordholts 13 Jan 08:07
     GIMP 2.7 (git) crashes with Gtk error Bill Skaggs 13 Jan 17:14
     GIMP 2.7 (git) crashes with Gtk error phanisvara das 16 Jan 02:49
phanisvara das
2010-01-12 09:25:27 UTC (about 15 years ago)

GIMP 2.7 (git) crashes with Gtk error

system: openSUSE 11.2 / KDE 4.4 (KDE factory repos)

i've recently started using GIMP 2.7 from git repositories and am experiencing reproducable crashes when recomposing images after splitting them into LAB channels first, then recomposing after applying selective unsharp mask on the luminescence channel.

i have a separate install of GIMP 2.6.8, which does not crash during the same procedure. GIMP 2.7 crashes both in single window and 'normal' mode. the error message i receive on the command line is this:

------------------------- Gtk:ERROR:gtkrbtree.c:1098:_gtk_rbtree_find_offset: assertion failed: (tree)
.gimp/bin/gimp-2.7: terminated: Aborted

(script-fu:15893): LibGimpBase-WARNING **: script-fu: gimp_wire_read(): error
-------------------------

i don't seem to find any similar bug reports and am wondering if i should file a bug, and if, against Script-Fu or libgimp?

-- phani.

Martin Nordholts
2010-01-12 19:55:58 UTC (about 15 years ago)

GIMP 2.7 (git) crashes with Gtk error

phanisvara das wrote:

-------------------------
Gtk:ERROR:gtkrbtree.c:1098:_gtk_rbtree_find_offset: assertion failed: (tree)
.gimp/bin/gimp-2.7: terminated: Aborted

(script-fu:15893): LibGimpBase-WARNING **: script-fu: gimp_wire_read(): error
-------------------------

i don't seem to find any similar bug reports and am wondering if i should file a bug, and if, against Script-Fu or libgimp?

It's neither Script-Fu nor libgimp. I suggest you file a bug report on GTK+ and attach a stack trace.

/ Martin

phanisvara das
2010-01-13 00:49:49 UTC (about 15 years ago)

GIMP 2.7 (git) crashes with Gtk error

On Wednesday 13 January 2010 12:27:20 am Martin Nordholts wrote:

Gtk:ERROR:gtkrbtree.c:1098:_gtk_rbtree_find_offset: assertion failed: (tree)
.gimp/bin/gimp-2.7: terminated: Aborted

(script-fu:15893): LibGimpBase-WARNING **: script-fu: gimp_wire_read(): error
-------------------------

i don't seem to find any similar bug reports and am wondering if i should file a bug, and if, against Script-Fu or libgimp?

It's neither Script-Fu nor libgimp. I suggest you file a bug report on GTK+ and attach a stack trace.

excuse me if i'm dense, but how comes this error occurs when using GIMP 2.7, but not with 2.6.8 on the same machine? it's the same plugins at work, and the same version of GTK+.

Martin Nordholts
2010-01-13 08:07:18 UTC (about 15 years ago)

GIMP 2.7 (git) crashes with Gtk error

phanisvara das wrote:

On Wednesday 13 January 2010 12:27:20 am Martin Nordholts wrote:

Gtk:ERROR:gtkrbtree.c:1098:_gtk_rbtree_find_offset: assertion failed: (tree)
.gimp/bin/gimp-2.7: terminated: Aborted

(script-fu:15893): LibGimpBase-WARNING **: script-fu: gimp_wire_read(): error
-------------------------

i don't seem to find any similar bug reports and am wondering if i should file a bug, and if, against Script-Fu or libgimp?

It's neither Script-Fu nor libgimp. I suggest you file a bug report on GTK+ and attach a stack trace.

excuse me if i'm dense, but how comes this error occurs when using GIMP 2.7, but not with 2.6.8 on the same machine? it's the same plugins at work, and the same version of GTK+.

It's ok. What version of GTK+ is this? One reason you get it in 2.7 but not 2.6.8 is that 2.7 uses the GTK+ API in a way that triggers the bug, while 2.6.8 does not.

/ Martin

Bill Skaggs
2010-01-13 17:14:40 UTC (about 15 years ago)

GIMP 2.7 (git) crashes with Gtk error

It looks like this bug has already been reported, at

https://bugzilla.gnome.org/show_bug.cgi?id=605617

-- Bill

phanisvara das
2010-01-16 02:49:58 UTC (about 15 years ago)

GIMP 2.7 (git) crashes with Gtk error

On Wednesday 13 January 2010 12:38:37 pm Martin Nordholts wrote:

It's ok. What version of GTK+ is this? One reason you get it in 2.7 but not 2.6.8 is that 2.7 uses the GTK+ API in a way that triggers the bug, while 2.6.8 does not.

at present i'm using gtk2 ver. 2.19.3-75.1. BUT after incorporating the latest changes from GIMP (git) today, and some updates to gtk libraries from openSUSE repos, GIMP 2.7 does not produce that crash anymore. (i've also compiled it without gnome-keyring, which seems to have produced similar errors with other applications).

i'm not sure which of the above changes were responsible, but since i seem to have been the only one experiencing these crashes & they're gone now, i just leave it at that...