GNOME Bugzilla – Bug 572403
gimp-2.6 crashed with SIGSEGV in IA__g_object_get()
Last modified: 2012-10-20 21:20:29 UTC
this report has been opened here: https://bugs.edge.launchpad.net/ubuntu/+source/gimp/+bug/331306 "I'm trying select a region and do Autocrop to selection, so i open Gimp, select a region and click on the menu Image and get a crash" ".
+ Trace 212690
Thread 1 (process 6911)
Can this be reproduced when using stable versions of GLib and GTK+?
Since you are using an unstable development version of gtk+, you should not be surprised that you observe crashes. Please report this to gtk+ instead.
re assigning to gtk+ then, thanks both.
that seems to be a frequent crasher for gimp nowadays
*** Bug 573777 has been marked as a duplicate of this bug. ***
Sebastien - yes, for many people testing Ubuntu Jaunty at the moment GIMP is pretty-much a no-go area. It will run for a short while, but at some point, usually when accessing a menu (not clicking, just mousing around within the menu), it will lock up.
*** Bug 574176 has been marked as a duplicate of this bug. ***
The very strange thing (to me) is - why is this just happening for gimp? There are quite many apps using gtk - but they don't have the problems gimp has...
Maybe comment #27 on the Fedora bugzilla ticket for this sheds some light on the issue: https://bugzilla.redhat.com/show_bug.cgi?id=486122 Comment #27 From Matthias Clasen (mclasen@redhat.com) 2009-03-07 21:51:53 EDT This is likely miscompilation due to gimpuimanager.c: In function ‘gimp_ui_manager_menu_item_select’: gimpuimanager.c:912: warning: implicit declaration of function ‘gtk_widget_get_action’ gimpuimanager.c:912: warning: initialization makes pointer from integer without a cast Don't compile with -DGTK_DISABLE_DEPRECATED if you are using deprecated functions...
reassigning to gimp since the comments make clear that the issue is there
Created attachment 130319 [details] [review] patch to gimpuimanager.c which does "#undef GTK_DISABLE_DEPRECATED" to avoid these crashes
That's definitely the wrong way to fix this. But I think I found where the actual problem is: 2009-03-10 Sven Neumann <sven@gimp.org> Bug 572403 – gimp-2.6 crashed with SIGSEGV in IA__g_object_get() * configure.in: fixed check for newer version of GTK+ that determines if GTK_DISABLE_DEPRECATED is used.
Why is this marked as "fixed" when I'm still seeing the problem in gimp 2.8.2?
Maybe because you are seeing something else, or maybe because some change made it to reappear - the original bug is three years old and was about the problem in a previous stable version of GIMP.
If you still see the issue, please attach a stack trace and reopen the bug.