GNOME Bugzilla – Bug 575206
glade_command_set_property_description() memory access error
Last modified: 2009-03-22 01:42:44 UTC
Steps to reproduce: The crash was only observed on Windows whenever editing a button and doing "Add custom button content", whereupon the application would crash. By debugging under Linux I observed that the reason for the crash is that in gladeui/glade-command.c:glade_command_set_property_description() the following code causes NULL dereferencing: description = g_strdup_printf (_("Setting %s of %s"), sdata->property->klass->name, sdata->property->widget->name); sdata->property->klass->name is NULL the second time this code is called after pressing "custom button contents". This crashes under Windows, but not under Linux. Stack trace: Other information:
Fixed in svn...
*** Bug 576164 has been marked as a duplicate of this bug. ***