GNOME Bugzilla – Bug 625652
Warnings at startup and disconnection
Last modified: 2010-08-26 14:37:19 UTC
there are some warnings and some debug output when starting empathy with libfolks ** (empathy:13122): DEBUG: Using built-in backend dir '/usr/local/lib/folks' (override with environment variable FOLKS_BACKEND_DIR) [New Thread 0xb3160b70 (LWP 13124)] [New Thread 0xb289fb70 (LWP 13125)] ** (empathy:13122): DEBUG: backend-store.vala:133: Searching for modules in folder '/usr/local/lib/folks' .. ** (empathy:13122): DEBUG: backend-store.vala:133: Searching for modules in folder '/usr/local/lib/folks/backends' .. ** (empathy:13122): DEBUG: backend-store.vala:179: Finished searching for modules in folder '/usr/local/lib/folks' ** (empathy:13122): DEBUG: backend-store.vala:133: Searching for modules in folder '/usr/local/lib/folks/backends/telepathy' .. [Thread 0xb289fb70 (LWP 13125) exited] ** (empathy:13122): DEBUG: backend-store.vala:179: Finished searching for modules in folder '/usr/local/lib/folks/backends' ** Message: backend-store.vala:105: New backend 'telepathy' available ** (empathy:13122): DEBUG: backend-store.vala:221: Loaded module source: '/usr/local/lib/folks/backends/telepathy/libfolks-backend-telepathy.so' ** (empathy:13122): DEBUG: backend-store.vala:179: Finished searching for modules in folder '/usr/local/lib/folks/backends/telepathy' ** (empathy:13122): WARNING **: failed to ensure channel: 'stored' is not one of the valid handles ** (empathy:13122): WARNING **: tpf-persona-store.vala:797: failed to add channel 'stored': 'stored' is not one of the valid handles ** (empathy:13122): WARNING **: failed to ensure channel: 'stored' is not one of the valid handles ** (empathy:13122): WARNING **: tpf-persona-store.vala:797: failed to add channel 'stored': 'stored' is not one of the valid handles
Mostly fixed by these three commits: commit a5aca650b6cd425763cc9e2647877afe698b94d1 Author: Philip Withnall <philip.withnall@collabora.co.uk> Date: Wed Jul 21 11:45:07 2010 +0100 Use g_message() in tp-lowlevel rather than g_warning() Any of the tp-glib calls we make could routinely fail, so to stop gdb halting on every warning, change them to messages. backends/telepathy/tp-lowlevel.c | 20 ++++++++++---------- 1 files changed, 10 insertions(+), 10 deletions(-) commit 496170b77bef2608ba6ecf409241b75c728dc8b9 Author: Philip Withnall <philip.withnall@collabora.co.uk> Date: Wed Jul 21 11:27:03 2010 +0100 Change a message() to a debug() folks/backend-store.vala | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit bea343d2874cca4d553ae73dc7603a4c0aabc37b Author: Philip Withnall <philip.withnall@collabora.co.uk> Date: Tue Jun 29 15:18:54 2010 +0100 Add debug flags support Debug flags for libfolks, controlling which debug domains spew messages, can be specified using the FOLKS_DEBUG environment variable, with a GLib-style debug flags string. The two initial debug domains are: * Core: everything in the folks directory * TelepathyBackend: everything in the backends/telepathy directory backends/telepathy/Makefile.am | 1 + folks/Makefile.am | 2 + folks/debug.vala | 54 ++++++++++++++++++++++++++++++++++++++ folks/individual-aggregator.vala | 2 + 4 files changed, 59 insertions(+), 0 deletions(-)
The remaining warnings: TelepathyBackend-Message: Failed to ensure channel: 'stored' is not one of the valid handles (empathy:14064): TelepathyBackend-WARNING **: tpf-persona-store.vala:797: failed to add channel 'stored': 'stored' is not one of the valid handles
Depends on bfo#29358.
As a consequence of bfo#29358, we have several dependencies now.
*** Bug 626450 has been marked as a duplicate of this bug. ***
And this warning: (empathy:20778): TelepathyBackend-WARNING **: tpf-persona.vala:239: Group invalidated: User requested disconnection
bfo#29358 has been fixed now, but we'll need to bump our tp-glib dependency to 0.11.13 to use the fix.
(In reply to comment #6) > And this warning: > > (empathy:20778): TelepathyBackend-WARNING **: tpf-persona.vala:239: Group > invalidated: User requested disconnection This should be silent by default now. I've made it a debug message. What, exactly, remains?
(In reply to comment #8) > (In reply to comment #6) > > And this warning: > > > > (empathy:20778): TelepathyBackend-WARNING **: tpf-persona.vala:239: Group > > invalidated: User requested disconnection > > This should be silent by default now. I've made it a debug message. > > What, exactly, remains? Are the warnings in comment #2 fixed?
Felix, are you still getting any of these warnings?
nope...seems to be quite now!
Resolving as fixed then!