https://bugzilla.xfce.org/show_bug.cgi?id=16310
--- Comment #9 from Sebastien Marie <[email protected]> --- Created attachment 9351 --> https://bugzilla.xfce.org/attachment.cgi?id=9351&action=edit NULL is the sentinel for g_object_new The sentinel should be NULL (a pointer) and not FALSE (an integer). The subtility is the size of the argument. I suppose g_object_new() is reading 8 bytes (pointer size), and found some garbage on the stack after the 4 bytes (integer size here) setted for FALSE, resulting erratic behaviour. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ Xfce-bugs mailing list [email protected] https://mail.xfce.org/mailman/listinfo/xfce-bugs
