This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (telepathy-logger:3723): tp-logger-DEBUG: tpl_observer_observe_channels: gabble/jabber/biru_2eionut_40gmail_2ecom_2fba64d422/ImChannel2: Starting preparation for TplChannel instance 0x96e4a48 | |
| (telepathy-logger:3723): tp-logger-DEBUG: got_message_pending_messages_cb: gabble/jabber/biru_2eionut_40gmail_2ecom_2fba64d422/ImChannel2: Checking if there are any un-logged messages among 1 pending messages | |
| (telepathy-logger:3723): tp-logger-DEBUG: got_message_pending_messages_cb: gabble/jabber/biru_2eionut_40gmail_2ecom_2fba64d422/ImChannel2: message-type not in a valid range, falling back to type=NORMAL | |
| (telepathy-logger:3723): tp-logger-DEBUG: _tpl_log_store_sqlite_log_id_is_present: msg id 86173e86b2ea49af8169814f9f5b3b6a68e52b58 not found, returning FALSE | |
| (telepathy-logger:3723): tp-logger-DEBUG: tpl_entity_new: Contact id: jan@jantheman.be, tok: | |
| (telepathy-logger:3723): tp-logger-DEBUG: tpl_entity_new: Self id: biru.ionut@gmail.com, tok: 57877eeb8479a77d6c2180048a9e08f78260b8ad | |
| (telepathy-logger:3723): tp-log |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [wonder@ioni-laptop ~]$ export TPL_DEBUG=all | |
| [wonder@ioni-laptop ~]$ /usr/lib/telepathy/telepathy-logger | |
| (telepathy-logger:3723): tp-logger-DEBUG: main: Initialising TPL Channel Factory | |
| (telepathy-logger:3723): tp-logger-DEBUG: main: - TplTextChannel registered. | |
| (telepathy-logger:3723): tp-logger-DEBUG: tpl_log_manager_init: Initialising the Log Manager | |
| (telepathy-logger:3723): tp-logger-DEBUG: _tpl_log_manager_register_log_store: LogStore name=TpLogger registered | |
| (telepathy-logger:3723): tp-logger-DEBUG: _tpl_log_manager_register_log_store: LogStore name=Empathy registered | |
| (telepathy-logger:3723): tp-logger-DEBUG: _tpl_log_manager_register_log_store: LogStore name=Pidgin registered | |
| (telepathy-logger:3723): tp-logger-DEBUG: _tpl_log_store_sqlite_init: cache file is '/home/wonder/.cache/telepathy/logger/sqlite-data' | |
| (telepathy-logger:3723): tp-logger-DEBUG: _tpl_log_manager_register_log_store: LogStore name=Sqlite registered |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (gdb) bt full | |
| #0 add_text_event (store=0x804cb80, event=0x80584e8, error=0xbffff39c) at log-store-xml.c:483 | |
| bus_daemon = 0x8058458 | |
| account = <value optimized out> | |
| body = <value optimized out> | |
| timestamp = <value optimized out> | |
| event = <value optimized out> | |
| msg_type = <value optimized out> | |
| ret = 0 | |
| avatar_token = 0x0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| eax 0x0 0 | |
| ecx 0x1 1 | |
| edx 0x0 0 | |
| ebx 0xb7fc4270 -1208204688 | |
| esp 0xbffff290 0xbffff290 | |
| ebp 0xbffff308 0xbffff308 | |
| esi 0x0 0 | |
| edi 0x1 1 | |
| eip 0xb7fb1d48 0xb7fb1d48 <tpl_log_store_sqlite_add_event+184> | |
| eflags 0x246 [ PF ZF IF ] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (gdb) bt | |
| #0 tpl_log_store_sqlite_add_event (self=0x804c338, message=0x80584e8, error=0xbffff39c) at log-store-sqlite.c:679 | |
| #1 0xb7fad54e in _tpl_log_store_add_event (self=0x804c338, event=0x80584e8, error=0xbffff39c) at log-store.c:162 | |
| #2 0xb7fad0ed in _tpl_log_manager_add_event (manager=0x8052300, event=0x80584e8, error=0xbffff43c) at log-manager.c:360 | |
| #3 0xb7fba207 in on_sent_signal_cb (proxy=0x80a90e8, timestamp=1298928450, type=0, text=0x80a9ab8 "test", user_data=0x80a90e8, weak_object=0x0) | |
| at text-channel.c:1131 | |
| #4 0xb7a4247d in ?? () from /usr/lib/libtelepathy-glib.so.0 | |
| #5 0xb7ae53f7 in ?? () from /usr/lib/libtelepathy-glib.so.0 | |
| #6 0xb7d36061 in ?? () from /usr/lib/libglib-2.0.so.0 | |
| #7 0xb7d3a882 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (gdb) print retval | |
| $2 = 0 | |
| (gdb) s | |
| tpl_log_store_sqlite_add_message_counter (self=0x804c338, message=0x80584e8, error=0xbffff39c) at log-store-sqlite.c:437 | |
| 437 TplLogStoreSqlitePrivate *priv = GET_PRIV (self); | |
| (gdb) print retval | |
| $3 = <value optimized out> | |
| (gdb) n | |
| 447 g_return_val_if_fail (error == NULL || *error == NULL, FALSE); | |
| (gdb) n |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (gdb) run | |
| Starting program: /usr/lib/telepathy/telepathy-logger | |
| [Thread debugging using libthread_db enabled] | |
| (telepathy-logger:5108): tp-logger-DEBUG: main: Initialising TPL Channel Factory | |
| (telepathy-logger:5108): tp-logger-DEBUG: main: - TplTextChannel registered. | |
| (telepathy-logger:5108): tp-logger-DEBUG: tpl_log_manager_init: Initialising the Log Manager | |
| [New Thread 0xb77d7b70 (LWP 5111)] | |
| (telepathy-logger:5108): tp-logger-DEBUG: _tpl_log_manager_register_log_store: LogStore name=TpLogger registered | |
| (telepathy-logger:5108): tp-logger-DEBUG: _tpl_log_manager_register_log_store: LogStore name=Empathy registered | |
| (telepathy-logger:5108): tp-logger-DEBUG: _tpl_log_manager_register_log_store: LogStore name=Pidgin registered |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Starting program: /usr/lib/telepathy/telepathy-logger | |
| [Thread debugging using libthread_db enabled] | |
| (telepathy-logger:4939): tp-logger-DEBUG: main: Initialising TPL Channel Factory | |
| (telepathy-logger:4939): tp-logger-DEBUG: main: - TplTextChannel registered. | |
| (telepathy-logger:4939): tp-logger-DEBUG: tpl_log_manager_init: Initialising the Log Manager | |
| [New Thread 0xb77d7b70 (LWP 4942)] | |
| (telepathy-logger:4939): tp-logger-DEBUG: _tpl_log_manager_register_log_store: LogStore name=TpLogger registered | |
| (telepathy-logger:4939): tp-logger-DEBUG: _tpl_log_manager_register_log_store: LogStore name=Empathy registered | |
| (telepathy-logger:4939): tp-logger-DEBUG: _tpl_log_manager_register_log_store: LogStore name=Pidgin registered | |
| (telepathy-logger:4939): tp-logger-DEBUG: _tpl_log_store_sqlite_init: cache file is '/home/wonder/.cache/telepathy/logger/sqlite-data' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (telepathy-logger:4939): tp-logger-DEBUG: tpl_log_store_sqlite_add_message_counter: chatroom = 0 | |
| (telepathy-logger:4939): tp-logger-DEBUG: tpl_log_store_sqlite_add_message_counter: date = 2011-02-28 | |
| (telepathy-logger:4939): tp-logger-DEBUG: tpl_log_store_sqlite_add_message_counter: got row, count = 8 | |
| (telepathy-logger:4939): tp-logger-DEBUG: tpl_log_store_sqlite_add_message_counter: new count = 9, insert = 0 | |
| (telepathy-logger:4939): tp-logger-DEBUG: tpl_log_store_sqlite_add_event: returning with 1 | |
| Program received signal SIGSEGV, Segmentation fault. | |
| 0xb7fad0f9 in _tpl_log_manager_add_event (manager=0x8052300, event=0x80584e8, error=0xbffff4ac) at log-manager.c:363 | |
| 363 log-manager.c: No such file or directory. | |
| in log-manager.c |