From: Armin B. <arm...@de...> - 2005-08-23 07:28:34
|
Hi, please send me the traces of these 2 crashes so i can fix the issue with the file-plugin. And if you see something like g_assert_warning () it means that it did not crash but it aborted since there is a programming bug somewhere. Please also send me the assert message that was send to stdout in the 2. assert. Thanks Armin On Tue, 2005-08-23 at 00:58 +0200, Danny Backx wrote: > Just wanted to send a message that I'm getting two kinds of crashes when > trying to sync my Mio with the file-sync plugin. > > One crash appears to be in the file-sync plugin : > (gdb) where > #0 0xffffe410 in ?? () > #1 0xb73efc48 in ?? () > #2 0x00000006 in ?? () > #3 0x00006641 in ?? () > #4 0xb7ba46e5 in raise () from /lib/tls/libc.so.6 > #5 0xb7ba6049 in abort () from /lib/tls/libc.so.6 > #6 0xb7eded0d in g_logv () from /usr/local/lib/libglib-2.0.so.0 > #7 0xb7eded9d in g_log () from /usr/local/lib/libglib-2.0.so.0 > #8 0xb7edee44 in g_assert_warning () > from /usr/local/lib/libglib-2.0.so.0 > #9 0xb7e96372 in osync_hashtable_update_hash () > from /usr/local/lib/libopensync.so.0 > #10 0xb7b7934e in fs_commit_change () > from /usr/local/lib/opensync/plugins/file_sync.so > #11 0xb7e94c3a in osync_member_commit_change () > from /usr/local/lib/libopensync.so.0 > #12 0xb7ea7d18 in client_message_handler () > from /usr/local/lib/libosengine.so.0 > #13 0xb7ea7689 in _queue_dispatch () > from /usr/local/lib/libosengine.so.0 > #14 0xb7ed70c4 in g_main_dispatch () > from /usr/local/lib/libglib-2.0.so.0 > #15 0xb7ed7f1d in g_main_context_dispatch () > from /usr/local/lib/libglib-2.0.so.0 > #16 0xb7ed82df in g_main_context_iterate () > from /usr/local/lib/libglib-2.0.so.0 > #17 0xb7ed88a3 in g_main_loop_run () > from /usr/local/lib/libglib-2.0.so.0 > #18 0xb7ef0bea in g_thread_create_proxy () > from /usr/local/lib/libglib-2.0.so.0 > #19 0xb7ce13b0 in start_thread () from /lib/tls/libpthread.so.0 > #20 0xb7c4426e in clone () from /lib/tls/libc.so.6 > > This may be the one where Armin said it was odd that the synce plugin > didn't call hashing functions but did crash on them. It was the > file-plugin that did this... > > The other type of crash is this : > #0 0xffffe410 in ?? () > #1 0xb6c16bd8 in ?? () > #2 0x00000006 in ?? () > #3 0x00005d2e in ?? () > #4 0xb7bcc6e5 in raise () from /lib/tls/libc.so.6 > #5 0xb7bce049 in abort () from /lib/tls/libc.so.6 > #6 0xb7f06d0d in g_logv () from /usr/local/lib/libglib-2.0.so.0 > #7 0xb7f06d9d in g_log () from /usr/local/lib/libglib-2.0.so.0 > #8 0xb7f06e44 in g_assert_warning () > from /usr/local/lib/libglib-2.0.so.0 > #9 0xb7eba350 in osync_group_get_slow_sync () > from /usr/local/lib/libopensync.so.0 > #10 0xb7ebbb9c in osync_member_get_slow_sync () > from /usr/local/lib/libopensync.so.0 > #11 0xb7598307 in m_report_cal (ctx=0x8178938) at synce_plugin.c:485 > #12 0xb7598586 in get_changeinfo (ctx=0x8178938) at synce_plugin.c:554 > #13 0xb7ebc44d in osync_member_get_changeinfo () > from /usr/local/lib/libopensync.so.0 > #14 0xb7ecfccc in client_message_handler () > from /usr/local/lib/libosengine.so.0 > #15 0xb7ecf689 in _queue_dispatch () > from /usr/local/lib/libosengine.so.0 > #16 0xb7eff0c4 in g_main_dispatch () > from /usr/local/lib/libglib-2.0.so.0 > #17 0xb7efff1d in g_main_context_dispatch () > from /usr/local/lib/libglib-2.0.so.0 > #18 0xb7f002df in g_main_context_iterate () > from /usr/local/lib/libglib-2.0.so.0 > #19 0xb7f008a3 in g_main_loop_run () > from /usr/local/lib/libglib-2.0.so.0 > #20 0xb7f18bea in g_thread_create_proxy () > from /usr/local/lib/libglib-2.0.so.0 > #21 0xb7d093b0 in start_thread () from /lib/tls/libpthread.so.0 > #22 0xb7c6c26e in clone () from /lib/tls/libc.so.6 > > Cheers, > > Danny > > > |