GNOME Bugzilla – Bug 637943
[clearlooks or GtkStyleContext] Crash when using a GtkSpinButton
Last modified: 2010-12-28 00:36:05 UTC
Whenever I click on the arrow of a GtkSpinButton, I get this crash. It could be a crash in gtk-theme-engine-clearlooks, but since it doesn't have a product yet... Also, I don't know if bug 637942 is related to this or not. Program received signal SIGSEGV, Segmentation fault. magazine_chain_pop_head (mem_size=32) at gslice.c:492 492 (*magazine_chunks)->data = chunk->next; (gdb) bt
+ Trace 225237
Probably fixed by commit 760d6d1e78dd1d9b0b9e2ac0d38bb0fae27b539c Author: Carlos Garnacho <carlosg@gnome.org> Date: Fri Dec 24 19:21:39 2010 +0100 Do not set "entry" class in spinbutton buttons. Also, fix an unpaired gtk_style_context_save() call.