« Return to Thread: msynctool core dumps

Re: msynctool core dumps

by Christian Hilgers-2 :: Rate this Message:

Reply to Author | View in Thread

Daniel Gollub schrieb:

> On Wednesday 23 April 2008 10:41:11 Christian Hilgers wrote:
>>> What does your file-sync configuration look like?
>> see attached file
>
>   <directory>
>     <path>/opt/opensync/kde-file/note</path>
>     <objtype>note</objtype>
>     <objformat>xmlformat-note</objformat>
>     <converterpath_config></converterpath_config>
>   </directory>
>
> This <objformat> line is VERY interesting....

I took that from msynctool --discover file-kde 1
Discovered Objtypes:
         contact
                 Format: vcard30
                                  conversion config:
         event
                 Format: vevent20
                                  conversion config:
         todo
                 Format: vtodo20
                                  conversion config:
         note
                 Format: xmlformat-note
                                  conversion config:


> What do you mean by data?

The note is just empty. The original data contains a lot of
prices of coffeepads from different shops and vendors.
In the first version of the mail I added some lines as example,
but removed it later as I thought prices for coffee pads are
not interesting.

> Hint: In meanwhile just replace "xmlformat-note" with "memo" for now. This
> might work...

done, now it does no longer core dump, but loops at the end and does not sync.
I did manually remove the previously synced files.

strace shows:

strace -p 5316
Process 5316 attached - interrupt to quit
futex(0x80774e4, 0x80 /* FUTEX_??? */, 1 <unfinished ...>
Process 5316 detached


top - 10:50:43 up 38 days, 23:10,  4 users,  load average: 1.76, 1.46, 0.98
Tasks: 231 total,   7 running, 223 sleeping,   0 stopped,   1 zombie
Cpu(s): 24.8%us, 27.1%sy,  0.0%ni, 47.9%id,  0.0%wa,  0.0%hi,  0.2%si,  0.0%st
Mem:   2074288k total,  2022112k used,    52176k free,    13060k buffers
Swap:  1959920k total,  1004372k used,   955548k free,   562928k cached

   PID USER      PR  NI  VIRT  RES  SHR S %CPU %MEM    TIME+  COMMAND
  5316 con_chi   20   0  113m  28m  10m S  100  1.4   5:31.30 msynctool
  3283 root      20   0  695m 238m  20m S    3 11.8 416:27.00 Xorg

ps -efl | grep 5316
0 S con_chi   5316 25135 96  80   0 - 28982 stext  10:44 pts/8    00:05:51 msynctool --sync file-kde
0 R con_chi   5325  5316  1  80   0 - 20979 stext  10:45 pts/8    00:00:05 osplugin -f 25 32
0 R root      7123 22567  0  80   0 -   958 -      10:51 pts/12   00:00:00 grep 5316
root@aachen:~# strace -p 5325
Process 5325 attached - interrupt to quit
restart_syscall(<... resuming interrupted call ...>) = 0
poll([{fd=5, events=POLLIN}], 1, 1)     = 0
poll([{fd=5, events=POLLIN}], 1, 1)     = 0
poll([{fd=5, events=POLLIN}], 1, 1)     = 0
poll([{fd=5, events=POLLIN}], 1, 1)     = 0
poll([{fd=5, events=POLLIN}], 1, 1)     = 0
poll([{fd=5, events=POLLIN}], 1, 1)     = 0
....


Any ideas how to continue?

Christian
--
Christian Hilgers                  |ConSol*
Tel.   +49.2102.994-423            |Consulting&Solutions Software GmbH
Fax    +49.2102.994-411            |Berliner Str. 101, 40880 Ratingen
email: Christian.Hilgers@... |WWW: http://www.consol.de

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Don't miss this year's exciting event. There's still time to save $100.
Use priority code J8TL2D2.
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Opensync-devel mailing list
Opensync-devel@...
https://lists.sourceforge.net/lists/listinfo/opensync-devel

 « Return to Thread: msynctool core dumps