On Thu, 2007-03-29 at 10:26 +0530, Avtar Singh wrote: > Dear All, > > I am working on glade 2.6 and using Custom Widgets for creating a > color combo box pallete. My Custom Widgets creation function calls a > function which creates a color combo and returns the color combo > widget. This same function is used to create about 40 color combo > widgets which are placed at different tabs in my application. > > The problem is that some of the custom widgets work fine but some of > these widgets gives me "glibc corrupted double link list error" on > return from this function. > > I have tried running the application using Valgrind and it works fine > without giving me glibc erorr. The strange thing that I find is that > when I change the positions of custom widgets in my Application (Glade > file) some of the widgets come up but it gives me error at some > different Custom Widget. > > Please let me know if somebody has any idea on this issue.
That's a pretty odd bug. If you can write a small test app that shows the problem I'll take a look at it. I'd guess that the problem is in your code, since noone else has reported a bug like this, and the Glade code is pretty simple. But I may be wrong. (Also, recent versions of GTK+ are causing loads of crashes, which could possibly be related.) Damon _______________________________________________ Glade-devel maillist - [email protected] http://lists.ximian.com/mailman/listinfo/glade-devel
