Re: Is Unicode character set a problem when compiling GTK sources?



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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]