On Thu, 2004-09-16 at 17:19, Paul D. Eden wrote:
> On Thu, 2004-09-16 at 03:58, Armin Bauer wrote:
> > On Wed, 2004-09-15 at 23:38, Paul D. Eden wrote:
> > > I am trying out multisync 0.82 on fedora core 2.  I am using the
> > > evolution and the palm conduits/modules.  I am using irda to sync.
> > > 
> > > The connection goes fine and the initial gathering of changes seems to
> > > work, but after a while it pegs the CPU and then a little later the
> > > connection to the handheld is lost.
> > > 
> > > Is this a known bug?
> > > 
> > 
> > no :)
> > 
> > do this:
> > 
> > get a shell
> > type: gdb multisync
> > you will get a new type of shell
> > type: run
> > as soon as it uses 100% CPU press: Ctrl+c
> > and type: bt
> > send us the output :)
> 
> Here you go
> 

ok. how many contacts are you trying to sync?
I suspect that you are syncing quite a lot, since when you stoped it, it
was in the process of adding changes to evo.

I guess that while it was working on the evo side it somehow got a
timeout on the palm side (i added a "ping" function to the palm side so
the connection is kept open, so it must not be working)

if my assumptions are correct i would need a debug output of the palm
side ("Full Debug").

> 
> Script started on Thu 16 Sep 2004 08:11:09 AM MST
> ]$ gdb multisync
> GNU gdb Red Hat Linux (6.0post-0.20040223.19rh)
> Copyright 2004 Free Software Foundation, Inc.
> GDB is free software, covered by the GNU General Public License, and you are
> welcome to change it and/or distribute copies of it under certain conditions.
> Type "show copying" to see the conditions.
> There is absolutely no warranty for GDB.  Type "show warranty" for details.
> This GDB was configured as "i386-redhat-linux-gnu"...(no debugging symbols 
> found)...Using host libthread_db library "/lib/tls/libthread_db.so.1".
> 
> (gdb) run
> Starting program: /usr/local/bin/multisync 
> (no debugging symbols found)...(no debugging symbols found)...(no debugging symbols 
> found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging 
> symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no 
> debugging symbols found)...(no debugging symbols found)...(no debugging symbols 
> found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging 
> symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no 
> debugging symbols found)...(no debugging symbols found)...(no debugging symbols 
> found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging 
> symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no 
> debugging symbols found)...(no debugging symbols found)...(no debugging symbols 
> found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging 
> symbols found)...[Thread debugging using libthread_db enabled]
> [New Thread -151154560 (LWP 12040)]
> (no debugging symbols found)...(no debugging symbols found)...(no debugging symbols 
> found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging 
> symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no 
> debugging symbols found)...(no debugging symbols found)...(no debugging symbols 
> found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging 
> symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no 
> debugging symbols found)...(no debugging symbols found)...(no debugging symbols 
> found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging 
> symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no 
> debugging symbols found)...(no debugging symbols found)...(no debugging symbols 
> found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging 
> symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no 
> debugging symbols found)...(no debugging symbols found)...(no debugging symbols 
> found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging 
> symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no 
> debugging symbols found)...(no debugging symbols found)...(no debugging symbols 
> found)...(no debugging symbols found)...(no debugging symbols found)...Detaching 
> after fork from child process 12043.
> (no debugging symbols found)...(no debugging symbols found)...[New Thread 26893232 
> (LWP 12044)]
> Pango:/etc/pango/pangorc:6: A [SECTION] declaration must occur first
> readappblock r=638
> 
> Program received signal SIGINT, Interrupt.
> [Switching to Thread -151154560 (LWP 12040)]
> 0x00797823 in g_list_length () from /usr/lib/libglib-2.0.so.0
> (gdb) bt
> #0  0x00797823 in g_list_length () from /usr/lib/libglib-2.0.so.0
> #1  0x009425c1 in evo_append_change ()
>    from /usr/local/lib/multisync/libevolution_sync.so
> #2  0x00944825 in evo_addr_change ()
>    from /usr/local/lib/multisync/libevolution_sync.so
> #3  0x009448c0 in evo_addr_added_cb ()
>    from /usr/local/lib/multisync/libevolution_sync.so
> #4  0x008da2be in g_cclosure_marshal_VOID__POINTER ()
>    from /usr/lib/libgobject-2.0.so.0
> #5  0x008c5160 in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
> #6  0x008d9195 in g_signal_emit_by_name () from /usr/lib/libgobject-2.0.so.0
> #7  0x008d8157 in g_signal_emit_valist () from /usr/lib/libgobject-2.0.so.0
> #8  0x008d8454 in g_signal_emit () from /usr/lib/libgobject-2.0.so.0
> #9  0x00958cd9 in e_book_view_listener_get_type ()
>    from /usr/lib/evolution/1.4/libebook.so.0
> #10 0x00958f2c in e_book_view_listener_get_type ()
>    from /usr/lib/evolution/1.4/libebook.so.0
> #11 0x008d9691 in g_cclosure_marshal_VOID__VOID ()
>    from /usr/lib/libgobject-2.0.so.0
> #12 0x008c5160 in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
> #13 0x008d9195 in g_signal_emit_by_name () from /usr/lib/libgobject-2.0.so.0
> #14 0x008d8157 in g_signal_emit_valist () from /usr/lib/libgobject-2.0.so.0
> #15 0x008d8454 in g_signal_emit () from /usr/lib/libgobject-2.0.so.0
> ---Type <return> to continue, or q <return> to quit---
> #16 0x00957ff5 in e_book_listener_get_type ()
>    from /usr/lib/evolution/1.4/libebook.so.0
> #17 0x0079c8ac in g_main_context_wakeup () from /usr/lib/libglib-2.0.so.0
> #18 0x00799e4a in g_main_depth () from /usr/lib/libglib-2.0.so.0
> #19 0x0079af28 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
> #20 0x0079b260 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
> #21 0x0079b8a3 in g_main_loop_run () from /usr/lib/libglib-2.0.so.0
> #22 0x040980a8 in bonobo_main () from /usr/lib/libbonobo-2.so.0
> #23 0x0805bbdf in main ()
> (gdb) quit
> The program is running.  Exit anyway? (y or n) y
> ]$ 
> Script done on Thu 16 Sep 2004 08:16:00 AM MST
> 
> 



-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
_______________________________________________
Multisync-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/multisync-users

Reply via email to