From: Jason G. <exp...@lo...> - 2009-07-28 10:34:32
|
Hello again, I've built of svn head, and am using libsyncml-0.5.x as per my recent mail. When I try and sync my Nokia 6300 over obex, the reconcilation of changes appears to work correctly (i.e. osynctool reports the correct changes), but the final send of data hangs, and the phone is not updated. The trace repeats the _queue_prepare message below until I kill the process. I'm not sure what to try next to resolve what appears to be an issue related to worker threads. Tips appreciated. I am happy to debug/test this, but need some guidance. (Note that I've sync'd contacts between evo and the 6300 using earlier editions of opensync, but no joy with this edition). J. [1248774932.614840] smlXmlAssemblerRunFull: Message Assembled: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE SyncML PUBLIC "-//SYNCML//DTD SyncML 1.1//EN" "http://www.syncml.org/docs/syncml_represent_v11_20020213.dtd"><SyncML xmlns="SYNCML:SYNCML1.1"><SyncHdr><VerDTD>1.1</VerDTD><VerProto>SyncML/1.1</VerProto><SessionID>23099</SessionID><MsgID>2</MsgID><Target><LocURI>IMEI:XXXX</LocURI></Target><Source><LocURI>jas@talby</LocURI></Source><Meta><MaxMsgSize xmlns="syncml:metinf">3584</MaxMsgSize></Meta></SyncHdr> <SyncBody><Status><CmdID>1</CmdID><MsgRef>2</MsgRef><CmdRef>0</CmdRef><Cmd>SyncHdr</Cmd><TargetRef>jas@talby</TargetRef><SourceRef>IMEI:XXX</SourceRef><Data>200</Data></Status> <Status><CmdID>8</CmdID><MsgRef>2</MsgRef><CmdRef>4</CmdRef><Cmd>Sync</Cmd><TargetRef>Contacts</TargetRef><SourceRef>/telecom/pb.vcf</SourceRef><Data>200</Data></Status> <Status><CmdID>9</CmdID><MsgRef>2</MsgRef><CmdRef>5</CmdRef><Cmd>Add</Cmd><SourceRef>64</SourceRef><Data>201</Data></Status> <Final></Final></SyncBody></SyncML> ... [1248774932.615559] <<<<<<< smlTransportObexClientSend [1248774932.615576] >>>>>>> smlTransportDataDeref(0xb0a1c928) [1248774932.615593] <<<<<<< smlTransportDataDeref: Freed [1248774932.615610] <<<<<<< smlTransportWorkerHandler [1248774932.615628] _queue_prepare(0x88969c0, 0xaf5fd21c) [1248774932.616721] _queue_prepare(0x88969c0, 0xaf5fd21c) [1248774932.617766] _queue_prepare(0x88969c0, 0xaf5fd21c) [1248774932.618848] _queue_prepare(0x88969c0, 0xaf5fd21c) [1248774932.619916] _queue_prepare(0x88969c0, 0xaf5fd21c) [1248774932.620976] _queue_prepare(0x88969c0, 0xaf5fd21c) [1248774932.622035] _queue_prepare(0x88969c0, 0xaf5fd21c) [1248774932.623082] _queue_prepare(0x88969c0, 0xaf5fd21c) [1248774932.624162] _queue_prepare(0x88969c0, 0xaf5fd21c) [1248774932.625224] _queue_prepare(0x88969c0, 0xaf5fd21c) |