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


_______________________________________________
Glade-devel maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/glade-devel

Reply via email to