From: Markus M. <me...@me...> - 2006-04-25 11:43:15
Attachments:
Thread3082439600.log
Thread3082442432.log
|
Hi, I own a Nokia 6230 phone which I want to sync via Obex/SyncML. I installed libsyncml like it is described here: http://libsyncml.opensync.org/wiki/obex-guide I used the following options on ./configure: ./configure --disable-http --enable-obex --enable-bluetooth --enable-tracing I can already sync the phone via gnokii, and operate the phone via xgnokii, so my bluetooth setup should be ok. I played around with the various options of syncml-obex-client and got it to do "something", although I'm not sure how good this is. The best behaviour (as in "it outputs an actual message, not just 'Received a transport error'") is when I use the following command: markus@markus:~/opensync/libsyncml$ syncml-obex-client -b 00:15:2A:22:23:9E 7 --identifier "PC Suite" --sync vcard Contacts --wbxml --recvLimit 10000 --maxObjSize 734000 --allowLateStatus It then outputs: connection with device succeeded I/O error : Attempt to load network entity http://www.syncml.org/docs/syncml_represent_v11_20020213.dtd Received an Alert for the DS Server at Contacts: Type: 201, Last 0, Next 55 Just received a new session with ID 6 There was an error in the session 6: Unknown command type The phone then shows the message "Address Book: Error" (in German). The traces are attached. Any ideas on how the situation could be improved? Markus |
From: Armin B. <arm...@de...> - 2006-04-25 13:18:47
Attachments:
signature.asc
|
Markus Meyer wrote: > Hi, >=20 > I own a Nokia 6230 phone which I want to sync via Obex/SyncML. I > installed libsyncml like it is described here: >=20 > http://libsyncml.opensync.org/wiki/obex-guide >=20 > I used the following options on ./configure: >=20 > ./configure --disable-http --enable-obex --enable-bluetooth --enable-tr= acing >=20 > I can already sync the phone via gnokii, and operate the phone via > xgnokii, so my bluetooth setup should be ok. >=20 > I played around with the various options of syncml-obex-client and got > it to do "something", although I'm not sure how good this is. The best > behaviour (as in "it outputs an actual message, not just 'Received a > transport error'") is when I use the following command: >=20 > markus@markus:~/opensync/libsyncml$ syncml-obex-client -b > 00:15:2A:22:23:9E 7 --identifier "PC Suite" --sync vcard Contacts > --wbxml --recvLimit 10000 --maxObjSize 734000 --allowLateStatus >=20 > It then outputs: >=20 > connection with device succeeded > I/O error : Attempt to load network entity > http://www.syncml.org/docs/syncml_represent_v11_20020213.dtd > Received an Alert for the DS Server at Contacts: Type: 201, Last 0, Nex= t 55 > Just received a new session with ID 6 > There was an error in the session 6: Unknown command type >=20 > The phone then shows the message "Address Book: Error" (in German). The= > traces are attached. >=20 > Any ideas on how the situation could be improved? yes! please do a "svn up" on your sources. The problem was that your phone sends a Put like this: <Put> <CmdID>4</CmdID> <Item> <Source><LocURI>./devinf11</LocURI></Source> <Meta> <Type xmlns=3D"syncml:metinf">application/vnd.syncml-devinf+xml</Type> </Meta> but the spec says it should look like this: <Put> <CmdID>4</CmdID> <Meta> <Type xmlns=3D"syncml:metinf">application/vnd.syncml-devinf+xml</Type> </Meta> <Item> <Source><LocURI>./devinf11</LocURI></Source> i uploaded a fix, so that libsyncml can handle both cases correctly. Armin >=20 >=20 > Markus >=20 >=20 >=20 >=20 > -----------------------------------------------------------------------= - >=20 > [1145965241.668654] >>>>>>> smlThreadStartCallback(0x8052fe8) > [1145965241.668777] +++++++++ This is the worker thread of thread 0x80= 52fe8 for context 0x8050ef0 +++++++++ > [1145965241.678212] >>>>>>> smlTransportWorkerHandler(0x8053948, 0x80= 502e0) > [1145965241.678247] >>>>>>> smlTransportObexClientConnect(0x804f898)= > [1145965241.678274] connecting to bluetooth device 00:15:2A:22:23:9E= channel 7 > [1145965245.864961] bluetooth connect done > [1145965245.903988] >>>>>>> _smlObexEvent(0x80516d8, 0x8054500, 0, = 3, 0, 32) > [1145965245.904066] Request Done > [1145965245.904101] Next header 203, 1, 0x1 > [1145965245.904129] Found connection number: 1 > [1145965245.904156] Next header 74, 134572936, 0x8056b88 > [1145965245.904188] Found who: SYNCML-SYNC > [1145965245.904224] >>>>>>> smlTransportReceiveEvent(0x80502e0, (n= il), 0, (nil), (nil)) > [1145965245.904253] >>>>>>> _smlManagerDataHandler(0x80502e0, (ni= l), 0, (nil), (nil), 0x8050df8) > [1145965245.904284] >>>>>>> _smlManagerSendEvent(0x8050df8, 0, (= nil), (nil), (nil), (nil)) > [1145965245.904315] <<<<<<< _smlManagerSendEvent > [1145965245.904341] <<<<<<< _smlManagerDataHandler > [1145965245.904368] <<<<<<< smlTransportReceiveEvent: 1 > [1145965245.904393] <<<<<<< _smlObexEvent > [1145965245.904422] <<<<<<< smlTransportObexClientConnect > [1145965245.904449] <<<<<<< smlTransportWorkerHandler > [1145965245.904478] >>>>>>> smlTransportWorkerHandler(0x80539c8, 0x80= 502e0) > [1145965245.904505] >>>>>>> smlTransportObexClientSend(0x804f898, (n= il), 0x8053960, (nil)) > [1145965245.904542] Adding connection id 1 > [1145965245.904570] Target application/vnd.syncml+wbxml > [1145965246.383890] >>>>>>> _smlObexEvent(0x80516d8, 0x8054500, 0, = 3, 2, 32) > [1145965246.383967] Request Done > [1145965246.383996] <<<<<<< _smlObexEvent > [1145965246.384024] Done sending the put request > [1145965246.384051] Adding connection id 1 > [1145965246.477867] >>>>>>> _smlObexEvent(0x80516d8, 0x8056b80, 0, = 0, 3, 0) > [1145965246.477942] Progress > [1145965246.477969] <<<<<<< _smlObexEvent > [1145965246.511856] >>>>>>> _smlObexEvent(0x80516d8, 0x8056b80, 0, = 3, 3, 32) > [1145965246.511930] Request Done > [1145965246.512009] Got GET command done > [1145965246.512040] Next header 195, 1299, 0x513, len 4 > [1145965246.512066] Found length: 1299 > [1145965246.512093] Next header 72, 134566400, 0x8055200, len 1299 > [1145965246.512144] >>>>>>> smlTransportDataNew(0x8055718, 1299, 2= , 1, 0xb7ba40a4) > [1145965246.512172] <<<<<<< smlTransportDataNew: 0x8052fa0 > [1145965246.512201] >>>>>>> smlTransportReceiveEvent(0x80502e0, (n= il), 3, 0x8052fa0, (nil)) > [1145965246.512229] >>>>>>> _smlManagerDataHandler(0x80502e0, (ni= l), 3, 0x8052fa0, (nil), 0x8050df8) > [1145965246.512265] >>>>>>> smlParserNew(2, 0, 0xb7ba3ff0) > [1145965246.512299] >>>>>>> smlWbxmlParserNew(0x8054548, 0xb7ba= 3ff0) > [1145965246.512331] >>>>>>> smlXmlParserNew(0x8054548, 0xb7ba3= ff0) > [1145965246.512359] <<<<<<< smlXmlParserNew: 0x8053980 > [1145965246.512385] <<<<<<< smlWbxmlParserNew: 0x8053980 > [1145965246.512411] <<<<<<< smlParserNew: 0x8054548 > [1145965246.512454] >>>>>>> smlParserStart(0x8054548, 0x8055718,= 1299, 0xb7ba3ff0) > [1145965246.512483] >>>>>>> smlWbxmlParserStart(0x8053980, 0x80= 55718, 0x513, 0xb7ba3ff0) > [1145965246.513124] Wbxml input: 02 ffffff9f Sj 00 mlq 03 1.1= 00 01 r 03 SyncML/1.1 00 01 e 03 6 00 01 [ 03 1 00 01 nW 03 PC Suite= 00 01 01 gW 03 IMEI:357097002381346 00 01 01 Z 00 01 L 03 3584 00 = 01 01 01 00 00 kiK 03 1 00 01 \ 03 1 00 01 L 03 0 00 01 J 03 SyncH= dr 00 01 o 03 IMEI:357097002381346 00 01 h 03 PC Suite 00 01 O 03 200 = 00 01 01 iK 03 2 00 01 \ 03 1 00 01 L 03 1 00 01 J 03 Alert 00 01 h= 03 Contacts 00 01 O 03 200 00 01 01 FK 03 3 00 01 O 03 201 00 01 Tn= W 03 Contacts 00 01 01 gW 03 /telecom/pb.vcf 00 01 01 Z 00 01 EJ 03 = 0 00 01 O 03 55 00 01 01 01 01 01 00 00 _K 03 4 00 01 TgW 03 ./d= evinf11 00 01 01 Z 00 01 S 03 application/vnd.syncml-devinf+wbxml 00 = 01 01 00 00 O ffffffc3 ffffff87 - 02 ffffff9f Tj 7e 1.1 00 00 00 = 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Nokia 6230i 00= 00 00 00 00 00 00 00 00 00 4001 00 00 00 00 00 00 00 00 = 00 00 00 00 00 00 00 00 00 V 03. 40 00 00 00 00 00 00 00 00 00 00 00 00 00 00 IMEI:3570970023= 81346 00 Nokia 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00= 00 Je ffffff83 00 01 Q ffffff83 i 01 U ffffff83 15 01 O ffffff83 ? = 01 ^ ffffff83 ? 01 P ffffff83 * 01 I ffffff83 T 01 K 03 phone 00 01 G] 0= 3 /telecom/pb.vcf 00 01 R 03 8 00 01 ZF 03 text/x-vcard 00 01 d 03 2.1= 00 01 01 bF 03 text/x-vcard 00 01 d 03 2.1 00 01 01 _` 03 1 00 01 = ` 03 2 00 01 ` 03 7 00 01 01 01 G] 03 /telecom/cal.vcs 00 01 R 03 8 = 00 01 ZF 03 text/x-vcalendar 00 01 d 03 1.0 00 01 01 bF 03 text/x-vca= lendar 00 01 d 03 1.0 00 01 01 _` 03 1 00 01 ` 03 2 00 01 ` 03 7 00 = 01 01 01 G] 03 /telecom/note.txt 00 01 R 03 8 00 01 ZF 03 text/plain= 00 01 d 03 00 01 01 bF 03 text/plain 00 01 d 03 00 01 01 _` 03 1= 00 01 ` 03 2 00 01 ` 03 7 00 01 01 01 EF 03 text/x-vcard 00 01 X 0= 3 BEGIN 00 01 c 03 VCARD 00 01 X 03 VERSION 00 01 c 03 2.1 00 01 X 03= END 00 01 c 03 VCARD 00 01 X 03 N 00 =20 01 X 03 TEL 00 01 W 03 PREF 00 01 W 03 WORK 00 01 W 03 HOME 00 01 W 0= 3 VOICE 00 01 W 03 FAX 00 01 W 03 CELL 00 01 X 03 NOTE 00 01 X 03 URL= 00 01 X 03 EMAIL 00 01 X 03 LABEL 00 01 01 EF 03 text/x-vcalendar 00= 01 X 03 BEGIN 00 01 c 03 VCALENDAR 00 01 c 03 VEVENT 00 01 c 03 VTOD= O 00 01 X 03 VERSION 00 01 c 03 1.0 00 01 X 03 END 00 01 c 03 VCALEND= AR 00 01 c 03 VEVENT 00 01 c 03 VTODO 00 01 X 03 DTSTART 00 01 H 03 d= atetime 00 01 X 03 DTEND 00 01 H 03 datetime 00 01 X 03 SUMMARY 00 01= X 03 DUE 00 01 X 03 AALARM 00 01 H 03 datetime 00 01 X 03 DALARM 00 = 01 H 03 datetime 00 01 X 03 RRULE 00 01 X 03 CATEGORIES 00 01 X 03 LOC= ATION 00 01 X 03 STATUS 00 01 X 03 PRIORITY 00 01 X 03 EXDATE 00 01 = 01 EF 03 text/plain 00 01 X 03 00 01 H 03 chr 00 01 \ 03 3000 00 01 = 01 01 01 01 01 12 01 01=20 > [1145965246.513224] >>>>>>> smlWbxmlConvertFrom(0xb7ba3f4c, 0x= 8055718, 1299, 0xb7ba3f58, 0xb7ba3ff0) > [1145965246.514152] <<<<<<< smlWbxmlConvertFrom > [1145965246.514230] >>>>>>> smlXmlParserStart(0x8053980, 0x805= 9798, 3683, 0xb7ba3ff0) > [1145965246.514306] Xml input: <?xml version=3D"1.0"?><!DOCTYP= E SyncML PUBLIC "-//SYNCML//DTD SyncML 1.1//EN" "http://www.syncml.org/do= cs/syncml_represent_v11_20020213.dtd"><SyncML xmlns=3D"syncml:SYNCML1.1">= <SyncHdr><VerDTD>1.1</VerDTD><VerProto>SyncML/1.1</VerProto><SessionID>6<= /SessionID><MsgID>1</MsgID><Target><LocURI>PC Suite</LocURI></Target><Sou= rce><LocURI>IMEI:357097002381346</LocURI></Source><Meta><MaxMsgSize xmlns= =3D"syncml:metinf">3584</MaxMsgSize></Meta></SyncHdr><SyncBody><Status><C= mdID>1</CmdID><MsgRef>1</MsgRef><CmdRef>0</CmdRef><Cmd>SyncHdr</Cmd><Targ= etRef>IMEI:357097002381346</TargetRef><SourceRef>PC Suite</SourceRef><Dat= a>200</Data></Status><Status><CmdID>2</CmdID><MsgRef>1</MsgRef><CmdRef>1<= /CmdRef><Cmd>Alert</Cmd><SourceRef>Contacts</SourceRef><Data>200</Data></= Status><Alert><CmdID>3</CmdID><Data>201</Data><Item><Target><LocURI>Conta= cts</LocURI></Target><Source><LocURI>/telecom/pb.vcf</LocURI></Source><Me= ta><Anchor xmlns=3D"syncml:metinf"><Last>0</Last> <Next>55</Next></Anchor></Meta></Item></Alert><Put><CmdID>4</CmdID><Item>= <Source><LocURI>./devinf11</LocURI></Source><Meta><Type xmlns=3D"syncml:m= etinf">application/vnd.syncml-devinf+xml</Type></Meta><Data><DevInf xmlns= =3D"syncml:devinf"><VerDTD>1.1</VerDTD><Man>Nokia</Man><Mod>Nokia 6230i</= Mod><FwV>V 03.40</FwV><SwV>V 03.40</SwV><HwV>4001</HwV><DevID>IMEI:357097= 002381346</DevID><DevTyp>phone</DevTyp><DataStore><SourceRef>/telecom/pb.= vcf</SourceRef><MaxGUIDSize>8</MaxGUIDSize><Rx-Pref><CTType>text/x-vcard<= /CTType><VerCT>2.1</VerCT></Rx-Pref><Tx-Pref><CTType>text/x-vcard</CTType= ><VerCT>2.1</VerCT></Tx-Pref><SyncCap><SyncType>1</SyncType><SyncType>2</= SyncType><SyncType>7</SyncType></SyncCap></DataStore><DataStore><SourceRe= f>/telecom/cal.vcs</SourceRef><MaxGUIDSize>8</MaxGUIDSize><Rx-Pref><CTTyp= e>text/x-vcalendar</CTType><VerCT>1.0</VerCT></Rx-Pref><Tx-Pref><CTType>t= ext/x-vcalendar</CTType><VerCT>1.0</VerCT></Tx-Pref><SyncCap><SyncType>1<= /SyncType><SyncType>2</SyncType><SyncType>7</ SyncType></SyncCap></DataStore><DataStore><SourceRef>/telecom/note.txt</S= ourceRef><MaxGUIDSize>8</MaxGUIDSize><Rx-Pref><CTType>text/plain</CTType>= <VerCT></VerCT></Rx-Pref><Tx-Pref><CTType>text/plain</CTType><VerCT></Ver= CT></Tx-Pref><SyncCap><SyncType>1</SyncType><SyncType>2</SyncType><SyncTy= pe>7</SyncType></SyncCap></DataStore><CTCap><CTType>text/x-vcard</CTType>= <PropName>BEGIN</PropName><ValEnum>VCARD</ValEnum><PropName>VERSION</Prop= Name><ValEnum>2.1</ValEnum><PropName>END</PropName><ValEnum>VCARD</ValEnu= m><PropName>N</PropName><PropName>TEL</PropName><ParamName>PREF</ParamNam= e><ParamName>WORK</ParamName><ParamName>HOME</ParamName><ParamName>VOICE<= /ParamName><ParamName>FAX</ParamName><ParamName>CELL</ParamName><PropName= >NOTE</PropName><PropName>URL</PropName><PropName>EMAIL</PropName><PropNa= me>LABEL</PropName></CTCap><CTCap><CTType>text/x-vcalendar</CTType><PropN= ame>BEGIN</PropName><ValEnum>VCALENDAR</ValEnum><ValEnum>VEVENT</ValEnum>= <ValEnum>VTODO</ValEnum><PropName>VERSION </PropName><ValEnum>1.0</ValEnum><PropName>END</PropName><ValEnum>VCALEND= AR</ValEnum><ValEnum>VEVENT</ValEnum><ValEnum>VTODO</ValEnum><PropName>DT= START</PropName><DataType>datetime</DataType><PropName>DTEND</PropName><D= ataType>datetime</DataType><PropName>SUMMARY</PropName><PropName>DUE</Pro= pName><PropName>AALARM</PropName><DataType>datetime</DataType><PropName>D= ALARM</PropName><DataType>datetime</DataType><PropName>RRULE</PropName><P= ropName>CATEGORIES</PropName><PropName>LOCATION</PropName><PropName>STATU= S</PropName><PropName>PRIORITY</PropName><PropName>EXDATE</PropName></CTC= ap><CTCap><CTType>text/plain</CTType><PropName></PropName><DataType>chr</= DataType><Size>3000</Size></CTCap></DevInf></Data></Item></Put><Final></F= inal></SyncBody></SyncML> > [1145965246.515795] <<<<<<< smlXmlParserStart > [1145965246.515871] <<<<<<< smlWbxmlParserStart > [1145965246.515899] <<<<<<< smlParserStart > [1145965246.515930] >>>>>>> smlParserGetHeader(0x8054548, 0xb7ba= 3ff8, 0xb7ba3ff4) > [1145965246.515962] >>>>>>> smlXmlParserGetHeader(0x8053980, 0x= b7ba3ff8, 0xb7ba3ff4) > [1145965246.515991] >>>>>>> _smlSyncHeaderParseDTD(0x80690d4, = 0x8053980, 0xb7ba3ff0) > [1145965246.516035] <<<<<<< _smlSyncHeaderParseDTD > [1145965246.516064] >>>>>>> _smlSyncHeaderParseProto(0x80690d8= , 0x8053980, 0xb7ba3ff0) > [1145965246.516093] <<<<<<< _smlSyncHeaderParseProto > [1145965246.516130] >>>>>>> _smlLocationParse(0x80690e0, 0x805= 3980, 0xb7ba3ff0) > [1145965246.516162] <<<<<<< _smlLocationParse > [1145965246.516190] >>>>>>> _smlLocationParse(0x80690dc, 0x805= 3980, 0xb7ba3ff0) > [1145965246.516221] <<<<<<< _smlLocationParse > [1145965246.516250] >>>>>>> _smlMessageParseSynchdrMeta(0x8053= 980, 0x80690e8, 0x80690ec, 0xb7ba3ff0) > [1145965246.516282] <<<<<<< _smlMessageParseSynchdrMeta > [1145965246.516311] <<<<<<< smlXmlParserGetHeader > [1145965246.516336] <<<<<<< smlParserGetHeader > [1145965246.516367] >>>>>>> smlManagerSessionFind(0x8050df8, 6) > [1145965246.516393] <<<<<<< smlManagerSessionFind: NOT FOUND > [1145965246.516432] >>>>>>> smlSessionNew(0, 2, 2, 1, 0x80593d8,= 0x8068ea8, 6, 2, 0xb7ba3ff0) > [1145965246.516462] >>>>>>> smlLocationRef(0x8068ea8) > [1145965246.516488] <<<<<<< smlLocationRef: New refcount: 2 > [1145965246.516513] >>>>>>> smlLocationRef(0x80593d8) > [1145965246.516539] <<<<<<< smlLocationRef: New refcount: 2 > [1145965246.516565] >>>>>>> smlAssemblerNew(2, 0, 0xb7ba3ff0) > [1145965246.516591] >>>>>>> smlWbxmlAssemblerNew(0x8068ad0, 0x= 8068ad0, 0xb7ba3ff0) > [1145965246.516618] >>>>>>> smlXmlAssemblerNew(0x8068ad0, 0x8= 068ad0, 0xb7ba3ff0) > [1145965246.516644] <<<<<<< smlXmlAssemblerNew: 0x8069028 > [1145965246.516670] <<<<<<< smlWbxmlAssemblerNew: 0x8069028 > [1145965246.516732] <<<<<<< smlAssemblerNew: 0x8068ad0 > [1145965246.516794] >>>>>>> smlAssemblerSetOption(0x8068ad0, US= E_STRTABLE, 1) > [1145965246.516824] <<<<<<< smlAssemblerSetOption > [1145965246.516850] >>>>>>> smlAssemblerStart(0x8068ad0, 0x8065= 0d8, 0xb7ba3ff0) > [1145965246.516877] >>>>>>> smlXmlAssemblerStart(0x8069028, 0x= 80650d8, 0xb7ba3ff0) > [1145965246.516902] <<<<<<< smlXmlAssemblerStart > [1145965246.516928] <<<<<<< smlAssemblerStart > [1145965246.516954] >>>>>>> smlAssemblerAddHeader(0x8068ad0, 0x= 80650d8, 0xb7ba3ff0) > [1145965246.516981] >>>>>>> smlXmlAssemblerAddHeader(0x8069028= , 0x80650d8, 0xb7ba3ff0) > [1145965246.517014] _smlXmlAssemblerStartNodeNS: Starting "Syn= cHdr" > [1145965246.517080] >>>>>>> smlLocationAssemble(0x8068ea8, 0x= 8069028, Target, 0xb7ba3ff0) > [1145965246.517107] _smlXmlAssemblerStartNodeNS: Starting "Ta= rget" > [1145965246.517142] <<<<<<< smlLocationAssemble > [1145965246.517170] >>>>>>> smlLocationAssemble(0x80593d8, 0x= 8069028, Source, 0xb7ba3ff0) > [1145965246.517197] _smlXmlAssemblerStartNodeNS: Starting "So= urce" > [1145965246.517231] <<<<<<< smlLocationAssemble > [1145965246.517263] <<<<<<< smlXmlAssemblerAddHeader > [1145965246.517291] >>>>>>> smlAssemblerCheckSize(0x8068ad0, 1= , 0xb7ba3ff0) > [1145965246.517318] >>>>>>> smlWbxmlAssemblerCheckSize(0x8069= 028, 1, 0xb7ba3ff0) > [1145965246.517347] >>>>>>> smlXmlAssemblerRunFull(0x8069028= , 0xb7ba3ee0, 0xb7ba3edc, (nil), 1, 0, 0, 0xb7ba3ff0) > [1145965246.517382] _smlXmlAssemblerStartNodeNS: Starting "S= yncML" > [1145965246.517416] _smlXmlAssemblerStartNodeNS: Starting "S= yncBody" > [1145965246.517452] Now adding 0 statuses > [1145965246.517480] >>>>>>> smlAssemblerGetOption(0x8068ad0= , ONLY_REPLACE) > [1145965246.517508] <<<<<<< smlAssemblerGetOption: (null) > [1145965246.517560] Message Assembled: <?xml version=3D"1.0"= ?> 0a <SyncML xmlns=3D"SYNCML:SYNCML1.1"><SyncHdr><VerDTD>1.1</VerDTD><Ve= rProto>SyncML/1.1</VerProto><SessionID>6</SessionID><MsgID>2</MsgID><Targ= et><LocURI>IMEI:357097002381346</LocURI></Target><Source><LocURI>PC Suite= </LocURI></Source></SyncHdr><SyncBody><Final></Final></SyncBody></SyncML>= > [1145965246.517591] <<<<<<< smlXmlAssemblerRunFull > [1145965246.517618] >>>>>>> smlAssemblerGetOption(0x8068ad0,= USE_STRTABLE) > [1145965246.517645] <<<<<<< smlAssemblerGetOption: 1 > [1145965246.517673] >>>>>>> smlWbxmlConvertTo(0xb7ba3ed4, 0x= 8059000, 0xb7ba3ee4, 0xb7ba3ee8, 0xb7ba3ff0) > [1145965246.517873] <<<<<<< smlWbxmlConvertTo > [1145965246.517907] <<<<<<< smlWbxmlAssemblerCheckSize: 83 > [1145965246.517939] <<<<<<< smlAssemblerCheckSize: 83 > [1145965246.517965] >>>>>>> smlAssemblerGetLimit(0x8068ad0) > [1145965246.517991] <<<<<<< smlAssemblerGetLimit: 0 > [1145965246.518016] <<<<<<< smlAssemblerAddHeader > [1145965246.518044] <<<<<<< smlSessionNew: 0x80650d8 > [1145965246.518082] >>>>>>> smlManagerSessionAdd(0x8050df8, 0x80= 650d8, (nil), 0xb7ba3ff0) > [1145965246.518115] Checking if session ID 6 already exists > [1145965246.518142] >>>>>>> smlManagerSessionFind(0x8050df8, 6)= > [1145965246.518168] <<<<<<< smlManagerSessionFind: NOT FOUND > [1145965246.518201] >>>>>>> smlSessionSetEventCallback(0x80650d= 8, 0xb7d53fce, 0x8050df8) > [1145965246.518228] <<<<<<< smlSessionSetEventCallback > [1145965246.518260] >>>>>>> smlSessionSetDataCallback(0x80650d8= , 0xb7d52eb0, 0x8059700) > [1145965246.518286] <<<<<<< smlSessionSetDataCallback > [1145965246.518312] >>>>>>> _smlManagerSendEvent(0x8050df8, 3, = 0x80650d8, (nil), (nil), (nil)) > [1145965246.518346] >>>>>>> smlSessionRef(0x80650d8) > [1145965246.518372] <<<<<<< smlSessionRef: New refcount: 2 > [1145965246.518401] <<<<<<< _smlManagerSendEvent > [1145965246.518438] <<<<<<< smlManagerSessionAdd > [1145965246.518475] >>>>>>> smlSessionReceiveHeader(0x80650d8, 0= x80690d0, 0xb7ba3ff0) > [1145965246.518529] >>>>>>> smlAssemblerSetRequestedLimit(0x806= 8ad0, 3584) > [1145965246.518556] <<<<<<< smlAssemblerSetRequestedLimit > [1145965246.518588] >>>>>>> smlAssemblerSetRequestedMaxObjSize(= 0x8068ad0, 0) > [1145965246.518613] <<<<<<< smlAssemblerSetRequestedMaxObjSize > [1145965246.518644] >>>>>>> smlAssemblerReserveStatus(0x8068ad0= , 0, 1, 1, 0xb7ba3ff0) > [1145965246.518672] >>>>>>> smlXmlAssemblerReserveStatus(0x806= 9028, 0, 1, 1, 0xb7ba3ff0) > [1145965246.518702] <<<<<<< smlXmlAssemblerReserveStatus > [1145965246.518728] <<<<<<< smlAssemblerReserveStatus > [1145965246.518752] <<<<<<< smlSessionReceiveHeader > [1145965246.518831] >>>>>>> smlManagerDispatchHeader(0x8050df8, = 0x80650d8, 0x80690d0, (nil), 0xb7ba3ff0) > [1145965246.518859] >>>>>>> _header_callback(0x80650d8, 0x80690= d0, (nil), 0x8050e40) > [1145965246.518886] Auth is disabled and no cred given > [1145965246.518918] >>>>>>> smlAuthHeaderReply(0x80650d8, 200,= 0xb7ba3f58) > [1145965246.518952] >>>>>>> smlStatusNew(200, 0, 1, 0x8068ea8= , 0x80593d8, 4, 0xb7ba3f58) > [1145965246.518981] >>>>>>> smlLocationRef(0x8068ea8) > [1145965246.519008] <<<<<<< smlLocationRef: New refcount: 3 > [1145965246.519035] >>>>>>> smlLocationRef(0x80593d8) > [1145965246.519061] <<<<<<< smlLocationRef: New refcount: 3 > [1145965246.519087] <<<<<<< smlStatusNew: 0x80686d0 > [1145965246.519113] <<<<<<< smlAuthHeaderReply: 0x80686d0 > [1145965246.519148] >>>>>>> smlSessionSendReply(0x80650d8, 0x8= 0686d0, 0xb7ba3f58) > [1145965246.519179] >>>>>>> smlStatusRef(0x80686d0) > [1145965246.519206] <<<<<<< smlStatusRef: New refcount: 2 > [1145965246.519238] <<<<<<< smlSessionSendReply > [1145965246.519269] >>>>>>> smlStatusUnref(0x80686d0) > [1145965246.519295] <<<<<<< smlStatusUnref > [1145965246.519320] <<<<<<< _header_callback > [1145965246.519346] <<<<<<< smlManagerDispatchHeader > [1145965246.519379] >>>>>>> smlHeaderFree(0x80690d0) > [1145965246.519406] >>>>>>> smlLocationUnref(0x8068ea8) > [1145965246.519440] <<<<<<< smlLocationUnref > [1145965246.519466] >>>>>>> smlLocationUnref(0x80593d8) > [1145965246.519491] <<<<<<< smlLocationUnref > [1145965246.519516] <<<<<<< smlHeaderFree > [1145965246.519548] >>>>>>> smlSessionReceiveBody(0x80650d8, 0x8= 054548, 0xb7ba3ff0) > [1145965246.519580] >>>>>>> smlParserGetStatus(0x8054548, 0xb7b= a3f98, 0xb7ba3ff0) > [1145965246.519607] >>>>>>> smlXmlParserGetStatus(0x8053980, 0= xb7ba3f98, 0xb7ba3ff0) > [1145965246.519652] >>>>>>> smlStatusNew(0, 0, 0, (nil), (nil= ), 0, 0xb7ba3ff0) > [1145965246.519679] <<<<<<< smlStatusNew: 0x805ca88 > [1145965246.519796] >>>>>>> smlLocationNew(IMEI:3570970023813= 46, (null), 0xb7ba3ff0) > [1145965246.519827] <<<<<<< smlLocationNew: 0x8059518 > [1145965246.519858] >>>>>>> smlLocationNew(PC Suite, (null), = 0xb7ba3ff0) > [1145965246.519886] <<<<<<< smlLocationNew: 0x80687a0 > [1145965246.519918] Got status 0x805ca88 with: cmdRef 0, msgRe= f 1, type 4, data 200 > [1145965246.519944] <<<<<<< smlXmlParserGetStatus > [1145965246.519970] <<<<<<< smlParserGetStatus > [1145965246.520002] >>>>>>> smlSessionDispatchStatus(0x80650d8,= 0x805ca88, 0xb7ba3ff0, 0xb7d7058d) > [1145965246.520036] >>>>>>> smlSessionDispatchEvent(0x80650d8,= 3, (nil), (nil), 0x805ca88, (nil)) > [1145965246.520065] >>>>>>> _event_callback(0x80650d8, 3, (ni= l), (nil), 0x805ca88, (nil), 0x8050df8) > [1145965246.520093] <<<<<<< _event_callback > [1145965246.520119] <<<<<<< smlSessionDispatchEvent > [1145965246.520144] <<<<<<< smlSessionDispatchStatus > [1145965246.520170] >>>>>>> smlStatusUnref(0x805ca88) > [1145965246.520196] Refcount =3D=3D 0! > [1145965246.520221] >>>>>>> smlLocationUnref(0x80687a0) > [1145965246.520247] Refcount =3D=3D 0! > [1145965246.520292] <<<<<<< smlLocationUnref > [1145965246.520318] >>>>>>> smlLocationUnref(0x8059518) > [1145965246.520344] Refcount =3D=3D 0! > [1145965246.520369] <<<<<<< smlLocationUnref > [1145965246.520395] <<<<<<< smlStatusUnref > [1145965246.520432] >>>>>>> smlParserGetStatus(0x8054548, 0xb7b= a3f98, 0xb7ba3ff0) > [1145965246.520459] >>>>>>> smlXmlParserGetStatus(0x8053980, 0= xb7ba3f98, 0xb7ba3ff0) > [1145965246.520488] >>>>>>> smlStatusNew(0, 0, 0, (nil), (nil= ), 0, 0xb7ba3ff0) > [1145965246.520515] <<<<<<< smlStatusNew: 0x8068fb0 > [1145965246.520553] >>>>>>> smlLocationNew(Contacts, (null), = 0xb7ba3ff0) > [1145965246.520581] <<<<<<< smlLocationNew: 0x8068cf0 > [1145965246.520613] Got status 0x8068fb0 with: cmdRef 1, msgRe= f 1, type 1, data 200 > [1145965246.520639] <<<<<<< smlXmlParserGetStatus > [1145965246.520665] <<<<<<< smlParserGetStatus > [1145965246.520690] >>>>>>> smlSessionDispatchStatus(0x80650d8,= 0x8068fb0, 0xb7ba3ff0, 0xb7d7058d) > [1145965246.520718] <<<<<<< smlSessionDispatchStatus > [1145965246.520743] >>>>>>> smlStatusUnref(0x8068fb0) > [1145965246.520770] Refcount =3D=3D 0! > [1145965246.520795] >>>>>>> smlLocationUnref(0x8068cf0) > [1145965246.520821] Refcount =3D=3D 0! > [1145965246.520846] <<<<<<< smlLocationUnref > [1145965246.520872] <<<<<<< smlStatusUnref > [1145965246.520897] >>>>>>> smlParserGetStatus(0x8054548, 0xb7b= a3f98, 0xb7ba3ff0) > [1145965246.520924] >>>>>>> smlXmlParserGetStatus(0x8053980, 0= xb7ba3f98, 0xb7ba3ff0) > [1145965246.520950] <<<<<<< smlXmlParserGetStatus: Next is com= mand > [1145965246.520976] <<<<<<< smlParserGetStatus > [1145965246.521007] >>>>>>> smlParserGetCommand(0x8054548, 0xb7= ba3f94, 0xb7ba3ff0) > [1145965246.521034] >>>>>>> smlXmlParserGetCommand(0x8053980, = 0xb7ba3f94, 0xb7ba3ff0) > [1145965246.521061] >>>>>>> _smlAlertParse(0x8053980, 0xb7ba3= f94, 0xb7ba3ff0) > [1145965246.521088] >>>>>>> smlCommandNew(1, 0xb7ba3ff0) > [1145965246.521115] <<<<<<< smlCommandNew: 0x80594b8 > [1145965246.521153] >>>>>>> _smlItemParse(0x8053980, 0x80594= b8, 1, 0xb7ba3ff0) > [1145965246.521185] >>>>>>> smlItemNew(0, 0xb7ba3ff0) > [1145965246.521212] <<<<<<< smlItemNew: 0x8058898 > [1145965246.521240] >>>>>>> _smlLocationParse(0xb7ba3e48, 0= x8053980, 0xb7ba3ff0) > [1145965246.521271] <<<<<<< _smlLocationParse > [1145965246.521303] >>>>>>> smlLocationRef(0x8068f20) > [1145965246.521329] <<<<<<< smlLocationRef: New refcount: 2= > [1145965246.521355] >>>>>>> smlLocationUnref(0x8068f20) > [1145965246.521381] <<<<<<< smlLocationUnref > [1145965246.521409] >>>>>>> _smlLocationParse(0xb7ba3e48, 0= x8053980, 0xb7ba3ff0) > [1145965246.521458] <<<<<<< _smlLocationParse > [1145965246.521489] >>>>>>> smlLocationRef(0x8068cf0) > [1145965246.521515] <<<<<<< smlLocationRef: New refcount: 2= > [1145965246.521541] >>>>>>> smlLocationUnref(0x8068cf0) > [1145965246.521567] <<<<<<< smlLocationUnref > [1145965246.521596] >>>>>>> _smlCommandMetaParse(0x8053980,= (nil), (nil), 0x80594cc, (nil), 0xb7ba3ff0) > [1145965246.521625] >>>>>>> _smlAnchorParse(0x80594cc, 0x8= 053980, 0xb7ba3ff0) > [1145965246.521658] <<<<<<< _smlAnchorParse > [1145965246.521686] <<<<<<< _smlCommandMetaParse > [1145965246.521712] <<<<<<< _smlItemParse > [1145965246.521745] >>>>>>> smlItemUnref(0x8058898) > [1145965246.521772] Refcount =3D=3D 0! > [1145965246.521798] <<<<<<< smlItemUnref: 0 > [1145965246.521825] <<<<<<< _smlAlertParse > [1145965246.521851] <<<<<<< smlXmlParserGetCommand: 3 > [1145965246.521877] <<<<<<< smlParserGetCommand: 3 > [1145965246.521903] >>>>>>> smlAssemblerReserveStatus(0x8068ad0= , 3, 1, 2, 0xb7ba3ff0) > [1145965246.521930] >>>>>>> smlXmlAssemblerReserveStatus(0x806= 9028, 3, 1, 2, 0xb7ba3ff0) > [1145965246.521971] <<<<<<< smlXmlAssemblerReserveStatus > [1145965246.521996] <<<<<<< smlAssemblerReserveStatus > [1145965246.522023] >>>>>>> smlSessionDispatchEvent(0x80650d8, = 1, 0x80594b8, (nil), (nil), (nil)) > [1145965246.522052] >>>>>>> _event_callback(0x80650d8, 1, 0x80= 594b8, (nil), (nil), (nil), 0x8050df8) > [1145965246.522084] >>>>>>> smlManagerDispatchCommand(0x8050d= f8, 0x80650d8, 0x80594b8, 0xb7ba3ed8) > [1145965246.522118] >>>>>>> smlManagerObjectFind(0x8050df8, = 0x80650d8, 0x80594b8) > [1145965246.522153] >>>>>>> smlLocationCompare((nil)(null),= 0x8051500(Contacts), (nil)(null), 0x8068f20(Contacts)) > [1145965246.522193] >>>>>>> normalizeUrl(Contacts) > [1145965246.522230] <<<<<<< normalizeUrl: Contacts > [1145965246.522257] >>>>>>> normalizeUrl(Contacts) > [1145965246.522285] <<<<<<< normalizeUrl: Contacts > [1145965246.522311] Comparing Contacts and Contacts > [1145965246.522338] <<<<<<< smlLocationCompare: 1 > [1145965246.522366] >>>>>>> smlLocationCompare((nil)(null),= (nil)(null), (nil)(null), 0x8068cf0(/telecom/pb.vcf)) > [1145965246.522394] <<<<<<< smlLocationCompare: No object g= iven: TRUE > [1145965246.522429] <<<<<<< smlManagerObjectFind: FOUND: 0x8= 051088 > [1145965246.522456] >>>>>>> _recv_manager_alert(0x80650d8, 0= x80594b8, 0x8051520) > [1145965246.522491] >>>>>>> smlDsServerRecvAlert(0x8051520,= 0x80650d8, 0x80594b8) > [1145965246.522524] >>>>>>> smlDsSessionNew(0x8051520, 0x8= 0650d8, 0xb7ba3df8) > [1145965246.522553] >>>>>>> smlLocationRef(0x8051500) > [1145965246.522580] <<<<<<< smlLocationRef: New refcount:= 4 > [1145965246.522607] <<<<<<< smlDsSessionNew: 0x8059300 > [1145965246.522638] >>>>>>> smlDsSessionRecvAlert(0x80650d= 8, 0x80594b8, 0x8059300) > [1145965246.522667] >>>>>>> smlLocationCompare((nil)(null= ), 0x8051500(Contacts), (nil)(null), 0x8068f20(Contacts)) > [1145965246.522696] >>>>>>> normalizeUrl(Contacts) > [1145965246.522724] <<<<<<< normalizeUrl: Contacts > [1145965246.522751] >>>>>>> normalizeUrl(Contacts) > [1145965246.522780] <<<<<<< normalizeUrl: Contacts > [1145965246.522806] Comparing Contacts and Contacts > [1145965246.522833] <<<<<<< smlLocationCompare: 1 > [1145965246.522863] >>>>>>> smlCommandRef(0x80594b8) > [1145965246.522891] <<<<<<< smlCommandRef: New refcount: = 2 > [1145965246.522918] >>>>>>> smlLocationRef(0x8068cf0) > [1145965246.522944] <<<<<<< smlLocationRef: New refcount:= 2 > [1145965246.522970] <<<<<<< smlDsSessionRecvAlert > [1145965246.522998] >>>>>>> _ds_alert(0x8059300, (nil)) > [1145965246.523031] >>>>>>> smlDsSessionGetAlert(0x805930= 0, 0x804a3d2, (nil), 0xb7d744b3) > [1145965246.523066] >>>>>>> smlDsSessionDispatch(0x80593= 00): Dispatching alert > [1145965246.523095] >>>>>>> _recv_alert(0x8059300, 201,= 0, 55, (nil)) > [1145965246.523173] >>>>>>> smlDsSessionSendAlert(0x80= 59300, 206, 0, 55, 0xb7ba3cf8) > [1145965246.523206] >>>>>>> smlCommandNewAlert(206, 0= x8068cf0, 0x8051500, 55, 0, 0, 0xb7ba3cf8) > [1145965246.523235] >>>>>>> smlCommandNew(1, 0xb7ba3= cf8) > [1145965246.523264] <<<<<<< smlCommandNew: 0x8058880= > [1145965246.523291] >>>>>>> smlLocationRef(0x8068cf0= ) > [1145965246.523319] <<<<<<< smlLocationRef: New refc= ount: 3 > [1145965246.523346] >>>>>>> smlLocationRef(0x8051500= ) > [1145965246.523373] <<<<<<< smlLocationRef: New refc= ount: 5 > [1145965246.523401] <<<<<<< smlCommandNewAlert: 0x805= 8880 > [1145965246.523794] >>>>>>> smlSessionSendCommand(0x8= 0650d8, 0x8058880, (nil), 0xb7d6ad09, 0x8059300, 0xb7ba3cf8) > [1145965246.523855] >>>>>>> smlSessionStartCommand(0= x80650d8, 0x8058880, (nil), 0xb7d6ad09, 0x8059300, 0xb7ba3cf8) > [1145965246.523912] >>>>>>> smlCommandRef(0x8058880= ) > [1145965246.523940] <<<<<<< smlCommandRef: New refc= ount: 2 > [1145965246.523971] <<<<<<< smlSessionStartCommand > [1145965246.524005] >>>>>>> smlSessionEndCommand(0x8= 0650d8, (nil), 0xb7ba3cf8) > [1145965246.524034] <<<<<<< smlSessionEndCommand > [1145965246.524061] <<<<<<< smlSessionSendCommand > [1145965246.524089] >>>>>>> smlCommandUnref(0x8058880= ) > [1145965246.524116] <<<<<<< smlCommandUnref > [1145965246.524143] <<<<<<< smlDsSessionSendAlert > [1145965246.524170] <<<<<<< _recv_alert > [1145965246.524205] >>>>>>> smlCommandNewReply(0x80594b= 8, 200, 0xb7ba3d58) > [1145965246.524236] >>>>>>> smlStatusNew(200, 3, 1, 0x= 8068cf0, 0x8068f20, 1, 0xb7ba3d58) > [1145965246.524268] >>>>>>> smlLocationRef(0x8068cf0)= > [1145965246.524295] <<<<<<< smlLocationRef: New refco= unt: 4 > [1145965246.524322] >>>>>>> smlLocationRef(0x8068f20)= > [1145965246.524349] <<<<<<< smlLocationRef: New refco= unt: 2 > [1145965246.524376] <<<<<<< smlStatusNew: 0x8068898 > [1145965246.524409] >>>>>>> smlAnchorNew((null), 55, 0= xb7ba3d58) > [1145965246.524449] <<<<<<< smlAnchorNew: 0x8058830 > [1145965246.524477] <<<<<<< smlCommandNewReply: 0x80688= 98 > [1145965246.524505] >>>>>>> smlSessionSendReply(0x80650= d8, 0x8068898, 0xb7ba3d58) > [1145965246.524534] >>>>>>> smlStatusRef(0x8068898) > [1145965246.524562] <<<<<<< smlStatusRef: New refcount= : 2 > [1145965246.524590] <<<<<<< smlSessionSendReply > [1145965246.524617] >>>>>>> smlStatusUnref(0x8068898) > [1145965246.524644] <<<<<<< smlStatusUnref > [1145965246.524670] >>>>>>> smlCommandUnref(0x80594b8) > [1145965246.524697] <<<<<<< smlCommandUnref > [1145965246.524724] <<<<<<< smlDsSessionDispatch > [1145965246.524751] <<<<<<< smlDsSessionGetAlert > [1145965246.524786] >>>>>>> smlDsSessionGetSync(0x8059300= , 0x804a116, (nil)) > [1145965246.524814] <<<<<<< smlDsSessionGetSync > [1145965246.524847] >>>>>>> smlDsSessionGetChanges(0x8059= 300, 0x8049f2e, (nil)) > [1145965246.524874] <<<<<<< smlDsSessionGetChanges > [1145965246.524908] >>>>>>> smlDsSessionRef(0x8059300) > [1145965246.524936] <<<<<<< smlDsSessionRef: New refcount= : 2 > [1145965246.524965] <<<<<<< _ds_alert > [1145965246.524997] >>>>>>> smlDsSessionUnref(0x8059300) > [1145965246.525024] <<<<<<< smlDsSessionUnref > [1145965246.525050] <<<<<<< smlDsServerRecvAlert > [1145965246.525079] >>>>>>> smlManagerObjectRegister(0x8050= df8, 2, 0x80650d8, 0x8051500, (nil), 0xb7d6c2cf, 0xb7d6c4a5) > [1145965246.525107] >>>>>>> smlLocationRef(0x8051500) > [1145965246.525216] <<<<<<< smlLocationRef: New refcount: = 6 > [1145965246.525244] <<<<<<< smlManagerObjectRegister > [1145965246.525272] >>>>>>> smlManagerObjectRegister(0x8050= df8, 8, 0x80650d8, 0x8051500, (nil), 0xb7d6c568, (nil)) > [1145965246.525302] >>>>>>> smlLocationRef(0x8051500) > [1145965246.525329] <<<<<<< smlLocationRef: New refcount: = 7 > [1145965246.525355] <<<<<<< smlManagerObjectRegister > [1145965246.525381] <<<<<<< _recv_manager_alert > [1145965246.525407] <<<<<<< smlManagerDispatchCommand > [1145965246.525465] <<<<<<< _event_callback > [1145965246.525490] <<<<<<< smlSessionDispatchEvent > [1145965246.525517] >>>>>>> smlCommandUnref(0x80594b8) > [1145965246.525543] Refcount =3D=3D 0! > [1145965246.525579] >>>>>>> smlAnchorFree(0x8059518) > [1145965246.525606] <<<<<<< smlAnchorFree > [1145965246.525649] >>>>>>> smlLocationUnref(0x8068f20) > [1145965246.525676] <<<<<<< smlLocationUnref > [1145965246.525702] >>>>>>> smlLocationUnref(0x8068cf0) > [1145965246.525727] <<<<<<< smlLocationUnref > [1145965246.525752] <<<<<<< smlCommandUnref > [1145965246.525799] >>>>>>> smlParserGetCommand(0x8054548, 0xb7= ba3f94, 0xb7ba3ff0) > [1145965246.525826] >>>>>>> smlXmlParserGetCommand(0x8053980, = 0xb7ba3f94, 0xb7ba3ff0) > [1145965246.525857] >>>>>>> _smlCommandAccessParse(0x8053980,= 0xb7ba3f94, 3, 0xb7ba3ff0) > [1145965246.525884] >>>>>>> smlCommandNew(3, 0xb7ba3ff0) > [1145965246.525911] <<<<<<< smlCommandNew: 0x8068c90 > [1145965246.525953] >>>>>>> _smlItemParse(0x8053980, 0x8068c= 90, 3, 0xb7ba3ff0) > [1145965246.525981] >>>>>>> smlItemNew(0, 0xb7ba3ff0) > [1145965246.526008] <<<<<<< smlItemNew: 0x8068de8 > [1145965246.526102] >>>>>>> _smlLocationParse(0xb7ba3e48, 0= x8053980, 0xb7ba3ff0) > [1145965246.526135] <<<<<<< _smlLocationParse > [1145965246.526163] >>>>>>> smlLocationRef(0x8059518) > [1145965246.526190] <<<<<<< smlLocationRef: New refcount: 2= > [1145965246.526217] >>>>>>> smlLocationUnref(0x8059518) > [1145965246.526243] <<<<<<< smlLocationUnref > [1145965246.526281] >>>>>>> smlItemUnref(0x8068de8) > [1145965246.526309] Refcount =3D=3D 0! > [1145965246.526337] >>>>>>> smlLocationUnref(0x8059518) > [1145965246.526363] Refcount =3D=3D 0! > [1145965246.526390] <<<<<<< smlLocationUnref > [1145965246.526426] <<<<<<< smlItemUnref: 0 > [1145965246.526459] <--- ERROR --- _smlItemParse: Unknown com= mand type > [1145965246.526487] >>>>>>> smlCommandUnref(0x8068c90) > [1145965246.526513] Refcount =3D=3D 0! > [1145965246.526540] <<<<<<< smlCommandUnref > [1145965246.526567] <--- ERROR --- _smlCommandAccessParse: Unk= nown command type > [1145965246.526594] <--- ERROR --- smlXmlParserGetCommand: Unkn= own command type > [1145965246.526620] <--- ERROR --- smlParserGetCommand: Unknown = command type > [1145965246.526645] <--- ERROR --- smlSessionReceiveBody: Unknown= command type > [1145965246.526678] >>>>>>> smlParserFree(0x8054548) > [1145965246.526704] >>>>>>> smlXmlParserFree(0x8053980) > [1145965246.526876] <<<<<<< smlXmlParserFree > [1145965246.526919] <<<<<<< smlParserFree > [1145965246.526947] >>>>>>> _smlManagerSendEvent(0x8050df8, 7, 0= x80650d8, (nil), (nil), 0x8068e10) > [1145965246.526976] >>>>>>> smlSessionRef(0x80650d8) > [1145965246.527003] <<<<<<< smlSessionRef: New refcount: 3 > [1145965246.527036] <<<<<<< _smlManagerSendEvent > [1145965246.527062] <--- ERROR --- _smlManagerDataHandler: Unknown= command type > [1145965246.527094] <<<<<<< smlTransportReceiveEvent: 0 > [1145965246.527119] <<<<<<< _smlObexEvent > [1145965246.527152] <<<<<<< smlTransportObexClientSend > [1145965246.527184] >>>>>>> smlTransportDataDeref(0x8053960) > [1145965246.527210] <<<<<<< smlTransportDataDeref: refCount > 0 > [1145965246.527235] <<<<<<< smlTransportWorkerHandler > [1145965246.528533] >>>>>>> _smlSessionCommandHandler(0x805d2f8, 0x80= 650d8) > [1145965246.528598] Type 2: Cmd (nil), parent (nil), Status 0x80686d0= > [1145965246.528630] >>>>>>> smlAssemblerGetNextCmdRef(0x8068ad0, 0xb= 7ba4274, 0xb7ba4270) > [1145965246.528656] >>>>>>> smlXmlAssemblerNextCmdRef(0x8069028, 0x= b7ba4274, 0xb7ba4270) > [1145965246.528682] <<<<<<< smlXmlAssemblerNextCmdRef: Found one > [1145965246.528707] <<<<<<< smlAssemblerGetNextCmdRef: Ret: 1, cmdRe= f 0, msgRef 1 > [1145965246.528736] >>>>>>> smlAssemblerAddStatus(0x8068ad0, 0x80686= d0, 0xb7ba4278) > [1145965246.528762] >>>>>>> smlXmlAssemblerAddStatus(0x8069028, 0x8= 0686d0, 0xb7ba4278) > [1145965246.528790] Adding status with cmdRef 0, msgRef 1, cmd Sync= Hdr > [1145965246.528826] _smlXmlAssemblerStartNodeNS: Starting "Status" > [1145965246.528902] <<<<<<< smlXmlAssemblerAddStatus > [1145965246.528958] >>>>>>> smlAssemblerGetLimit(0x8068ad0) > [1145965246.528984] <<<<<<< smlAssemblerGetLimit: 3584 > [1145965246.529010] >>>>>>> smlAssemblerCheckSize(0x8068ad0, 0, 0xb= 7ba4278) > [1145965246.529037] >>>>>>> smlWbxmlAssemblerCheckSize(0x8069028, = 0, 0xb7ba4278) > [1145965246.529064] >>>>>>> smlXmlAssemblerRunFull(0x8069028, 0xb= 7ba41b0, 0xb7ba41ac, (nil), 1, 0, 0, 0xb7ba4278) > [1145965246.529100] _smlXmlAssemblerStartNodeNS: Starting "SyncML= " > [1145965246.529133] _smlXmlAssemblerStartNodeNS: Starting "SyncBo= dy" > [1145965246.529162] Now adding 2 statuses > [1145965246.529189] Reserved status 3 is missing > [1145965246.529215] >>>>>>> smlAssemblerGetOption(0x8068ad0, ONL= Y_REPLACE) > [1145965246.529243] <<<<<<< smlAssemblerGetOption: (null) > [1145965246.529298] Message Assembled: <?xml version=3D"1.0"?> 0a= <SyncML xmlns=3D"SYNCML:SYNCML1.1"><SyncHdr><VerDTD>1.1</VerDTD><VerProt= o>SyncML/1.1</VerProto><SessionID>6</SessionID><MsgID>2</MsgID><Target><L= ocURI>IMEI:357097002381346</LocURI></Target><Source><LocURI>PC Suite</Loc= URI></Source></SyncHdr><SyncBody><Status><CmdID>1</CmdID><MsgRef>1</MsgRe= f><CmdRef>0</CmdRef><Cmd>SyncHdr</Cmd><Data>200</Data><SourceRef>IMEI:357= 097002381346</SourceRef><TargetRef>PC Suite</TargetRef></Status><Final></= Final></SyncBody></SyncML> > [1145965246.529327] <<<<<<< smlXmlAssemblerRunFull > [1145965246.529353] >>>>>>> smlAssemblerGetOption(0x8068ad0, USE_= STRTABLE) > [1145965246.529379] <<<<<<< smlAssemblerGetOption: 1 > [1145965246.529407] >>>>>>> smlWbxmlConvertTo(0xb7ba41a4, 0x805d3= 20, 0xb7ba41b4, 0xb7ba41b8, 0xb7ba4278) > [1145965246.529731] <<<<<<< smlWbxmlConvertTo > [1145965246.529769] <<<<<<< smlWbxmlAssemblerCheckSize: 128 > [1145965246.529795] <<<<<<< smlAssemblerCheckSize: 128 > [1145965246.529820] <<<<<<< smlAssemblerAddStatus > [1145965246.529846] >>>>>>> smlStatusUnref(0x80686d0) > [1145965246.529871] Refcount =3D=3D 0! > [1145965246.529896] >>>>>>> smlLocationUnref(0x8068ea8) > [1145965246.529921] <<<<<<< smlLocationUnref > [1145965246.529945] >>>>>>> smlLocationUnref(0x80593d8) > [1145965246.529969] <<<<<<< smlLocationUnref > [1145965246.529993] <<<<<<< smlStatusUnref > [1145965246.530018] <<<<<<< _smlSessionCommandHandler > [1145965246.530046] >>>>>>> _smlSessionCommandHandler(0x805d6f0, 0x80= 650d8) > [1145965246.530072] Type 2: Cmd (nil), parent (nil), Status 0x8068898= > [1145965246.530098] >>>>>>> smlAssemblerGetNextCmdRef(0x8068ad0, 0xb= 7ba4274, 0xb7ba4270) > [1145965246.530124] >>>>>>> smlXmlAssemblerNextCmdRef(0x8069028, 0x= b7ba4274, 0xb7ba4270) > [1145965246.530148] <<<<<<< smlXmlAssemblerNextCmdRef: Found one > [1145965246.530173] <<<<<<< smlAssemblerGetNextCmdRef: Ret: 1, cmdRe= f 3, msgRef 1 > [1145965246.530198] >>>>>>> smlAssemblerAddStatus(0x8068ad0, 0x80688= 98, 0xb7ba4278) > [1145965246.530223] >>>>>>> smlXmlAssemblerAddStatus(0x8069028, 0x8= 068898, 0xb7ba4278) > [1145965246.530249] Adding status with cmdRef 3, msgRef 1, cmd Aler= t > [1145965246.530281] _smlXmlAssemblerStartNodeNS: Starting "Status" > [1145965246.530336] _smlXmlAssemblerStartNodeNS: Starting "Item" > [1145965246.530365] _smlXmlAssemblerStartNodeNS: Starting "Data" > [1145965246.530399] >>>>>>> smlAnchorAssemble(0x8058830, 0x8069028= , 0xb7ba4278) > [1145965246.530445] _smlXmlAssemblerStartNodeNS: Starting "Anchor"= > [1145965246.530482] <<<<<<< smlAnchorAssemble > [1145965246.530525] <<<<<<< smlXmlAssemblerAddStatus > [1145965246.530552] >>>>>>> smlAssemblerGetLimit(0x8068ad0) > [1145965246.530577] <<<<<<< smlAssemblerGetLimit: 3584 > [1145965246.530603] >>>>>>> smlAssemblerCheckSize(0x8068ad0, 0, 0xb= 7ba4278) > [1145965246.530629] >>>>>>> smlWbxmlAssemblerCheckSize(0x8069028, = 0, 0xb7ba4278) > [1145965246.530655] >>>>>>> smlXmlAssemblerRunFull(0x8069028, 0xb= 7ba41b0, 0xb7ba41ac, (nil), 1, 0, 0, 0xb7ba4278) > [1145965246.530689] _smlXmlAssemblerStartNodeNS: Starting "SyncML= " > [1145965246.530721] _smlXmlAssemblerStartNodeNS: Starting "SyncBo= dy" > [1145965246.530749] Now adding 2 statuses > [1145965246.530799] >>>>>>> smlAssemblerGetOption(0x8068ad0, ONL= Y_REPLACE) > [1145965246.530827] <<<<<<< smlAssemblerGetOption: (null) > [1145965246.530884] Message Assembled: <?xml version=3D"1.0"?> 0a= <SyncML xmlns=3D"SYNCML:SYNCML1.1"><SyncHdr><VerDTD>1.1</VerDTD><VerProt= o>SyncML/1.1</VerProto><SessionID>6</SessionID><MsgID>2</MsgID><Target><L= ocURI>IMEI:357097002381346</LocURI></Target><Source><LocURI>PC Suite</Loc= URI></Source></SyncHdr><SyncBody><Status><CmdID>1</CmdID><MsgRef>1</MsgRe= f><CmdRef>0</CmdRef><Cmd>SyncHdr</Cmd><Data>200</Data><SourceRef>IMEI:357= 097002381346</SourceRef><TargetRef>PC Suite</TargetRef></Status><Status><= CmdID>2</CmdID><MsgRef>1</MsgRef><CmdRef>3</CmdRef><Cmd>Alert</Cmd><Data>= 200</Data><Item><Data><Anchor xmlns=3D"syncml:metinf"><Next>55</Next></An= chor></Data></Item><SourceRef>/telecom/pb.vcf</SourceRef><TargetRef>Conta= cts</TargetRef></Status><Final></Final></SyncBody></SyncML> > [1145965246.530917] <<<<<<< smlXmlAssemblerRunFull > [1145965246.530942] >>>>>>> smlAssemblerGetOption(0x8068ad0, USE_= STRTABLE) > [1145965246.530968] <<<<<<< smlAssemblerGetOption: 1 > [1145965246.530995] >>>>>>> smlWbxmlConvertTo(0xb7ba41a4, 0x80583= 08, 0xb7ba41b4, 0xb7ba41b8, 0xb7ba4278) > [1145965246.531317] <<<<<<< smlWbxmlConvertTo > [1145965246.531354] <<<<<<< smlWbxmlAssemblerCheckSize: 208 > [1145965246.531380] <<<<<<< smlAssemblerCheckSize: 208 > [1145965246.531404] <<<<<<< smlAssemblerAddStatus > [1145965246.531437] >>>>>>> smlStatusUnref(0x8068898) > [1145965246.531462] Refcount =3D=3D 0! > [1145965246.531487] >>>>>>> smlLocationUnref(0x8068cf0) > [1145965246.531594] <<<<<<< smlLocationUnref > [1145965246.531621] >>>>>>> smlLocationUnref(0x8068f20) > [1145965246.531646] Refcount =3D=3D 0! > [1145965246.531671] <<<<<<< smlLocationUnref > [1145965246.531696] >>>>>>> smlAnchorFree(0x8058830) > [1145965246.531721] <<<<<<< smlAnchorFree > [1145965246.531745] <<<<<<< smlStatusUnref > [1145965246.531771] <<<<<<< _smlSessionCommandHandler > [1145965246.531800] >>>>>>> _smlSessionCommandHandler(0x80690d0, 0x80= 650d8) > [1145965246.531826] Type 0: Cmd 0x8058880, parent (nil), Status (nil)= > [1145965246.531853] >>>>>>> _smlSessionStartCommandInternal(0x80650d= 8, 0x8058880, (nil), 0xb7d6ad09, 0x8059300, 1, 0xb7ba4278) > [1145965246.531880] parent (nil), has com 0, current stack (nil) >=20 > [1145965246.531906] >>>>>>> smlAssemblerStartCommand(0x8068ad0, (ni= l), 0x8058880, 0xb7ba4278) > [1145965246.531950] >>>>>>> smlAlertAssemble(0x8069028, 0x8058880,= 0xb7ba4278, 0xb7d733a1) > [1145965246.531983] _smlXmlAssemblerStartNodeNS: Starting "Item" > [1145965246.532013] >>>>>>> smlLocationAssemble(0x8068cf0, 0x8069= 028, Target, 0xb7ba4278) > [1145965246.532039] _smlXmlAssemblerStartNodeNS: Starting "Target= " > [1145965246.532073] <<<<<<< smlLocationAssemble > [1145965246.532099] >>>>>>> smlLocationAssemble(0x8051500, 0x8069= 028, Source, 0xb7ba4278) > [1145965246.532125] _smlXmlAssemblerStartNodeNS: Starting "Source= " > [1145965246.532158] <<<<<<< smlLocationAssemble > [1145965246.532185] <<<<<<< smlAlertAssemble > [1145965246.532216] >>>>>>> smlAssemblerGetLimit(0x8068ad0) > [1145965246.532242] <<<<<<< smlAssemblerGetLimit: 3584 > [1145965246.532268] >>>>>>> smlAssemblerCheckSize(0x8068ad0, 0, 0x= b7ba4278) > [1145965246.532294] >>>>>>> smlWbxmlAssemblerCheckSize(0x8069028,= 0, 0xb7ba4278) > [1145965246.532320] >>>>>>> smlXmlAssemblerRunFull(0x8069028, 0x= b7ba4120, 0xb7ba411c, (nil), 1, 0, 0, 0xb7ba4278) > [1145965246.532355] _smlXmlAssemblerStartNodeNS: Starting "SyncM= L" > [1145965246.532387] _smlXmlAssemblerStartNodeNS: Starting "SyncB= ody" > [1145965246.532414] Now adding 2 statuses > [1145965246.532450] >>>>>>> smlAssemblerGetOption(0x8068ad0, ON= LY_REPLACE) > [1145965246.532477] <<<<<<< smlAssemblerGetOption: (null) > [1145965246.532504] opening node Alert > [1145965246.532529] _smlXmlAssemblerStartNodeNS: Starting "Alert= " > [1145965246.532558] closing node > [1145965246.532639] Message Assembled: <?xml version=3D"1.0"?> 0= a <SyncML xmlns=3D"SYNCML:SYNCML1.1"><SyncHdr><VerDTD>1.1</VerDTD><VerPro= to>SyncML/1.1</VerProto><SessionID>6</SessionID><MsgID>2</MsgID><Target><= LocURI>IMEI:357097002381346</LocURI></Target><Source><LocURI>PC Suite</Lo= cURI></Source></SyncHdr><SyncBody><Status><CmdID>1</CmdID><MsgRef>1</MsgR= ef><CmdRef>0</CmdRef><Cmd>SyncHdr</Cmd><Data>200</Data><SourceRef>IMEI:35= 7097002381346</SourceRef><TargetRef>PC Suite</TargetRef></Status><Status>= <CmdID>2</CmdID><MsgRef>1</MsgRef><CmdRef>3</CmdRef><Cmd>Alert</Cmd><Data= >200</Data><Item><Data><Anchor xmlns=3D"syncml:metinf"><Next>55</Next></A= nchor></Data></Item><SourceRef>/telecom/pb.vcf</SourceRef><TargetRef>Cont= acts</TargetRef></Status><Alert><CmdID>3</CmdID><Data>206</Data><Item><Ta= rget><LocURI>/telecom/pb.vcf</LocURI></Target><Source><LocURI>Contacts</L= ocURI></Source></Item></Alert><Final></Final></SyncBody></SyncML> > [1145965246.532674] <<<<<<< smlXmlAssemblerRunFull > [1145965246.532701] >>>>>>> smlAssemblerGetOption(0x8068ad0, USE= _STRTABLE) > [1145965246.532728] <<<<<<< smlAssemblerGetOption: 1 > [1145965246.532757] >>>>>>> smlWbxmlConvertTo(0xb7ba4114, 0x8066= 1b0, 0xb7ba4124, 0xb7ba4128, 0xb7ba4278) > [1145965246.533126] <<<<<<< smlWbxmlConvertTo > [1145965246.533165] <<<<<<< smlWbxmlAssemblerCheckSize: 238 > [1145965246.533192] <<<<<<< smlAssemblerCheckSize: 238 > [1145965246.533217] size 238, limit 3584 > [1145965246.533242] <<<<<<< smlAssemblerStartCommand > [1145965246.533273] Appending pending status with cmdID 3 and msgID = 2 > [1145965246.533299] <<<<<<< _smlSessionStartCommandInternal > [1145965246.533324] >>>>>>> smlCommandUnref(0x8058880) > [1145965246.533349] Refcount =3D=3D 0! > [1145965246.533374] >>>>>>> smlLocationUnref(0x8068cf0) > [1145965246.533398] <<<<<<< smlLocationUnref > [1145965246.533436] >>>>>>> smlLocationUnref(0x8051500) > [1145965246.533462] <<<<<<< smlLocationUnref > [1145965246.533486] <<<<<<< smlCommandUnref > [1145965246.533510] <<<<<<< _smlSessionCommandHandler > [1145965246.533538] >>>>>>> _smlSessionCommandHandler(0x8068620, 0x80= 650d8) > [1145965246.533564] Type 1: Cmd (nil), parent (nil), Status (nil) > [1145965246.533590] >>>>>>> _smlSessionEndCommandInternal(0x80650d8,= (nil), 0xb7ba4278) > [1145965246.533615] >>>>>>> smlAssemblerEndCommand(0x8068ad0, (nil)= , 0xb7ba4278) > [1145965246.533641] <<<<<<< smlAssemblerEndCommand > [1145965246.533665] <<<<<<< _smlSessionEndCommandInternal > [1145965246.533690] <<<<<<< _smlSessionCommandHandler > [1145965246.534908] >>>>>>> smlTransportWorkerHandler(0x80596d8, 0x80= 502e0) > [1145965246.534950] >>>>>>> smlTransportObexClientDisconnect(0x804f8= 98, (nil)) > [1145965246.677835] >>>>>>> _smlObexEvent(0x80516d8, 0x80687a0, 0, = 3, 1, 32) > [1145965246.677909] Request Done > [1145965246.677939] >>>>>>> smlTransportReceiveEvent(0x80502e0, (n= il), 1, (nil), (nil)) > [1145965246.677967] >>>>>>> _smlManagerDataHandler(0x80502e0, (ni= l), 1, (nil), (nil), 0x8050df8) > [1145965246.677996] >>>>>>> _smlManagerSendEvent(0x8050df8, 1, (= nil), (nil), (nil), (nil)) > [1145965246.678027] <<<<<<< _smlManagerSendEvent > [1145965246.678054] <<<<<<< _smlManagerDataHandler > [1145965246.678079] <<<<<<< smlTransportReceiveEvent: 1 > [1145965246.678105] <<<<<<< _smlObexEvent > [1145965246.678132] <<<<<<< smlTransportObexClientDisconnect > [1145965246.678158] <<<<<<< smlTransportWorkerHandler > [1145965246.678199] >>>>>>> smlThreadStopCallback(0x8052fe8) > [1145965246.678225] +++++++++ Quitting worker thread +++++++++ > [1145965246.678258] <<<<<<< smlThreadStopCallback > [1145965246.678286] <<<<<<< smlThreadStartCallback >=20 >=20 > -----------------------------------------------------------------------= - >=20 > [1145965241.665499] >>>>>>> smlTransportNew(2, 0xbfa83ffc) > [1145965241.665693] <<<<<<< smlTransportNew: 0x80502e0 > [1145965241.665734] >>>>>>> smlManagerNew(0x80502e0, 0xbfa83ffc) > [1145965241.665767] >>>>>>> smlTransportSetEventCallback(0x80502e0, 0= xb7d54484, 0x8050df8) > [1145965241.665791] <<<<<<< smlTransportSetEventCallback > [1145965241.665847] <<<<<<< smlManagerNew > [1145965241.665882] >>>>>>> smlAuthNew(0xbfa83ffc) > [1145965241.665906] <<<<<<< smlAuthNew: 0x8050e40 > [1145965241.665937] >>>>>>> smlAuthSetEnable(0x8050e40, 0) > [1145965241.665960] <<<<<<< smlAuthSetEnable > [1145965241.665988] >>>>>>> smlAuthRegister(0x8050e40, 0x8050df8, 0xbf= a83ffc) > [1145965241.666019] <<<<<<< smlAuthRegister > [1145965241.666052] >>>>>>> smlDevInfNew(LibSyncmML, 7, 0xbfa83ffc) > [1145965241.666079] <<<<<<< smlDevInfNew: 0x8050ea8 > [1145965241.666117] >>>>>>> smlDevInfAgentNew(0x8050ea8, 0xbfa83ffc) > [1145965241.666142] <<<<<<< smlDevInfAgentNew: 0x8050200 > [1145965241.666180] >>>>>>> smlDevInfAgentRegister(0x8050200, 0x8050df= 8, 0xbfa83ffc) > [1145965241.666213] >>>>>>> smlLocationNew(./devinf11, (null), 0xbfa8= 3ffc) > [1145965241.666238] <<<<<<< smlLocationNew: 0x8050ee0 > [1145965241.666262] >>>>>>> smlLocationNew(./devinf10, (null), 0xbfa8= 3ffc) > [1145965241.666371] <<<<<<< smlLocationNew: 0x8050e68 > [1145965241.666409] >>>>>>> smlManagerObjectRegister(0x8050df8, 3, (n= il), (nil), 0x8050e68, 0xb7d6a15c, (nil)) > [1145965241.666441] >>>>>>> smlLocationRef(0x8050e68) > [1145965241.666469] <<<<<<< smlLocationRef: New refcount: 2 > [1145965241.666497] <<<<<<< smlManagerObjectRegister > [1145965241.666522] >>>>>>> smlManagerObjectRegister(0x8050df8, 3, (n= il), (nil), 0x8050ee0, 0xb7d6a15c, (nil)) > [1145965241.666548] >>>>>>> smlLocationRef(0x8050ee0) > [1145965241.666571] <<<<<<< smlLocationRef: New refcount: 2 > [1145965241.666601] <<<<<<< smlManagerObjectRegister > [1145965241.666625] >>>>>>> smlManagerObjectRegister(0x8050df8, 9, (n= il), 0x8050e68, (nil), 0xb7d6a26b, (nil)) > [1145965241.666651] >>>>>>> smlLocationRef(0x8050e68) > [1145965241.666674] <<<<<<< smlLocationRef: New refcount: 3 > [1145965241.666698] <<<<<<< smlManagerObjectRegister > [1145965241.666723] >>>>>>> smlManagerObjectRegister(0x8050df8, 9, (n= il), 0x8050ee0, (nil), 0xb7d6a26b, (nil)) > [1145965241.666748] >>>>>>> smlLocationRef(0x8050ee0) > [1145965241.666771] <<<<<<< smlLocationRef: New refcount: 3 > [1145965241.666794] <<<<<<< smlManagerObjectRegister > [1145965241.666821] >>>>>>> smlLocationUnref(0x8050e68) > [1145965241.666846] <<<<<<< smlLocationUnref > [1145965241.666869] >>>>>>> smlLocationUnref(0x8050ee0) > [1145965241.666891] <<<<<<< smlLocationUnref > [1145965241.666914] <<<<<<< smlDevInfAgentRegister > [1145965241.666946] >>>>>>> smlNotificationNew(2, 0, 0, 1, PC Suite, 2= , 0xbfa83ffc) > [1145965241.666972] <<<<<<< smlNotificationNew: 0x8051058 > [1145965241.666999] >>>>>>> smlLocationNew(Contacts, (null), 0xbfa83ff= c) > [1145965241.667024] <<<<<<< smlLocationNew: 0x8051500 > [1145965241.667052] >>>>>>> smlDsServerNew(1, 0x8051500, 0xbfa83ffc) > [1145965241.667079] >>>>>>> smlLocationRef(0x8051500) > [1145965241.667103] <<<<<<< smlLocationRef: New refcount: 2 > [1145965241.667126] <<<<<<< smlDsServerNew: 0x8051520 > [1145965241.667180] >>>>>>> smlDsServerRegister(0x8051520, 0x8050df8, = 0xbfa83ffc) > [1145965241.667249] >>>>>>> smlManagerObjectRegister(0x8050df8, 1, (n= il), 0x8051500, (nil), 0xb7d6d75b, (nil)) > [1145965241.667280] >>>>>>> smlLocationRef(0x8051500) > [1145965241.667303] <<<<<<< smlLocationRef: New refcount: 3 > [1145965241.667326] <<<<<<< smlManagerObjectRegister > [1145965241.667349] <<<<<<< smlDsServerRegister > [1145965241.667378] >>>>>>> smlDsServerSetConnectCallback(0x8051520, 0= x804a5de, (nil)) > [1145965241.667402] <<<<<<< smlDsServerSetConnectCallback > [1145965241.667431] >>>>>>> smlDsServerAddSan(0x8051520, 0x8051058, 0x= bfa83ffc) > [1145965241.667462] >>>>>>> smlNotificationNewAlert(0xbfa83ffc) > [1145965241.667487] <<<<<<< smlNotificationNewAlert: 0x8051588 > [1145965241.667510] <<<<<<< smlDsServerAddSan > [1145965241.667539] >>>>>>> smlDevInfDataStoreNew(0x8051510, 0xbfa83ff= c) > [1145965241.667616] <<<<<<< smlDevInfDataStoreNew: 0x8051540 > [1145965241.667657] >>>>>>> smlDevInfAddDataStore(0x8050ea8, 0x8051540= ) > [1145965241.667681] <<<<<<< smlDevInfAddDataStore > [1145965241.667708] >>>>>>> smlTransportInitialize(0x80502e0, 0xbfa83f= f0, 0xbfa83ffc) > [1145965241.667742] >>>>>>> smlQueueAttach(0x8050320, 0x8050ef0) > [1145965241.667781] <<<<<<< smlQueueAttach > [1145965241.667810] >>>>>>> smlTransportObexClientInit(0x80502e0, 0xb= fa83ff0, 0xbfa83ffc) > [1145965241.667882] <<<<<<< smlTransportObexClientInit: 0x804f898 > [1145965241.667908] <<<<<<< smlTransportInitialize > [1145965241.667935] >>>>>>> smlManagerStart(0x8050df8, 0xbfa83ffc) > [1145965241.667963] >>>>>>> smlThreadNew(0x8050ef0, 0xbfa83ffc) > [1145965241.667991] <<<<<<< smlThreadNew: 0x8052fe8 > [1145965241.668019] >>>>>>> smlThreadStart(0x8052fe8) > [1145965241.668822] <<<<<<< smlThreadStart > [1145965241.668853] <<<<<<< smlManagerStart > [1145965241.668888] >>>>>>> smlTransportConnect(0x80502e0, 0xbfa83ffc)= > [1145965241.668932] <<<<<<< smlTransportConnect > [1145965241.668965] >>>>>>> smlNotificationSend(0x8051058, 0x80502e0, = 0xbfa83ffc) > [1145965241.668999] >>>>>>> _smlNotificationAssemble11(0x8051058, 0xb= fa83f38, 0xbfa83f34, 2, 0xbfa83ffc) > [1145965241.669038] >>>>>>> smlAssemblerNew(2, 0, 0xbfa83ffc) > [1145965241.669071] >>>>>>> smlWbxmlAssemblerNew(0x8053d00, 0x8053d= 00, 0xbfa83ffc) > [1145965241.669104] >>>>>>> smlXmlAssemblerNew(0x8053d00, 0x8053d0= 0, 0xbfa83ffc) > [1145965241.669131] <<<<<<< smlXmlAssemblerNew: 0x8053008 > [1145965241.669362] <<<<<<< smlWbxmlAssemblerNew: 0x8053008 > [1145965241.669408] <<<<<<< smlAssemblerNew: 0x8053d00 > [1145965241.669435] >>>>>>> smlLocationNew(PC Suite, (null), 0xbfa83= ffc) > [1145965241.669463] <<<<<<< smlLocationNew: 0x8051648 > [1145965241.669489] >>>>>>> smlLocationNew(/, (null), 0xbfa83ffc) > [1145965241.669516] <<<<<<< smlLocationNew: 0x8052fd0 > [1145965241.669557] >>>>>>> smlSessionNew(0, 2, 2, 1, 0x8051648, 0x8= 052fd0, 1, 0, 0xbfa83ffc) > [1145965241.669585] >>>>>>> smlLocationRef(0x8052fd0) > [1145965241.669612] <<<<<<< smlLocationRef: New refcount: 2 > [1145965241.669637] >>>>>>> smlLocationRef(0x8051648) > [1145965241.669662] <<<<<<< smlLocationRef: New refcount: 2 > [1145965241.669688] >>>>>>> smlAssemblerNew(2, 0, 0xbfa83ffc) > [1145965241.669717] >>>>>>> smlWbxmlAssemblerNew(0x8053eb0, 0x8053= eb0, 0xbfa83ffc) > [1145965241.669743] >>>>>>> smlXmlAssemblerNew(0x8053eb0, 0x8053e= b0, 0xbfa83ffc) > [1145965241.669769] <<<<<<< smlXmlAssemblerNew: 0x80539a8 > [1145965241.669795] <<<<<<< smlWbxmlAssemblerNew: 0x80539a8 > [1145965241.669821] <<<<<<< smlAssemblerNew: 0x8053eb0 > [1145965241.669856] >>>>>>> smlAssemblerSetOption(0x8053eb0, USE_ST= RTABLE, 1) > [1145965241.669888] <<<<<<< smlAssemblerSetOption > [1145965241.669917] >>>>>>> smlAssemblerStart(0x8053eb0, 0x8053d60,= 0xbfa83ffc) > [1145965241.669946] >>>>>>> smlXmlAssemblerStart(0x80539a8, 0x8053= d60, 0xbfa83ffc) > [1145965241.669972] <<<<<<< smlXmlAssemblerStart > [1145965241.669997] <<<<<<< smlAssemblerStart > [1145965241.670026] >>>>>>> smlAssemblerAddHeader(0x8053eb0, 0x8053= d60, 0xbfa83ffc) > [1145965241.670056] >>>>>>> smlXmlAssemblerAddHeader(0x80539a8, 0x= 8053d60, 0xbfa83ffc) > [1145965241.670190] _smlXmlAssemblerStartNodeNS: Starting "SyncHdr= " > [1145965241.670306] >>>>>>... [truncated message content] |