On 17/02/2015 20:02, codekiddy wrote:
Thanks Arnavion, re-compiling glib, pango and gtk with Multibyte and then re-linking dependent DLL's did not solve anything.
stack overflow in gobject.dll
damn bug is somewhere, but it denies to show it self.


A stack overflow shouldn't be too difficult to find if you can build and run a Debug version. The most likely explanation is a function somewhere which is endlessly calling itself somehow (or 2 functions which repeatedly call each other in a loop etc).

What's crashing anyway? Is it one of the glib/gtk+ test modules or a program from somewhere else?

John
_______________________________________________
gtk-list mailing list
gtk-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to