Comment 5 for bug 1400856

Revision history for this message
Toan (tpham3783) wrote :

I compile glib library from source and I learn that if optimization (-Os -O1 or -O2) was turned on during compilation, particularly when compiling gobject/gobject.c from glib, can lead to many strange behaviors and errors.

If for somehow, you can try to recompile glib without optimation and see if the error goes away. thanks

TP