[Glade-devel] Custom Widgets in Glade 2.6
Damon Chaplin
damon at karuna.eclipse.co.uk
Mon Apr 2 08:43:12 EDT 2007
On Mon, 2007-04-02 at 17:20 +0530, Avtar Singh wrote:
> ==18524== Invalid write of size 4
> ==18524== at 0x5DFB1CB: gtk_color_combo_construct_with_values
> (gtkcolorcombo.c:560)
That looks like your main problem. You need to check that code to make
sure it isn't accessing memory incorrectly (e.g. going off the end of an
array or using memory that has been freed.)
Damon
More information about the Glade-devel
mailing list