[Xfce-bugs] [Bug 7100] xfce-spawn.c g_warning about setting marshaller twice

bugzilla-daemon at xfce.org bugzilla-daemon at xfce.org
Sat Jan 15 20:58:35 CET 2011


http://bugzilla.xfce.org/show_bug.cgi?id=7100

--- Comment #1 from dannym at xfce.org 2011-01-15 20:58:34 CET ---
The warning is:
"attempt to override closure->marshal (0xb6efe320) with new marshal
(0xb7061520)"

It is emitted by glib-2.22.4/gobject/gclosure.c in g_closure_set_marshal.
if (closure->marshal && closure->marshal != marshal)
    g_warning ("attempt to override closure->marshal (%p) with new marshal
(%p)",
               closure->marshal, marshal);

-- 
Configure bugmail: http://bugzilla.xfce.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the Xfce-bugs mailing list