GNOME Bugzilla – Bug 682585
Edit/Modules: pressing any key crashes gimp
Last modified: 2012-11-17 22:12:07 UTC
Created attachment 222282 [details] In edit option,when we select module manager and press any key,it crashes gimp software and completely closes the application In edit option,when we select module manager and press any key,it crashes gimp software and completely closes the application
Please file GIMP issues under the product "GIMP" and provide version information. Does this still happen in GIMP 2.8.2?
Thank you for your bug report. I just tried with GIMP 2.8.2. on Win7, 32 bit. Everything is fine here. Prasanna, can you please try again with the current 2.8.2 build from http://gimp-win.sourceforge.net/. Could this also be a problem of 16-bit display mode, like in bug #678364? Your answer during the next 6 weeks is appreciated. Thank you.
yes i tried gimp 2.8.2 on win7 64 bit even it crashes software
i tried it on win7 64 bit and on 16 bit display,again it got crashed
Are all these crashes on 16 bit displays? They are knwon to cause a crash somewhere in GTK+. Please try someting else than 16 bit and report back.
(In reply to comment #5) > Are all these crashes on 16 bit displays? They are knwon to cause a > crash somewhere in GTK+. Please try someting else than 16 bit and report > back. yes even on 32bit display it got crashed
OK thanks, then we really need a stack trace of the crash to get any further.
It is reproducible on Win 7 with 2.8.2 version and on 2.6. on Ubuntu. A little info from Ubuntu: (gimp:24263): Gtk-CRITICAL **: IA__gtk_box_reorder_child: assertion `GTK_IS_WIDGET (child)' failed (gimp:24263): Gtk-CRITICAL **: gtk_list_store_get_value: assertion `VALID_ITER (iter, list_store)' failed (gimp:24263): GLib-GObject-WARNING **: /build/buildd/glib2.0-2.32.3/./gobject/gtype.c:4206: type id `0' is invalid (gimp:24263): GLib-GObject-WARNING **: can't peek value table for type `<invalid>' which is not currently referenced Program received signal SIGSEGV, Segmentation fault. 0x00007ffff6a423e8 in gtk_tree_model_get_valist () from /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0
This issue is trivial to reproduce: Open GIMP, Edit->Modules, type 'j'. Ubuntu 12.04, 64-bit from PPA. Same messages as above; here is a stack trace: (gdb) bt
+ Trace 231030
$ gimp --version --verbose GNU Image Manipulation Program version 2.8.2 git-describe: GIMP_2_8_0-194-ga42a02e using GEGL version 0.2.0 (compiled against version 0.2.0) using GLib version 2.32.3 (compiled against version 2.32.3) using GdkPixbuf version 2.26.1 (compiled against version 2.26.1) using GTK+ version 2.24.10 (compiled against version 2.24.10) using Pango version 1.30.0 (compiled against version 1.30.0) using Fontconfig version 2.8.0 (compiled against version 2.8.0) using Cairo version 1.10.2 (compiled against version 1.10.2)
Thanks, fixed in master and gimp-2-8: commit 0ed086d511729c9fca529c9ad9bd76a277de0309 Author: Michael Natterer <mitch@gimp.org> Date: Sun Oct 14 15:29:23 2012 +0200 Bug 682585 - Edit/Modules: pressing any key crashes gimp Don't crash if module-dialog.c: dialog_select_callback() is called without any selected list item. (cherry picked from commit 20279d6fd6df8fe024f0f740e4da7cae84f85d1d) app/dialogs/module-dialog.c | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-)
*** Bug 688554 has been marked as a duplicate of this bug. ***