GNOME Bugzilla – Bug 678404
"Clutter-WARNING **: No listener with the specified listener id 2"
Last modified: 2012-06-20 08:28:24 UTC
I just updated my jhbuild gtk+ to master and now get these errors when starting any Clutter app (like totem or empathy built with champlain). (empathy:6933): Clutter-WARNING **: No listener with the specified listener id 2 (empathy:6933): Clutter-WARNING **: No listener with the specified listener id 3 (empathy:6933): Clutter-WARNING **: No listener with the specified listener id 4 (empathy:6933): Clutter-WARNING **: No listener with the specified listener id 5 (empathy:6933): Clutter-WARNING **: No listener with the specified listener id 6 (empathy:6933): Clutter-WARNING **: No listener with the specified listener id 7 (empathy:6933): Clutter-WARNING **: No listener with the specified listener id 8 (empathy:6933): Clutter-WARNING **: No listener with the specified listener id 9 (empathy:6933): Clutter-WARNING **: No listener with the specified listener id 10 (empathy:6933): Clutter-WARNING **: No listener with the specified listener id 11 (empathy:6933): Clutter-WARNING **: No listener with the specified listener id 12 (empathy:6933): Clutter-WARNING **: No listener with the specified listener id 13 (empathy:6933): Clutter-WARNING **: No listener with the specified listener id 14 (empathy:6933): Clutter-WARNING **: No listener with the specified listener id 15 (empathy:6933): Clutter-WARNING **: No listener with the specified listener id 16 (empathy:6933): Clutter-WARNING **: No listener with the specified listener id 17 (empathy:6933): Clutter-WARNING **: No listener with the specified listener id 18 (empathy:6933): Clutter-WARNING **: No listener with the specified listener id 19 (empathy:6933): Clutter-WARNING **: No listener with the specified listener id 20 (empathy:6933): Clutter-WARNING **: No listener with the specified listener id 21 (empathy:6933): Clutter-WARNING **: No listener with the specified listener id 22 (empathy:6933): Clutter-WARNING **: No listener with the specified listener id 23 (empathy:6933): Clutter-WARNING **: No listener with the specified listener id 24 (empathy:6933): Clutter-WARNING **: No listener with the specified listener id 25 (empathy:6933): Clutter-WARNING **: No listener with the specified listener id 26 (empathy:6933): Clutter-WARNING **: No listener with the specified listener id 27 (empathy:6933): Clutter-WARNING **: No listener with the specified listener id 28 (empathy:6933): Clutter-WARNING **: No listener with the specified listener id 29 (empathy:6933): Clutter-WARNING **: No listener with the specified listener id 30 (empathy:6933): Clutter-WARNING **: No listener with the specified listener id 31 (empathy:6933): Clutter-WARNING **: No listener with the specified listener id 32 (empathy:6933): GLib-CRITICAL **: g_hash_table_remove_internal: assertion `hash_table != NULL' failed (empathy:6933): Clutter-WARNING **: Not able to remove listener with id 1 (empathy:6933): GLib-CRITICAL **: g_hash_table_size: assertion `hash_table != NULL' failed Here is the trace of the first warning:
+ Trace 230389
I think this is the result of the work in bug 675183
it is a clutter warning. why did you file this against gtk ?
Because it happened when updating GTK+?
Yes and because the trace seems to point to the new a11y code in Gtk+. If I'm wrong my bad and just re-assign the bug.
(In reply to comment #1) > I think this is the result of the work in bug 675183 I don't think so. Some reasons: * That happened before the work on that bug * Most of those warnings are about global event listeners not key event listeners And as I told Emmanuele on IRC, Bastien already found this on gnome-control-center some days ago. Closing as a duplicate. *** This bug has been marked as a duplicate of bug 678310 ***
(In reply to comment #0) > I just updated my jhbuild gtk+ to master and now get these errors when starting > any Clutter app (like totem or empathy built with champlain). FWIW, I don't think that this happens with any Clutter app, but with any clutter-gtk app.