Raymond Wan writes: > > Hi all, > > Sorry for continually asking about this, but this problem has > really stumped me... I've stripped away my code and came up with the > minimum amount of code that will work dynamically but crash statically. > Hopefully, someone can try it out and spot a mistake that I've made in my > code or Makefile. I'm now using GTK v1.3.10 compiled using Christian's > previous posting. There's a Makefile and C source code; both are the > smallest I could make that still duplicates the problem. > > Thank you so much! >
I confirm it works also with gtk-X11 (checked out from CVS this morning), so it can be some unitialized memory that behaves different from system to system (try ggc in debug mode) or something wrong with your compilation of the libraries. Bye! _______________________________________________ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list
