libsyncml regression (Sony Ericsson V630i)

View: New views
14 Messages — Rating Filter:   Alert me  

libsyncml regression (Sony Ericsson V630i)

by Bugzilla from felix@derklecks.de :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

I opened a ticket in the bugtracker at
http://libsyncml.opensync.org/ticket/139 but on IRC I was advised to
send a mail to the list, so here it is.

My cellphone Sony Ericsson V630i works until r350.

Beginning with r351 I get:
# ./tools/syncml-obex-client -u 0 --slow-sync text/x-vcard contacts --wbxml
connection with device succeeded
/home/fm/svn/libsyncml/libsyncml/sml_support.c:443:E:smlSafeFree:
Assertion "*address" failed
Abgebrochen

This bug has been fixed later, but with version r384 another bug
appeared that is still there in 412. I get the following error message
after several contacts have been read:
END:VCARD

Received an reply to our Sync: 500
Session 1 reported final. flushing
/home/fm/svn/libsyncml/libsyncml/sml_support.c:441:E:smlSafeFree:
Assertion "*address" failed
There was an error in the session 1: Incoming buffer was open when final
arrived

Hopefully somebody can tell me where to go from here.

Many thanks
Felix Möller


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Opensync-devel mailing list
Opensync-devel@...
https://lists.sourceforge.net/lists/listinfo/opensync-devel

Re: libsyncml regression (Sony Ericsson V630i)

by Michael Bell :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Felix,

I need the traces and if you are able to do this then a dump of the
conversion (perhaps with hcidump) would help. The most important stuff
are traces directly before the assertion. If there is privacy relevant
data on your phone (because it is no test phone) then please only submit
the last 100 or 200 line of each trace file to the ticket system and
anonymize the data.

The assertions are necessary to detect bugs in the logic of the library.
Unfortunately the persistent behaviour is to crash but otherwise we
would have no chance to find the bugs.

Best regards

Michael
--
_______________________________________________________________

Michael Bell                    Humboldt-Universitaet zu Berlin

Tel.: +49 (0)30-2093 2482       ZE Computer- und Medienservice
Fax:  +49 (0)30-2093 2704       Unter den Linden 6
michael.bell@...   D-10099 Berlin
_______________________________________________________________

X.509 CA Certificates / Wurzelzertifikate

http://ra.pki.hu-berlin.de


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Opensync-devel mailing list
Opensync-devel@...
https://lists.sourceforge.net/lists/listinfo/opensync-devel

smime.p7s (7K) Download Attachment

Re: libsyncml regression (Sony Ericsson V630i)

by Bugzilla from felix@derklecks.de :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Michael,

> I need the traces and if you are able to do this then a dump of the
> conversion (perhaps with hcidump) would help.
Sadly bluetooth does not work at all yet, it fails way earlier therefore
I am using a USB cable.

I exported SYNCML_TRACE=/tmp/os/ to get the traces.
> The most important stuff
> are traces directly before the assertion. If there is privacy relevant
> data on your phone (because it is no test phone) then please only submit
> the last 100 or 200 line of each trace file to the ticket system and
> anonymize the data.
I will attach them in a few seconds.

> The assertions are necessary to detect bugs in the logic of the library.
> Unfortunately the persistent behaviour is to crash but otherwise we
> would have no chance to find the bugs.
Yes I understand, no problem. ;)

If you need anything more just tell me.

Thanks alot
Felix Möller


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Opensync-devel mailing list
Opensync-devel@...
https://lists.sourceforge.net/lists/listinfo/opensync-devel

Re: libsyncml regression (Sony Ericsson V630i)

by Michael Bell :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Felix,

Felix Möller schrieb:

> If you need anything more just tell me.

I need more. Ok more serious :)

I need the traces beginning from the last received message. BTW the tool
does not stop if the assertion happens. This is the most interesting
thing for me ...

FYI I made libsyncml more strict in the meantime. The malloc wrapper
checks the used error pointer very carefully. smlSessionEnd and
smlSessionFlush enforce a real error pointer now. Ignorance is no longer
tolerated :) This can cause additional crashes. These changes together
with make test already uncovered some flaws.

Pleasde see libsyncml rev 418. (syncml plugin is not tested until now
with this library version)

Best regards

Michael
--
_______________________________________________________________

Michael Bell                    Humboldt-Universitaet zu Berlin

Tel.: +49 (0)30-2093 2482       ZE Computer- und Medienservice
Fax:  +49 (0)30-2093 2704       Unter den Linden 6
michael.bell@...   D-10099 Berlin
_______________________________________________________________

X.509 CA Certificates / Wurzelzertifikate

http://ra.pki.hu-berlin.de



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Opensync-devel mailing list
Opensync-devel@...
https://lists.sourceforge.net/lists/listinfo/opensync-devel

smime.p7s (7K) Download Attachment

Re: libsyncml regression (Sony Ericsson V630i)

by Bugzilla from felix@derklecks.de :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Michael,

> I need more. Ok more serious :)

> Pleasde see libsyncml rev 418. (syncml plugin is not tested until now
> with this library version)
thanks for looking into it, it fails really early now. I attached the
whole log to this mail.

# ./tools/syncml-obex-client -u 0 --slow-sync text/x-vcard contacts --wbxml
connection with device succeeded
Received an Alert for the DS Server at contacts: Type: 201, Last 0, Next 77
Slowsyncing
Just received a new session with ID 1
Received the DevInf
Session 1 reported final. flushing
/home/fm/svn/libsyncml/libsyncml/sml_session.c:1598:E:smlSessionFlush:
Assertion "error != NULL" failed
Abgebrochen


Thanks
Felix Möller

[1205857670.510445] >>>>>>>  smlThreadStartCallback(0x8074b58)
[1205857670.510548] +++++++++ This is the worker thread of thread 0x8074b58 for context 0x8052f98 +++++++++
[1205857670.510622] Thread 0x8074b58 started.
[1205857670.515800] >>>>>>>  smlTransportWorkerHandler(0x8074c38, 0x80518c0)
[1205857670.515846] >>>>>>>  smlTransportObexClientConnect(0x8052e78)
[1205857670.515887] connecting to usb interface 0
[1205857670.559851] found 1 interfaces
[1205857670.561993] usb connect done
[1205857670.623818] >>>>>>>  _smlObexEvent(0x8053998, 0x8078898, 1, 3, 0, 32)
[1205857670.623870] Request Done
[1205857670.623898] Next header 203, 1, 0x1
[1205857670.623921] Found connection number: 1
[1205857670.623946] Next header 74, 134711664, 0x8078970
[1205857670.623971] Found who: SYNCML-SYNC
[1205857670.623993] Got who: SYNCML-SYNC
[1205857670.624020] >>>>>>>  smlTransportReceiveEvent(0x80518c0, (nil), 0, (nil), (nil))
[1205857670.624045] callback available
[1205857670.624069] >>>>>>>  _smlManagerDataHandler(0x80518c0, (nil), 0, (nil), (nil), 0x8052f08)
[1205857670.624098] >>>>>>>  _smlManagerSendEvent(0x8052f08, 0, (nil), (nil), (nil), (nil))
[1205857670.624126] <<<<<<<  _smlManagerSendEvent
[1205857670.624149] <<<<<<<  _smlManagerDataHandler
[1205857670.624172] <<<<<<<  smlTransportReceiveEvent: 1
[1205857670.624196] <<<<<<<  _smlObexEvent
[1205857670.624221] <<<<<<<  smlTransportObexClientConnect
[1205857670.624245] <<<<<<<  smlTransportWorkerHandler
[1205857670.624272] >>>>>>>  smlTransportWorkerHandler(0x8087800, 0x80518c0)
[1205857670.624297] >>>>>>>  smlTransportObexClientSend(0x8052e78, (nil), 0x8053928, (nil))
[1205857670.624321] Adding connection id 1
[1205857670.624345] Target application/vnd.syncml+wbxml
[1205857670.720809] >>>>>>>  _smlObexEvent(0x8053998, 0x8075508, 1, 3, 2, 32)
[1205857670.720874] Request Done
[1205857670.720898] <<<<<<<  _smlObexEvent
[1205857670.720924] Done sending the put request
[1205857670.720949] Adding connection id 1
[1205857670.753825] >>>>>>>  _smlObexEvent(0x8053998, 0x8075508, 0, 0, 3, 0)
[1205857670.753908] Progress
[1205857670.753951] <<<<<<<  _smlObexEvent
[1205857670.754877] >>>>>>>  _smlObexEvent(0x8053998, 0x8075508, 1, 3, 3, 32)
[1205857670.754922] Request Done
[1205857670.754963] Got GET command done
[1205857670.755006] Next header 195, 1950, 0x79e, len 4
[1205857670.755048] Found length: 1950
[1205857670.755091] Next header 72, 134699264, 0x8075900, len 1950
[1205857670.755157] >>>>>>>  smlTransportDataNew(0x80760a8, 1950, 2, 1, 0xb7916fcc)
[1205857670.755181] <<<<<<<  smlTransportDataNew: 0x8075568
[1205857670.755206] >>>>>>>  smlTransportReceiveEvent(0x80518c0, (nil), 3, 0x8075568, (nil))
[1205857670.755229] callback available
[1205857670.755253] >>>>>>>  _smlManagerDataHandler(0x80518c0, (nil), 3, 0x8075568, (nil), 0x8052f08)
[1205857670.755281] >>>>>>>  smlParserNew(2, 0, 0xb7916efc)
[1205857670.755308] >>>>>>>  smlWbxmlParserNew(0x8078080, 0xb7916efc)
[1205857670.755341] >>>>>>>  smlXmlParserNew(0x8078080, 0xb7916efc)
[1205857670.755367] <<<<<<<  smlXmlParserNew: 0x8078930
[1205857670.755391] <<<<<<<  smlWbxmlParserNew: 0x8078930
[1205857670.755415] <<<<<<<  smlParserNew: 0x8078080
[1205857670.755439] >>>>>>>  smlParserStart(0x8078080, 0x80760a8, 1950, 0xb7916efc)
[1205857670.755464] >>>>>>>  smlWbxmlParserStart(0x8078930, 0x80760a8, 0x79e, 0xb7916efc)
[1205857670.756125] Wbxml input:  02  00  00 j 1d -//SYNCML//DTD SyncML 1.1//ENmlq 03 1.1 00  01 r 03 SyncML/1.1 00  01 e 03 1 00  01 [ 03 1 00  01 nW 03 LibSyncML Test Suite 00  01  01 gW 03 IMEI:351941015334006 00  01  01 Z 00  01 L 03 6000 00  01  01  01  00  00 kiK 03 1 00  01 \ 03 1 00  01 L 03 0 00  01 J 03 SyncHdr 00  01 o 03 / 00  01 h 03 LibSyncML Test 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 _K 03 3 00  01 Z 00  01 S 03 application/vnd.syncml-devinf+wbxml 00  01  01  00  00 TgW 03 ./devinf11 00  01  01 O ffffffc3  ffffff8b  7f  02  00  00 j 1d -//SYNCML//DTD DevInf 1.1//ENJe 03 1.1 00  01 Q 03 SonyEricsson 00  01 U 03 V630i 00  01 O 03 R1ED001 00  01 ^ 03 R6AA 00  01 P 03 R5A 00  01 I 03 IMEI:351941015334006 00  01 K 03 phone 00  01 (*G] 03 Contacts 00  01 L 03 Contacts 00  01 R 03 64 00  01 ZF 03 text/x-vcard 00  01 d 03 2.1 00  01  01 YF 03 text/vcard 00  01 d 03 3.0 00  01  01 bF 03 text/x-vcard 00  01 d 03 2.1 00  01  01 MS 03 1000 00  01  01 _` 03 1 00  01 ` 03 2 00  01 ` 03 4 00  01 ` 03 6 00  01 ` 03 7 00  01  01  01 G] 03 Calendar 00  01 L 03 Calendar 00  01 R 03 64 00  01 ZF 03 text/x-vcalendar 00  01 d 03 1.0 00  01  01 bF 03 text/x-vcalendar 00  01 d 03 1.0 00  01  01 MS 03 300 00  01  01 _` 03 1 00  01 ` 03 2 00  01 ` 03 4 00  01 ` 03 6 00  01 ` 03 7 00  01  01  01 G] 03 Tasks 00  01 L 03 Tasks 00  01 R 03 64 00  01 ZF 03 text/x-vcalendar 00  01 d 03 1.0 00  01  01 bF 03 text/x-vcalendar 00  01 d 03 1.0 00  01  01 MS 03 80 00  01  01 _` 03 1 00  01 ` 03 2 00  01 ` 03 4 00  01 ` 03 6 00  01 ` 03 7 00  01  01  01 G] 03 Notes 00  01 L 03 Notes 00  01 R 03 64 00  01 ZF 03 text/plain 00  01 d 03 1.0 00  01  01 bF 03 text/plain 00  01 d 03 1.0 00  01  01 MS 03 25 00  01  01 _` 03 1 00  01 ` 03 2 00  01 ` 03 4 00  01 ` 03 6 00  01 ` 03 7 00  01  01  01 EF 03 text/x-vcard 00  01 X 03 BDAY 00  01 X 03 URL 00  01 \ 03 120 00  01 X 03 TITLE 00  01 \ 03 15 00  01 X 03 ORG 00  01 \ 03 30 00  01 X 03 EMAIL 00  01 \ 03 50 00  01 W 03 INTERNET 00  01 X 03 ADR 00  01 W 03 WORK 00  01 W 03 HOME 00  01 X 03 NOTE 00  01 \ 03 50 00  01 X 03 TEL 00  01 \ 03 80 00  01 W 03 CELL 00  01 W 03 HOME 00  01 W 03 FAX 00  01 W 03 WORK 00  01 X 03 N 00  01 \ 03 30 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 BEGIN 00  01 c 03 VCARD 00  01 F 03 text/vcard 00  01 X 03 BDAY 00  01 X 03 URL 00  01 \ 03 120 00  01 X 03 TITLE 00  01 \ 03 15 00  01 X 03 ORG 00  01 \ 03 30 00  01 X 03 EMAIL 00  01 \ 03 50 00  01 W 03 INTERNET 00  01 X 03 ADR 00  01 W 03 WORK 00  01 W 03 HOME 00  01 X 03 NOTE 00  01 \ 03 50 00  01 X 03 TEL 00  01 \ 03 80 00  01 W 03 CELL 00  01 W 03 HOME 00  01 W 03 FAX 00  01 W 03 WORK 00  01 X 03 N 00  01 \ 03 30 00  01 X 03 VERSION 00  01 c 03 3.0 00  01 X 03 END 00  01 c 03 VCARD 00  01 X 03 BEGIN 00  01 c 03 VCARD 00  01 F 03 text/x-vcalendar 00  01 X 03 STATUS 00  01 c 03 COMPLETED 00  01 c 03 NEEDS ACTION 00  01 c 03 ACCEPTED 00  01 X 03 PRIORITY 00  01 X 03 DUE 00  01 X 03 COMPLETED 00  01 X 03 LAST-MODIFIED 00  01 X 03 EXDATE 00  01 X 03 RRULE 00  01 \ 03 50 00  01 X 03 CLASS 00  01 c 03 PUBLIC 00  01 X 03 CATEGORIES 00  01 c 03 VACATION 00  01 c 03 TRAVEL 00  01 c 03 PHONE CALL 00  01 c 03 MISCELLANEOUS 00  01 c 03 MEETING 00  01 X 03 AALARM 00  01 X 03 DALARM 00  01 X 03 DTEND 00  01 X 03 DTSTART 00  01 X 03 DESCRIPTION 00  01 \ 03 128 00  01 X 03 LOCATION 00  01 \ 03 50 00  01 X 03 SUMMARY 00  01 \ 03 100 00  01 X 03 VERSION 00  01 c 03 1.0 00  01 X 03 END 00  01 c 03 VTODO 00  01 c 03 VEVENT 00  01 c 03 VCALENDAR 00  01 X 03 BEGIN 00  01 c 03 VTODO 00  01 c 03 VEVENT 00  01 c 03 VCALENDAR 00  01  01  01  01  01  01 FK 03 4 00  01 O 03 201 00  01 TnW 03 contacts 00  01  01 gW 03 Contacts 00  01  01 Z 00  01 EJ 03 0 00  01 O 03 77 00  01  01 U 03 65535 00  01 MI 03 60554340 00  01 H 03 924 00  01  01  01  01  01  00  00  12  01  01
[1205857670.756207] >>>>>>>  smlWbxmlConvertFrom(0xb7916e6c, 0x80760a8, 1950, 0xb7916e78, 0xb7916efc)
[1205857670.756233] WBXML2 VERSION: 0.9.2
[1205857670.757244] <<<<<<<  smlWbxmlConvertFrom
[1205857670.757317] converted XML message: <?xml version="1.0"?><!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>1</SessionID><MsgID>1</MsgID><Target><LocURI>LibSyncML Test Suite</LocURI></Target><Source><LocURI>IMEI:351941015334006</LocURI></Source><Meta><MaxMsgSize xmlns="syncml:metinf">6000</MaxMsgSize></Meta></SyncHdr><SyncBody><Status><CmdID>1</CmdID><MsgRef>1</MsgRef><CmdRef>0</CmdRef><Cmd>SyncHdr</Cmd><TargetRef>/</TargetRef><SourceRef>LibSyncML Test Suite</SourceRef><Data>200</Data></Status><Status><CmdID>2</CmdID><MsgRef>1</MsgRef><CmdRef>1</CmdRef><Cmd>Alert</Cmd><SourceRef>contacts</SourceRef><Data>200</Data></Status><Put><CmdID>3</CmdID><Meta><Type xmlns="syncml:metinf">application/vnd.syncml-devinf+xml</Type></Meta><Item><Source><LocURI>./devinf11</LocURI></Source><Data><DevInf xmlns="syncml:devinf"><VerDTD>1.1</VerDTD><Man>SonyEricsson</Man><Mod>V630i</Mod><FwV>R1ED001</FwV><SwV>R6AA</SwV><HwV>R5A</HwV><DevID>IMEI:351941015334006</DevID><DevTyp>phone</DevTyp><UTC/><SupportLargeObjs/><DataStore><SourceRef>Contacts</SourceRef><DisplayName>Contacts</DisplayName><MaxGUIDSize>64</MaxGUIDSize><Rx-Pref><CTType>text/x-vcard</CTType><VerCT>2.1</VerCT></Rx-Pref><Rx><CTType>text/vcard</CTType><VerCT>3.0</VerCT></Rx><Tx-Pref><CTType>text/x-vcard</CTType><VerCT>2.1</VerCT></Tx-Pref><DSMem><MaxID>1000</MaxID></DSMem><SyncCap><SyncType>1</SyncType><SyncType>2</SyncType><SyncType>4</SyncType><SyncType>6</SyncType><SyncType>7</SyncType></SyncCap></DataStore><DataStore><SourceRef>Calendar</SourceRef><DisplayName>Calendar</DisplayName><MaxGUIDSize>64</MaxGUIDSize><Rx-Pref><CTType>text/x-vcalendar</CTType><VerCT>1.0</VerCT></Rx-Pref><Tx-Pref><CTType>text/x-vcalendar</CTType><VerCT>1.0</VerCT></Tx-Pref><DSMem><MaxID>300</MaxID></DSMem><SyncCap><SyncType>1</SyncType><SyncType>2</SyncType><SyncType>4</SyncType><SyncType>6</SyncType><SyncType>7</SyncType></SyncCap></DataStore><DataStore><SourceRef>Tasks</SourceRef><DisplayName>Tasks</DisplayName><MaxGUIDSize>64</MaxGUIDSize><Rx-Pref><CTType>text/x-vcalendar</CTType><VerCT>1.0</VerCT></Rx-Pref><Tx-Pref><CTType>text/x-vcalendar</CTType><VerCT>1.0</VerCT></Tx-Pref><DSMem><MaxID>80</MaxID></DSMem><SyncCap><SyncType>1</SyncType><SyncType>2</SyncType><SyncType>4</SyncType><SyncType>6</SyncType><SyncType>7</SyncType></SyncCap></DataStore><DataStore><SourceRef>Notes</SourceRef><DisplayName>Notes</DisplayName><MaxGUIDSize>64</MaxGUIDSize><Rx-Pref><CTType>text/plain</CTType><VerCT>1.0</VerCT></Rx-Pref><Tx-Pref><CTType>text/plain</CTType><VerCT>1.0</VerCT></Tx-Pref><DSMem><MaxID>25</MaxID></DSMem><SyncCap><SyncType>1</SyncType><SyncType>2</SyncType><SyncType>4</SyncType><SyncType>6</SyncType><SyncType>7</SyncType></SyncCap></DataStore><CTCap><CTType>text/x-vcard</CTType><PropName>BDAY</PropName><PropName>URL</PropName><Size>120</Size><PropName>TITLE</PropName><Size>15</Size><PropName>ORG</PropName><Size>30</Size><PropName>EMAIL</PropName><Size>50</Size><ParamName>INTERNET</ParamName><PropName>ADR</PropName><ParamName>WORK</ParamName><ParamName>HOME</ParamName><PropName>NOTE</PropName><Size>50</Size><PropName>TEL</PropName><Size>80</Size><ParamName>CELL</ParamName><ParamName>HOME</ParamName><ParamName>FAX</ParamName><ParamName>WORK</ParamName><PropName>N</PropName><Size>30</Size><PropName>VERSION</PropName><ValEnum>2.1</ValEnum><PropName>END</PropName><ValEnum>VCARD</ValEnum><PropName>BEGIN</PropName><ValEnum>VCARD</ValEnum><CTType>text/vcard</CTType><PropName>BDAY</PropName><PropName>URL</PropName><Size>120</Size><PropName>TITLE</PropName><Size>15</Size><PropName>ORG</PropName><Size>30</Size><PropName>EMAIL</PropName><Size>50</Size><ParamName>INTERNET</ParamName><PropName>ADR</PropName><ParamName>WORK</ParamName><ParamName>HOME</ParamName><PropName>NOTE</PropName><Size>50</Size><PropName>TEL</PropName><Size>80</Size><ParamName>CELL</ParamName><ParamName>HOME</ParamName><ParamName>FAX</ParamName><ParamName>WORK</ParamName><PropName>N</PropName><Size>30</Size><PropName>VERSION</PropName><ValEnum>3.0</ValEnum><PropName>END</PropName><ValEnum>VCARD</ValEnum><PropName>BEGIN</PropName><ValEnum>VCARD</ValEnum><CTType>text/x-vcalendar</CTType><PropName>STATUS</PropName><ValEnum>COMPLETED</ValEnum><ValEnum>NEEDS ACTION</ValEnum><ValEnum>ACCEPTED</ValEnum><PropName>PRIORITY</PropName><PropName>DUE</PropName><PropName>COMPLETED</PropName><PropName>LAST-MODIFIED</PropName><PropName>EXDATE</PropName><PropName>RRULE</PropName><Size>50</Size><PropName>CLASS</PropName><ValEnum>PUBLIC</ValEnum><PropName>CATEGORIES</PropName><ValEnum>VACATION</ValEnum><ValEnum>TRAVEL</ValEnum><ValEnum>PHONE CALL</ValEnum><ValEnum>MISCELLANEOUS</ValEnum><ValEnum>MEETING</ValEnum><PropName>AALARM</PropName><PropName>DALARM</PropName><PropName>DTEND</PropName><PropName>DTSTART</PropName><PropName>DESCRIPTION</PropName><Size>128</Size><PropName>LOCATION</PropName><Size>50</Size><PropName>SUMMARY</PropName><Size>100</Size><PropName>VERSION</PropName><ValEnum>1.0</ValEnum><PropName>END</PropName><ValEnum>VTODO</ValEnum><ValEnum>VEVENT</ValEnum><ValEnum>VCALENDAR</ValEnum><PropName>BEGIN</PropName><ValEnum>VTODO</ValEnum><ValEnum>VEVENT</ValEnum><ValEnum>VCALENDAR</ValEnum></CTCap></DevInf></Data></Item></Put><Alert><CmdID>4</CmdID><Data>201</Data><Item><Target><LocURI>contacts</LocURI></Target><Source><LocURI>Contacts</LocURI></Source><Meta><Anchor xmlns="syncml:metinf"><Last>0</Last><Next>77</Next></Anchor><MaxObjSize xmlns="syncml:metinf">65535</MaxObjSize><Mem xmlns="syncml:metinf"><FreeMem>60554340</FreeMem><FreeID>924</FreeID></Mem></Meta></Item></Alert><Final/></SyncBody></SyncML>
[1205857670.757401] >>>>>>>  smlXmlParserStart(0x8078930, 0x805ff50, 5711, 0xb7916efc)
[1205857670.757618] Xml input: <?xml version="1.0"?><!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>1</SessionID><MsgID>1</MsgID><Target><LocURI>LibSyncML Test Suite</LocURI></Target><Source><LocURI>IMEI:351941015334006</LocURI></Source><Meta><MaxMsgSize xmlns="syncml:metinf">6000</MaxMsgSize></Meta></SyncHdr><SyncBody><Status><CmdID>1</CmdID><MsgRef>1</MsgRef><CmdRef>0</CmdRef><Cmd>SyncHdr</Cmd><TargetRef>/</TargetRef><SourceRef>LibSyncML Test Suite</SourceRef><Data>200</Data></Status><Status><CmdID>2</CmdID><MsgRef>1</MsgRef><CmdRef>1</CmdRef><Cmd>Alert</Cmd><SourceRef>contacts</SourceRef><Data>200</Data></Status><Put><CmdID>3</CmdID><Meta><Type xmlns="syncml:metinf">application/vnd.syncml-devinf+xml</Type></Meta><Item><Source><LocURI>./devinf11</LocURI></Source><Data><DevInf xmlns="syncml:devinf"><VerDTD>1.1</VerDTD><Man>SonyEricsson</Man><Mod>V630i</Mod><FwV>R1ED001</FwV><SwV>R6AA</SwV><HwV>R5A</HwV><DevID>IMEI:351941015334006</DevID><DevTyp>phone</DevTyp><UTC/><SupportLargeObjs/><DataStore><SourceRef>Contacts</SourceRef><DisplayName>Contacts</DisplayName><MaxGUIDSize>64</MaxGUIDSize><Rx-Pref><CTType>text/x-vcard</CTType><VerCT>2.1</VerCT></Rx-Pref><Rx><CTType>text/vcard</CTType><VerCT>3.0</VerCT></Rx><Tx-Pref><CTType>text/x-vcard</CTType><VerCT>2.1</VerCT></Tx-Pref><DSMem><MaxID>1000</MaxID></DSMem><SyncCap><SyncType>1</SyncType><SyncType>2</SyncType><SyncType>4</SyncType><SyncType>6</SyncType><SyncType>7</SyncType></SyncCap></DataStore><DataStore><SourceRef>Calendar</SourceRef><DisplayName>Calendar</DisplayName><MaxGUIDSize>64</MaxGUIDSize><Rx-Pref><CTType>text/x-vcalendar</CTType><VerCT>1.0</VerCT></Rx-Pref><Tx-Pref><CTType>text/x-vcalendar</CTType><VerCT>1.0</VerCT></Tx-Pref><DSMem><MaxID>300</MaxID></DSMem><SyncCap><SyncType>1</SyncType><SyncType>2</SyncType><SyncType>4</SyncType><SyncType>6</SyncType><SyncType>7</SyncType></SyncCap></DataStore><DataStore><SourceRef>Tasks</SourceRef><DisplayName>Tasks</DisplayName><MaxGUIDSize>64</MaxGUIDSize><Rx-Pref><CTType>text/x-vcalendar</CTType><VerCT>1.0</VerCT></Rx-Pref><Tx-Pref><CTType>text/x-vcalendar</CTType><VerCT>1.0</VerCT></Tx-Pref><DSMem><MaxID>80</MaxID></DSMem><SyncCap><SyncType>1</SyncType><SyncType>2</SyncType><SyncType>4</SyncType><SyncType>6</SyncType><SyncType>7</SyncType></SyncCap></DataStore><DataStore><SourceRef>Notes</SourceRef><DisplayName>Notes</DisplayName><MaxGUIDSize>64</MaxGUIDSize><Rx-Pref><CTType>text/plain</CTType><VerCT>1.0</VerCT></Rx-Pref><Tx-Pref><CTType>text/plain</CTType><VerCT>1.0</VerCT></Tx-Pref><DSMem><MaxID>25</MaxID></DSMem><SyncCap><SyncType>1</SyncType><SyncType>2</SyncType><SyncType>4</SyncType><SyncType>6</SyncType><SyncType>7</SyncType></SyncCap></DataStore><CTCap><CTType>text/x-vcard</CTType><PropName>BDAY</PropName><PropName>URL</PropName><Size>120</Size><PropName>TITLE</PropName><Size>15</Size><PropName>ORG</PropName><Size>30</Size><PropName>EMAIL</PropName><Size>50</Size><ParamName>INTERNET</ParamName><PropName>ADR</PropName><ParamName>WORK</ParamName><ParamName>HOME</ParamName><PropName>NOTE</PropName><Size>50</Size><PropName>TEL</PropName><Size>80</Size><ParamName>CELL</ParamName><ParamName>HOME</ParamName><ParamName>FAX</ParamName><ParamName>WORK</ParamName><PropName>N</PropName><Size>30</Size><PropName>VERSION</PropName><ValEnum>2.1</ValEnum><PropName>END</PropName><ValEnum>VCARD</ValEnum><PropName>BEGIN</PropName><ValEnum>VCARD</ValEnum><CTType>text/vcard</CTType><PropName>BDAY</PropName><PropName>URL</PropName><Size>120</Size><PropName>TITLE</PropName><Size>15</Size><PropName>ORG</PropName><Size>30</Size><PropName>EMAIL</PropName><Size>50</Size><ParamName>INTERNET</ParamName><PropName>ADR</PropName><ParamName>WORK</ParamName><ParamName>HOME</ParamName><PropName>NOTE</PropName><Size>50</Size><PropName>TEL</PropName><Size>80</Size><ParamName>CELL</ParamName><ParamName>HOME</ParamName><ParamName>FAX</ParamName><ParamName>WORK</ParamName><PropName>N</PropName><Size>30</Size><PropName>VERSION</PropName><ValEnum>3.0</ValEnum><PropName>END</PropName><ValEnum>VCARD</ValEnum><PropName>BEGIN</PropName><ValEnum>VCARD</ValEnum><CTType>text/x-vcalendar</CTType><PropName>STATUS</PropName><ValEnum>COMPLETED</ValEnum><ValEnum>NEEDS ACTION</ValEnum><ValEnum>ACCEPTED</ValEnum><PropName>PRIORITY</PropName><PropName>DUE</PropName><PropName>COMPLETED</PropName><PropName>LAST-MODIFIED</PropName><PropName>EXDATE</PropName><PropName>RRULE</PropName><Size>50</Size><PropName>CLASS</PropName><ValEnum>PUBLIC</ValEnum><PropName>CATEGORIES</PropName><ValEnum>VACATION</ValEnum><ValEnum>TRAVEL</ValEnum><ValEnum>PHONE CALL</ValEnum><ValEnum>MISCELLANEOUS</ValEnum><ValEnum>MEETING</ValEnum><PropName>AALARM</PropName><PropName>DALARM</PropName><PropName>DTEND</PropName><PropName>DTSTART</PropName><PropName>DESCRIPTION</PropName><Size>128</Size><PropName>LOCATION</PropName><Size>50</Size><PropName>SUMMARY</PropName><Size>100</Size><PropName>VERSION</PropName><ValEnum>1.0</ValEnum><PropName>END</PropName><ValEnum>VTODO</ValEnum><ValEnum>VEVENT</ValEnum><ValEnum>VCALENDAR</ValEnum><PropName>BEGIN</PropName><ValEnum>VTODO</ValEnum><ValEnum>VEVENT</ValEnum><ValEnum>VCALENDAR</ValEnum></CTCap></DevInf></Data></Item></Put><Alert><CmdID>4</CmdID><Data>201</Data><Item><Target><LocURI>contacts</LocURI></Target><Source><LocURI>Contacts</LocURI></Source><Meta><Anchor xmlns="syncml:metinf"><Last>0</Last><Next>77</Next></Anchor><MaxObjSize xmlns="syncml:metinf">65535</MaxObjSize><Mem xmlns="syncml:metinf"><FreeMem>60554340</FreeMem><FreeID>924</FreeID></Mem></Meta></Item></Alert><Final/></SyncBody></SyncML>
[1205857670.757937] <<<<<<<  smlXmlParserStart
[1205857670.757964] <<<<<<<  smlWbxmlParserStart
[1205857670.757988] <<<<<<<  smlParserStart
[1205857670.758013] >>>>>>>  smlParserGetHeader(0x8078080, 0xb7916f04, 0xb7916f00)
[1205857670.758038] >>>>>>>  smlXmlParserGetHeader(0x8078930, 0xb7916f04, 0xb7916f00)
[1205857670.758064] >>>>>>>  _smlSyncHeaderParseDTD(0x80638ec, 0x8078930, 0xb7916efc)
[1205857670.758098] <<<<<<<  _smlSyncHeaderParseDTD
[1205857670.758125] >>>>>>>  _smlSyncHeaderParseProto(0x80638f0, 0x8078930, 0xb7916efc)
[1205857670.758153] <<<<<<<  _smlSyncHeaderParseProto
[1205857670.758184] >>>>>>>  _smlLocationParse(0x80638f8, 0x8078930, 0xb7916efc)
[1205857670.758213] <<<<<<<  _smlLocationParse
[1205857670.758241] >>>>>>>  _smlLocationParse(0x80638f4, 0x8078930, 0xb7916efc)
[1205857670.758269] <<<<<<<  _smlLocationParse
[1205857670.758297] >>>>>>>  _smlMessageParseSynchdrMeta(0x8078930, 0x8063908, 0x806390c, 0xb7916efc)
[1205857670.758331] <<<<<<<  _smlMessageParseSynchdrMeta
[1205857670.758358] <<<<<<<  smlXmlParserGetHeader
[1205857670.758397] <<<<<<<  smlParserGetHeader
[1205857670.758422] >>>>>>>  smlManagerSessionFind(0x8052f08, 1)
[1205857670.758446] <<<<<<<  smlManagerSessionFind: NOT FOUND
[1205857670.758471] >>>>>>>  smlSessionNew(0, 2, 2, 1, 0x8054310, 0x8053ee0, 1, 2, 0xb7916efc)
[1205857670.758497] >>>>>>>  smlLocationRef(0x8053ee0)
[1205857670.758546] <<<<<<<  smlLocationRef: New refcount: 2
[1205857670.758571] >>>>>>>  smlLocationRef(0x8054310)
[1205857670.758594] <<<<<<<  smlLocationRef: New refcount: 2
[1205857670.758618] >>>>>>>  smlAssemblerNew(2, 0, 0xb7916efc)
[1205857670.758643] >>>>>>>  smlWbxmlAssemblerNew(0x8054980, 0x8054980, 0xb7916efc)
[1205857670.758668] >>>>>>>  smlXmlAssemblerNew(0x8054980, 0x8054980, 0xb7916efc)
[1205857670.758693] <<<<<<<  smlXmlAssemblerNew: 0x80544e0
[1205857670.758717] <<<<<<<  smlWbxmlAssemblerNew: 0x80544e0
[1205857670.758747] <<<<<<<  smlAssemblerNew: 0x8054980
[1205857670.758772] >>>>>>>  smlAssemblerSetOption(0x8054980, USE_STRTABLE, 1)
[1205857670.758797] <<<<<<<  smlAssemblerSetOption
[1205857670.758821] >>>>>>>  smlAssemblerStart(0x8054980, 0x80548c8, 0xb7916efc)
[1205857670.758845] >>>>>>>  smlXmlAssemblerStart(0x80544e0, 0x80548c8, 0xb7916efc)
[1205857670.758870] <<<<<<<  smlXmlAssemblerStart
[1205857670.758893] <<<<<<<  smlAssemblerStart
[1205857670.758916] >>>>>>>  smlAssemblerAddHeader(0x8054980, 0x80548c8, 0xb7916efc)
[1205857670.758941] >>>>>>>  smlXmlAssemblerAddHeader(0x80544e0, 0x80548c8, 0xb7916efc)
[1205857670.758971] _smlXmlAssemblerStartNodeNS: Starting "SyncHdr"
[1205857670.759017] >>>>>>>  smlLocationAssemble(0x8054310, 0x80544e0, Target, 0xb7916efc)
[1205857670.759042] _smlXmlAssemblerStartNodeNS: Starting "Target"
[1205857670.759072] _smlXmlAssemblerEndNode: Ending node
[1205857670.759098] <<<<<<<  smlLocationAssemble
[1205857670.759122] >>>>>>>  smlLocationAssemble(0x8053ee0, 0x80544e0, Source, 0xb7916efc)
[1205857670.759146] _smlXmlAssemblerStartNodeNS: Starting "Source"
[1205857670.759175] _smlXmlAssemblerEndNode: Ending node
[1205857670.759201] <<<<<<<  smlLocationAssemble
[1205857670.759224] _smlXmlAssemblerEndNode: Ending node
[1205857670.759255] <<<<<<<  smlXmlAssemblerAddHeader
[1205857670.759280] >>>>>>>  smlAssemblerCheckSize(0x8054980, 1, 0xb7916efc)
[1205857670.759304] >>>>>>>  smlWbxmlAssemblerCheckSize(0x80544e0, 1, 0xb7916efc)
[1205857670.759330] >>>>>>>  smlXmlAssemblerRunFull(0x80544e0, 0xb7916dd4, 0xb7916dd0, (nil), 1, 0, 0, 0xb7916efc)
[1205857670.759363] _smlXmlAssemblerStartNodeNS: Starting "SyncML"
[1205857670.759395] _smlXmlAssemblerStartNodeNS: Starting "SyncBody"
[1205857670.759423] smlXmlAssemblerRunFull: Now adding 0 statuses
[1205857670.759448] >>>>>>>  smlXmlAssemblerAddChildren(0x80544e0, (nil), 0xb7916efc)
[1205857670.759473] >>>>>>>  smlAssemblerGetOption(0x8054980, ONLY_REPLACE)
[1205857670.759497] <<<<<<<  smlAssemblerGetOption: (null)
[1205857670.759521] <<<<<<<  smlXmlAssemblerAddChildren
[1205857670.759545] smlXmlAssemblerRunFull: setting final
[1205857670.759572] _smlXmlAssemblerEndNode: Ending node
[1205857670.759598] _smlXmlAssemblerEndNode: Ending node
[1205857670.759633] smlXmlAssemblerRunFull: Message Assembled: <?xml version="1.0"?>
<!DOCTYPE SyncML PUBLIC "-//SYNCML//DTD SyncML 1.1//EN" "http://www.syncml.org/docs/syncml_represent_v11_20020213.dtd.dtd"><SyncML xmlns="SYNCML:SYNCML1.1"><SyncHdr><VerDTD>1.1</VerDTD><VerProto>SyncML/1.1</VerProto><SessionID>1</SessionID><MsgID>2</MsgID><Target><LocURI>IMEI:351941015334006</LocURI></Target><Source><LocURI>LibSyncML Test Suite</LocURI></Source></SyncHdr>
<SyncBody><Final></Final></SyncBody></SyncML>

[1205857670.759661] <<<<<<<  smlXmlAssemblerRunFull
[1205857670.759703] >>>>>>>  smlAssemblerGetOption(0x8054980, USE_STRTABLE)
[1205857670.759739] <<<<<<<  smlAssemblerGetOption: 1
[1205857670.759765] >>>>>>>  smlWbxmlConvertTo(0xb7916dc8, 0x8055400, 0xb7916dd8, 0xb7916ddc, 0xb7916efc)
[1205857670.759918] <<<<<<<  smlWbxmlConvertTo
[1205857670.759947] <<<<<<<  smlWbxmlAssemblerCheckSize: 95
[1205857670.759972] <<<<<<<  smlAssemblerCheckSize: 95
[1205857670.759995] >>>>>>>  smlAssemblerGetLimit(0x8054980)
[1205857670.760020] <<<<<<<  smlAssemblerGetLimit: 0
[1205857670.760042] <<<<<<<  smlAssemblerAddHeader
[1205857670.760067] <<<<<<<  smlSessionNew: 0x80548c8
[1205857670.760093] >>>>>>>  smlManagerSessionAdd(0x8052f08, 0x80548c8, (nil), 0xb7916efc)
[1205857670.760118] Checking if session ID 1 already exists
[1205857670.760141] >>>>>>>  smlManagerSessionFind(0x8052f08, 1)
[1205857670.760165] <<<<<<<  smlManagerSessionFind: NOT FOUND
[1205857670.760191] >>>>>>>  smlSessionSetEventCallback(0x80548c8, 0xb7f8b9a5, 0x8052f08)
[1205857670.760215] <<<<<<<  smlSessionSetEventCallback
[1205857670.760239] >>>>>>>  smlSessionSetDataCallback(0x80548c8, 0xb7f8bca4, 0x8054820)
[1205857670.760263] <<<<<<<  smlSessionSetDataCallback
[1205857670.760288] >>>>>>>  _smlManagerSendEvent(0x8052f08, 3, 0x80548c8, (nil), (nil), (nil))
[1205857670.760314] >>>>>>>  smlSessionRef(0x80548c8)
[1205857670.760338] <<<<<<<  smlSessionRef: New refcount: 2
[1205857670.760364] <<<<<<<  _smlManagerSendEvent
[1205857670.760387] <<<<<<<  smlManagerSessionAdd
[1205857670.760414] >>>>>>>  smlSessionLock(0x80548c8)
[1205857670.760437] <<<<<<<  smlSessionLock
[1205857670.760463] >>>>>>>  smlSessionReceiveHeader(0x80548c8, 0x80638e8, 0xb7916efc)
[1205857670.760489] >>>>>>>  smlAssemblerSetRequestedLimit(0x8054980, 6000)
[1205857670.760513] <<<<<<<  smlAssemblerSetRequestedLimit
[1205857670.760538] >>>>>>>  smlAssemblerReserveStatus(0x8054980, 0, 1, 1, 0xb7916efc)
[1205857670.760563] >>>>>>>  smlXmlAssemblerReserveStatus(0x80544e0, 0, 1, 1, 0xb7916efc)
[1205857670.760589] <<<<<<<  smlXmlAssemblerReserveStatus
[1205857670.760613] <<<<<<<  smlAssemblerReserveStatus
[1205857670.760636] <<<<<<<  smlSessionReceiveHeader
[1205857670.760660] >>>>>>>  smlManagerDispatchHeader(0x8052f08, 0x80548c8, 0x80638e8, (nil), 0xb7916efc)
[1205857670.760686] >>>>>>>  _header_callback(0x80548c8, 0x80638e8, (nil), 0x8052f50)
[1205857670.760710] Auth is disabled and no cred given
[1205857670.760742] >>>>>>>  smlAuthHeaderReply(0x80548c8, 200, 0xb7916e4c)
[1205857670.760767] smlAuthHeaderReply: SourceRef: IMEI:351941015334006 --> TargetRef: LibSyncML Test Suite
[1205857670.760794] >>>>>>>  smlStatusNew(200, 0, 1, 0x8054310, 0x8053ee0, 4, 0xb7916e4c)
[1205857670.760820] >>>>>>>  smlLocationRef(0x8054310)
[1205857670.760845] <<<<<<<  smlLocationRef: New refcount: 3
[1205857670.760869] >>>>>>>  smlLocationRef(0x8053ee0)
[1205857670.760893] <<<<<<<  smlLocationRef: New refcount: 3
[1205857670.760916] <<<<<<<  smlStatusNew: 0x8055280
[1205857670.760940] <<<<<<<  smlAuthHeaderReply: 0x8055280
[1205857670.760965] >>>>>>>  smlSessionSendReply(0x80548c8, 0x8055280, 0xb7916e4c)
[1205857670.760990] >>>>>>>  smlStatusRef(0x8055280)
[1205857670.761014] <<<<<<<  smlStatusRef: New refcount: 2
[1205857670.761040] <<<<<<<  smlSessionSendReply
[1205857670.761064] >>>>>>>  smlStatusUnref(0x8055280)
[1205857670.761088] <<<<<<<  smlStatusUnref
[1205857670.761110] <<<<<<<  _header_callback
[1205857670.761134] <<<<<<<  smlManagerDispatchHeader
[1205857670.761158] >>>>>>>  smlHeaderFree(0x80638e8)
[1205857670.761181] >>>>>>>  smlLocationUnref(0x8054310)
[1205857670.761204] <<<<<<<  smlLocationUnref
[1205857670.761243] >>>>>>>  smlLocationUnref(0x8053ee0)
[1205857670.761267] <<<<<<<  smlLocationUnref
[1205857670.761289] <<<<<<<  smlHeaderFree
[1205857670.761313] >>>>>>>  smlSessionReceiveBody(0x80548c8, 0x8078080, 0xb7916efc)
[1205857670.761338] >>>>>>>  smlParserGetStatus(0x8078080, 0xb7916e74, 0xb7916efc)
[1205857670.761363] >>>>>>>  smlXmlParserGetStatus(0x8078930, 0xb7916e74, 0xb7916efc)
[1205857670.761394] >>>>>>>  smlStatusNew(0, 0, 0, (nil), (nil), 0, 0xb7916efc)
[1205857670.761419] <<<<<<<  smlStatusNew: 0x80638e8
[1205857670.761492] >>>>>>>  smlLocationNew(/, (null), 0xb7916efc)
[1205857670.761519] <<<<<<<  smlLocationNew: 0x8055440
[1205857670.761547] >>>>>>>  smlLocationNew(LibSyncML Test Suite, (null), 0xb7916efc)
[1205857670.761572] <<<<<<<  smlLocationNew: 0x80559b8
[1205857670.761600] Got status 0x80638e8 with: cmdRef 0, msgRef 1, type 4, data 200
[1205857670.761625] <<<<<<<  smlXmlParserGetStatus
[1205857670.761648] <<<<<<<  smlParserGetStatus
[1205857670.761673] >>>>>>>  smlSessionDispatchStatus(0x80548c8, 0x80638e8, 0xb7916efc)
[1205857670.761698] >>>>>>>  smlCommandNew(4, 0xb7916efc)
[1205857670.761723] <<<<<<<  smlCommandNew: 0x80559d0
[1205857670.761749] >>>>>>>  smlSessionDispatchEvent(0x80548c8, 3, 0x80559d0, (nil), 0x80638e8, (nil))
[1205857670.761775] >>>>>>>  _event_callback(0x80548c8, 3, 0x80559d0, (nil), 0x80638e8, (nil), 0x8052f08)
[1205857670.761801] <<<<<<<  _event_callback
[1205857670.761824] <<<<<<<  smlSessionDispatchEvent
[1205857670.761847] <<<<<<<  smlSessionDispatchStatus
[1205857670.761870] >>>>>>>  smlStatusUnref(0x80638e8)
[1205857670.761893] Refcount == 0!
[1205857670.761917] >>>>>>>  smlLocationUnref(0x80559b8)
[1205857670.761940] Refcount == 0!
[1205857670.761964] <<<<<<<  smlLocationUnref
[1205857670.761987] >>>>>>>  smlLocationUnref(0x8055440)
[1205857670.762010] Refcount == 0!
[1205857670.762033] <<<<<<<  smlLocationUnref
[1205857670.762057] <<<<<<<  smlStatusUnref
[1205857670.762080] >>>>>>>  smlParserGetStatus(0x8078080, 0xb7916e74, 0xb7916efc)
[1205857670.762104] >>>>>>>  smlXmlParserGetStatus(0x8078930, 0xb7916e74, 0xb7916efc)
[1205857670.762130] >>>>>>>  smlStatusNew(0, 0, 0, (nil), (nil), 0, 0xb7916efc)
[1205857670.762154] <<<<<<<  smlStatusNew: 0x8055440
[1205857670.762187] >>>>>>>  smlLocationNew(contacts, (null), 0xb7916efc)
[1205857670.762212] <<<<<<<  smlLocationNew: 0x80559b8
[1205857670.762240] Got status 0x8055440 with: cmdRef 1, msgRef 1, type 1, data 200
[1205857670.762264] <<<<<<<  smlXmlParserGetStatus
[1205857670.762287] <<<<<<<  smlParserGetStatus
[1205857670.762311] >>>>>>>  smlSessionDispatchStatus(0x80548c8, 0x8055440, 0xb7916efc)
[1205857670.762335] Handling status for server alerted sync
[1205857670.762358] <<<<<<<  smlSessionDispatchStatus
[1205857670.762381] >>>>>>>  smlStatusUnref(0x8055440)
[1205857670.762404] Refcount == 0!
[1205857670.762428] >>>>>>>  smlLocationUnref(0x80559b8)
[1205857670.762452] Refcount == 0!
[1205857670.762475] <<<<<<<  smlLocationUnref
[1205857670.762498] <<<<<<<  smlStatusUnref
[1205857670.762521] >>>>>>>  smlParserGetStatus(0x8078080, 0xb7916e74, 0xb7916efc)
[1205857670.762546] >>>>>>>  smlXmlParserGetStatus(0x8078930, 0xb7916e74, 0xb7916efc)
[1205857670.762570] <<<<<<<  smlXmlParserGetStatus: Next is command
[1205857670.762593] <<<<<<<  smlParserGetStatus
[1205857670.762618] >>>>>>>  smlParserGetCommand(0x8078080, 0xb7916e70, 0xb7916efc)
[1205857670.762642] >>>>>>>  smlXmlParserGetCommand(0x8078930, 0xb7916e70, 0xb7916efc)
[1205857670.762667] >>>>>>>  _smlCommandAccessParse(0x8078930, 0xb7916e70, 3, 0xb7916efc)
[1205857670.762692] >>>>>>>  smlCommandNew(3, 0xb7916efc)
[1205857670.762731] <<<<<<<  smlCommandNew: 0x8055a78
[1205857670.762761] >>>>>>>  _smlCommandMetaParse(0x8078930, 0xb7916d88, 0xb7916d8c, (nil), (nil), (nil), 0xb7916efc)
[1205857670.762791] <<<<<<<  _smlCommandMetaParse
[1205857670.762816] >>>>>>>  _smlItemParse(0x8078930, 0x8055a78, 3, 0xb7916efc)
[1205857670.762842] >>>>>>>  smlItemNew(0, 0xb7916efc)
[1205857670.762866] <<<<<<<  smlItemNew: 0x8055388
[1205857670.762891] >>>>>>>  _smlLocationParse(0xb7916d48, 0x8078930, 0xb7916efc)
[1205857670.762919] <<<<<<<  _smlLocationParse
[1205857670.762944] >>>>>>>  smlLocationRef(0x80559b8)
[1205857670.762968] <<<<<<<  smlLocationRef: New refcount: 2
[1205857670.762992] >>>>>>>  smlLocationUnref(0x80559b8)
[1205857670.763016] <<<<<<<  smlLocationUnref
[1205857670.763706] >>>>>>>  smlItemAddData(0x8055388, 0x8055ba8, 4382, 0xb7916efc)
[1205857670.763757] <<<<<<<  smlItemAddData
[1205857670.763783] <<<<<<<  _smlItemParse
[1205857670.763809] <<<<<<<  _smlCommandAccessParse
[1205857670.763833] <<<<<<<  smlXmlParserGetCommand: 3
[1205857670.763857] <<<<<<<  smlParserGetCommand: 3
[1205857670.763881] >>>>>>>  smlAssemblerReserveStatus(0x8054980, 3, 1, 2, 0xb7916efc)
[1205857670.763905] >>>>>>>  smlXmlAssemblerReserveStatus(0x80544e0, 3, 1, 2, 0xb7916efc)
[1205857670.763930] <<<<<<<  smlXmlAssemblerReserveStatus
[1205857670.763953] <<<<<<<  smlAssemblerReserveStatus
[1205857670.763977] >>>>>>>  smlSessionDispatchEvent(0x80548c8, 1, 0x8055a78, (nil), (nil), (nil))
[1205857670.764003] >>>>>>>  _event_callback(0x80548c8, 1, 0x8055a78, (nil), (nil), (nil), 0x8052f08)
[1205857670.764030] >>>>>>>  smlManagerDispatchCommand(0x8052f08, 0x80548c8, 0x8055a78, 0xb7916ddc)
[1205857670.764056] >>>>>>>  smlManagerObjectFind(0x8052f08, 0x80548c8, 0x8055a78)
[1205857670.764081] >>>>>>>  smlManagerObjectFindInternal(0x8052f08, 0x80548c8, 3, (nil), 0x80559b8)
[1205857670.764107] >>>>>>>  smlLocationCompare((nil)(null), (nil)(null), (nil)(null), (nil)(null))
[1205857670.764132] <<<<<<<  smlLocationCompare: No object given: TRUE
[1205857670.764157] >>>>>>>  smlLocationCompare((nil)(null), 0x8053110(./devinf10), (nil)(null), 0x80559b8(./devinf11))
[1205857670.764183] >>>>>>>  normalizeUrl(./devinf11)
[1205857670.764210] <<<<<<<  normalizeUrl: devinf11
[1205857670.764234] >>>>>>>  normalizeUrl(./devinf10)
[1205857670.764260] <<<<<<<  normalizeUrl: devinf10
[1205857670.764284] Comparing devinf10 and devinf11
[1205857670.764308] <<<<<<<  smlLocationCompare: 0
[1205857670.764332] >>>>>>>  smlLocationCompare((nil)(null), (nil)(null), (nil)(null), (nil)(null))
[1205857670.764357] <<<<<<<  smlLocationCompare: No object given: TRUE
[1205857670.764381] >>>>>>>  smlLocationCompare((nil)(null), 0x80530e8(./devinf11), (nil)(null), 0x80559b8(./devinf11))
[1205857670.764407] >>>>>>>  normalizeUrl(./devinf11)
[1205857670.764432] <<<<<<<  normalizeUrl: devinf11
[1205857670.764456] >>>>>>>  normalizeUrl(./devinf11)
[1205857670.764482] <<<<<<<  normalizeUrl: devinf11
[1205857670.764506] Comparing devinf11 and devinf11
[1205857670.764530] <<<<<<<  smlLocationCompare: 1
[1205857670.764553] <<<<<<<  smlManagerObjectFindInternal: FOUND: 0x80531b0
[1205857670.764577] <<<<<<<  smlManagerObjectFind(0x80531b0)
[1205857670.764601] >>>>>>>  _recv_devinf(0x80548c8, 0x8055a78, 0x8052f68)
[1205857670.764626] >>>>>>>  smlItemGetData(0x8055388, 0xb7916d24, 0xb7916d20, 0xb7916d28)
[1205857670.764652] <<<<<<<  smlItemGetData
[1205857670.764677] >>>>>>>  smlDevInfParse(0x8057110, 4382, 0xb7916d28)
[1205857670.764705] >>>>>>>  smlXmlDevInfParse(0x8057110, 0x111e, 0xb7916d28)
[1205857670.764903] Xml devinf input: <DevInf><VerDTD>1.1</VerDTD><Man>SonyEricsson</Man><Mod>V630i</Mod><FwV>R1ED001</FwV><SwV>R6AA</SwV><HwV>R5A</HwV><DevID>IMEI:351941015334006</DevID><DevTyp>phone</DevTyp><UTC></UTC><SupportLargeObjs></SupportLargeObjs><DataStore><SourceRef>Contacts</SourceRef><DisplayName>Contacts</DisplayName><MaxGUIDSize>64</MaxGUIDSize><Rx-Pref><CTType>text/x-vcard</CTType><VerCT>2.1</VerCT></Rx-Pref><Rx><CTType>text/vcard</CTType><VerCT>3.0</VerCT></Rx><Tx-Pref><CTType>text/x-vcard</CTType><VerCT>2.1</VerCT></Tx-Pref><DSMem><MaxID>1000</MaxID></DSMem><SyncCap><SyncType>1</SyncType><SyncType>2</SyncType><SyncType>4</SyncType><SyncType>6</SyncType><SyncType>7</SyncType></SyncCap></DataStore><DataStore><SourceRef>Calendar</SourceRef><DisplayName>Calendar</DisplayName><MaxGUIDSize>64</MaxGUIDSize><Rx-Pref><CTType>text/x-vcalendar</CTType><VerCT>1.0</VerCT></Rx-Pref><Tx-Pref><CTType>text/x-vcalendar</CTType><VerCT>1.0</VerCT></Tx-Pref><DSMem><MaxID>300</MaxID></DSMem><SyncCap><SyncType>1</SyncType><SyncType>2</SyncType><SyncType>4</SyncType><SyncType>6</SyncType><SyncType>7</SyncType></SyncCap></DataStore><DataStore><SourceRef>Tasks</SourceRef><DisplayName>Tasks</DisplayName><MaxGUIDSize>64</MaxGUIDSize><Rx-Pref><CTType>text/x-vcalendar</CTType><VerCT>1.0</VerCT></Rx-Pref><Tx-Pref><CTType>text/x-vcalendar</CTType><VerCT>1.0</VerCT></Tx-Pref><DSMem><MaxID>80</MaxID></DSMem><SyncCap><SyncType>1</SyncType><SyncType>2</SyncType><SyncType>4</SyncType><SyncType>6</SyncType><SyncType>7</SyncType></SyncCap></DataStore><DataStore><SourceRef>Notes</SourceRef><DisplayName>Notes</DisplayName><MaxGUIDSize>64</MaxGUIDSize><Rx-Pref><CTType>text/plain</CTType><VerCT>1.0</VerCT></Rx-Pref><Tx-Pref><CTType>text/plain</CTType><VerCT>1.0</VerCT></Tx-Pref><DSMem><MaxID>25</MaxID></DSMem><SyncCap><SyncType>1</SyncType><SyncType>2</SyncType><SyncType>4</SyncType><SyncType>6</SyncType><SyncType>7</SyncType></SyncCap></DataStore><CTCap><CTType>text/x-vcard</CTType><PropName>BDAY</PropName><PropName>URL</PropName><Size>120</Size><PropName>TITLE</PropName><Size>15</Size><PropName>ORG</PropName><Size>30</Size><PropName>EMAIL</PropName><Size>50</Size><ParamName>INTERNET</ParamName><PropName>ADR</PropName><ParamName>WORK</ParamName><ParamName>HOME</ParamName><PropName>NOTE</PropName><Size>50</Size><PropName>TEL</PropName><Size>80</Size><ParamName>CELL</ParamName><ParamName>HOME</ParamName><ParamName>FAX</ParamName><ParamName>WORK</ParamName><PropName>N</PropName><Size>30</Size><PropName>VERSION</PropName><ValEnum>2.1</ValEnum><PropName>END</PropName><ValEnum>VCARD</ValEnum><PropName>BEGIN</PropName><ValEnum>VCARD</ValEnum><CTType>text/vcard</CTType><PropName>BDAY</PropName><PropName>URL</PropName><Size>120</Size><PropName>TITLE</PropName><Size>15</Size><PropName>ORG</PropName><Size>30</Size><PropName>EMAIL</PropName><Size>50</Size><ParamName>INTERNET</ParamName><PropName>ADR</PropName><ParamName>WORK</ParamName><ParamName>HOME</ParamName><PropName>NOTE</PropName><Size>50</Size><PropName>TEL</PropName><Size>80</Size><ParamName>CELL</ParamName><ParamName>HOME</ParamName><ParamName>FAX</ParamName><ParamName>WORK</ParamName><PropName>N</PropName><Size>30</Size><PropName>VERSION</PropName><ValEnum>3.0</ValEnum><PropName>END</PropName><ValEnum>VCARD</ValEnum><PropName>BEGIN</PropName><ValEnum>VCARD</ValEnum><CTType>text/x-vcalendar</CTType><PropName>STATUS</PropName><ValEnum>COMPLETED</ValEnum><ValEnum>NEEDS ACTION</ValEnum><ValEnum>ACCEPTED</ValEnum><PropName>PRIORITY</PropName><PropName>DUE</PropName><PropName>COMPLETED</PropName><PropName>LAST-MODIFIED</PropName><PropName>EXDATE</PropName><PropName>RRULE</PropName><Size>50</Size><PropName>CLASS</PropName><ValEnum>PUBLIC</ValEnum><PropName>CATEGORIES</PropName><ValEnum>VACATION</ValEnum><ValEnum>TRAVEL</ValEnum><ValEnum>PHONE CALL</ValEnum><ValEnum>MISCELLANEOUS</ValEnum><ValEnum>MEETING</ValEnum><PropName>AALARM</PropName><PropName>DALARM</PropName><PropName>DTEND</PropName><PropName>DTSTART</PropName><PropName>DESCRIPTION</PropName><Size>128</Size><PropName>LOCATION</PropName><Size>50</Size><PropName>SUMMARY</PropName><Size>100</Size><PropName>VERSION</PropName><ValEnum>1.0</ValEnum><PropName>END</PropName><ValEnum>VTODO</ValEnum><ValEnum>VEVENT</ValEnum><ValEnum>VCALENDAR</ValEnum><PropName>BEGIN</PropName><ValEnum>VTODO</ValEnum><ValEnum>VEVENT</ValEnum><ValEnum>VCALENDAR</ValEnum></CTCap></DevInf>
[1205857670.765024] >>>>>>>  smlDevInfRef(0x805aec0)
[1205857670.765051] <<<<<<<  smlDevInfRef: New refcount: 1
[1205857670.765095] >>>>>>>  _smlXmlDevInfDataStoreParse(0x8055728, 0x805aec0, 0xb7916d28)
[1205857670.765129] >>>>>>>  _smlXmlDevInfDataStoreParseRxTx(0x8055728, Rx-Pref, 0x805b018, 0x805b01c, 0xb7916d28)
[1205857670.765160] <<<<<<<  _smlXmlDevInfDataStoreParseRxTx
[1205857670.765187] >>>>>>>  _smlXmlDevInfDataStoreParseRxTx(0x8055728, Rx, 0x805b020, 0x805b024, 0xb7916d28)
[1205857670.765217] <<<<<<<  _smlXmlDevInfDataStoreParseRxTx
[1205857670.765244] >>>>>>>  _smlXmlDevInfDataStoreParseRxTx(0x8055728, Tx-Pref, 0x805b028, 0x805b02c, 0xb7916d28)
[1205857670.765274] <<<<<<<  _smlXmlDevInfDataStoreParseRxTx
[1205857670.765324] >>>>>>>  _smlXmlDevInfDataStoreParseDSMem(0x8055728, 0x805b008, 0xb7916d28)
[1205857670.765356] <<<<<<<  _smlXmlDevInfDataStoreParseDSMem
[1205857670.765383] >>>>>>>  _smlXmlDevInfDataStoreParseSyncCap(0x8055728, 0x805b008, 0xb7916d28)
[1205857670.765417] <<<<<<<  _smlXmlDevInfDataStoreParseSyncCap
[1205857670.765445] >>>>>>>  smlDevInfAddDataStore(0x805aec0, 0x805b008)
[1205857670.765469] <<<<<<<  smlDevInfAddDataStore
[1205857670.765494] <<<<<<<  _smlXmlDevInfDataStoreParse
[1205857670.765520] >>>>>>>  _smlXmlDevInfDataStoreParse(0x8055728, 0x805aec0, 0xb7916d28)
[1205857670.765553] >>>>>>>  _smlXmlDevInfDataStoreParseRxTx(0x8055728, Rx-Pref, 0x805b0d8, 0x805b0dc, 0xb7916d28)
[1205857670.765583] <<<<<<<  _smlXmlDevInfDataStoreParseRxTx
[1205857670.765610] >>>>>>>  _smlXmlDevInfDataStoreParseRxTx(0x8055728, Tx-Pref, 0x805b0e8, 0x805b0ec, 0xb7916d28)
[1205857670.765640] <<<<<<<  _smlXmlDevInfDataStoreParseRxTx
[1205857670.765666] >>>>>>>  _smlXmlDevInfDataStoreParseDSMem(0x8055728, 0x805b0c8, 0xb7916d28)
[1205857670.765694] <<<<<<<  _smlXmlDevInfDataStoreParseDSMem
[1205857670.765721] >>>>>>>  _smlXmlDevInfDataStoreParseSyncCap(0x8055728, 0x805b0c8, 0xb7916d28)
[1205857670.765774] <<<<<<<  _smlXmlDevInfDataStoreParseSyncCap
[1205857670.765801] >>>>>>>  smlDevInfAddDataStore(0x805aec0, 0x805b0c8)
[1205857670.765825] <<<<<<<  smlDevInfAddDataStore
[1205857670.765848] <<<<<<<  _smlXmlDevInfDataStoreParse
[1205857670.765874] >>>>>>>  _smlXmlDevInfDataStoreParse(0x8055728, 0x805aec0, 0xb7916d28)
[1205857670.765906] >>>>>>>  _smlXmlDevInfDataStoreParseRxTx(0x8055728, Rx-Pref, 0x805b228, 0x805b22c, 0xb7916d28)
[1205857670.765937] <<<<<<<  _smlXmlDevInfDataStoreParseRxTx
[1205857670.765963] >>>>>>>  _smlXmlDevInfDataStoreParseRxTx(0x8055728, Tx-Pref, 0x805b238, 0x805b23c, 0xb7916d28)
[1205857670.765993] <<<<<<<  _smlXmlDevInfDataStoreParseRxTx
[1205857670.766019] >>>>>>>  _smlXmlDevInfDataStoreParseDSMem(0x8055728, 0x805b218, 0xb7916d28)
[1205857670.766047] <<<<<<<  _smlXmlDevInfDataStoreParseDSMem
[1205857670.766074] >>>>>>>  _smlXmlDevInfDataStoreParseSyncCap(0x8055728, 0x805b218, 0xb7916d28)
[1205857670.766106] <<<<<<<  _smlXmlDevInfDataStoreParseSyncCap
[1205857670.766132] >>>>>>>  smlDevInfAddDataStore(0x805aec0, 0x805b218)
[1205857670.766156] <<<<<<<  smlDevInfAddDataStore
[1205857670.766179] <<<<<<<  _smlXmlDevInfDataStoreParse
[1205857670.766205] >>>>>>>  _smlXmlDevInfDataStoreParse(0x8055728, 0x805aec0, 0xb7916d28)
[1205857670.766273] >>>>>>>  _smlXmlDevInfDataStoreParseRxTx(0x8055728, Rx-Pref, 0x805b300, 0x805b304, 0xb7916d28)
[1205857670.766305] <<<<<<<  _smlXmlDevInfDataStoreParseRxTx
[1205857670.766332] >>>>>>>  _smlXmlDevInfDataStoreParseRxTx(0x8055728, Tx-Pref, 0x805b310, 0x805b314, 0xb7916d28)
[1205857670.766362] <<<<<<<  _smlXmlDevInfDataStoreParseRxTx
[1205857670.766388] >>>>>>>  _smlXmlDevInfDataStoreParseDSMem(0x8055728, 0x805b2f0, 0xb7916d28)
[1205857670.766417] <<<<<<<  _smlXmlDevInfDataStoreParseDSMem
[1205857670.766444] >>>>>>>  _smlXmlDevInfDataStoreParseSyncCap(0x8055728, 0x805b2f0, 0xb7916d28)
[1205857670.766477] <<<<<<<  _smlXmlDevInfDataStoreParseSyncCap
[1205857670.766503] >>>>>>>  smlDevInfAddDataStore(0x805aec0, 0x805b2f0)
[1205857670.766527] <<<<<<<  smlDevInfAddDataStore
[1205857670.766551] <<<<<<<  _smlXmlDevInfDataStoreParse
[1205857670.766577] >>>>>>>  _smlXmlDevInfDataStoreParseCTCap(0x8055728, 0x805aec0, 0xb7916d28)
[1205857670.766603] >>>>>>>  _smlXmlDevInfDataStoreParseCTCap11(0x8055728, 0x805aec0, 0xb7916d28)
[1205857670.766629] read: CTType

[1205857670.766661] >>>>>>>  smlDevInfNewCTCap(0xb7916d28)
[1205857670.766688] >>>>>>>  smlDevInfNewContentType(0xb7916d28)
[1205857670.766714] <<<<<<<  smlDevInfNewContentType
[1205857670.766738] <<<<<<<  smlDevInfNewCTCap
[1205857670.766763] >>>>>>>  smlDevInfCTCapSetCTType(0x805b188, text/x-vcard)
[1205857670.766788] <<<<<<<  smlDevInfCTCapSetCTType
[1205857670.766813] read: PropName

[1205857670.766841] >>>>>>>  smlDevInfNewProperty(0xb7916d28)
[1205857670.766866] <<<<<<<  smlDevInfNewProperty
[1205857670.766891] >>>>>>>  smlDevInfPropertySetPropName(0x805b388, BDAY)
[1205857670.766916] <<<<<<<  smlDevInfPropertySetPropName
[1205857670.766941] read: PropName

[1205857670.766969] >>>>>>>  smlDevInfCTCapAddProperty(0x805b188, 0x805b388)
[1205857670.766994] <<<<<<<  smlDevInfCTCapAddProperty
[1205857670.767017] >>>>>>>  smlDevInfNewProperty(0xb7916d28)
[1205857670.767042] <<<<<<<  smlDevInfNewProperty
[1205857670.767066] >>>>>>>  smlDevInfPropertySetPropName(0x805b358, URL)
[1205857670.767090] <<<<<<<  smlDevInfPropertySetPropName
[1205857670.767115] read: Size

[1205857670.767142] >>>>>>>  smlDevInfPropertySetPropSize(0x805b358, 120)
[1205857670.767167] <<<<<<<  smlDevInfPropertySetPropSize
[1205857670.767192] read: PropName

[1205857670.767241] >>>>>>>  smlDevInfCTCapAddProperty(0x805b188, 0x805b358)
[1205857670.767267] <<<<<<<  smlDevInfCTCapAddProperty
[1205857670.767291] >>>>>>>  smlDevInfNewProperty(0xb7916d28)
[1205857670.767316] <<<<<<<  smlDevInfNewProperty
[1205857670.767340] >>>>>>>  smlDevInfPropertySetPropName(0x805b288, TITLE)
[1205857670.767364] <<<<<<<  smlDevInfPropertySetPropName
[1205857670.767389] read: Size

[1205857670.767417] >>>>>>>  smlDevInfPropertySetPropSize(0x805b288, 15)
[1205857670.767441] <<<<<<<  smlDevInfPropertySetPropSize
[1205857670.767472] read: PropName

[1205857670.767499] >>>>>>>  smlDevInfCTCapAddProperty(0x805b188, 0x805b288)
[1205857670.767524] <<<<<<<  smlDevInfCTCapAddProperty
[1205857670.767548] >>>>>>>  smlDevInfNewProperty(0xb7916d28)
[1205857670.767573] <<<<<<<  smlDevInfNewProperty
[1205857670.767597] >>>>>>>  smlDevInfPropertySetPropName(0x805b600, ORG)
[1205857670.767622] <<<<<<<  smlDevInfPropertySetPropName
[1205857670.767667] read: Size

[1205857670.767695] >>>>>>>  smlDevInfPropertySetPropSize(0x805b600, 30)
[1205857670.767720] <<<<<<<  smlDevInfPropertySetPropSize
[1205857670.767778] read: PropName

[1205857670.767805] >>>>>>>  smlDevInfCTCapAddProperty(0x805b188, 0x805b600)
[1205857670.767829] <<<<<<<  smlDevInfCTCapAddProperty
[1205857670.767854] >>>>>>>  smlDevInfNewProperty(0xb7916d28)
[1205857670.767878] <<<<<<<  smlDevInfNewProperty
[1205857670.767902] >>>>>>>  smlDevInfPropertySetPropName(0x805b6a0, EMAIL)
[1205857670.767927] <<<<<<<  smlDevInfPropertySetPropName
[1205857670.767952] read: Size

[1205857670.767978] >>>>>>>  smlDevInfPropertySetPropSize(0x805b6a0, 50)
[1205857670.768003] <<<<<<<  smlDevInfPropertySetPropSize
[1205857670.768028] read: ParamName

[1205857670.768057] >>>>>>>  smlDevInfNewPropParam(0xb7916d28)
[1205857670.768082] <<<<<<<  smlDevInfNewPropParam
[1205857670.768108] >>>>>>>  smlDevInfPropParamSetParamName(0x805b630, INTERNET)
[1205857670.768133] <<<<<<<  smlDevInfPropParamSetParamName
[1205857670.768158] read: PropName

[1205857670.768186] >>>>>>>  smlDevInfPropertyAddPropParam(0x805b6a0, 0x805b630)
[1205857670.768211] <<<<<<<  smlDevInfPropertyAddPropParam
[1205857670.768235] >>>>>>>  smlDevInfCTCapAddProperty(0x805b188, 0x805b6a0)
[1205857670.768259] <<<<<<<  smlDevInfCTCapAddProperty
[1205857670.768283] >>>>>>>  smlDevInfNewProperty(0xb7916d28)
[1205857670.768308] <<<<<<<  smlDevInfNewProperty
[1205857670.768332] >>>>>>>  smlDevInfPropertySetPropName(0x805b648, ADR)
[1205857670.768357] <<<<<<<  smlDevInfPropertySetPropName
[1205857670.768382] read: ParamName

[1205857670.768408] >>>>>>>  smlDevInfNewPropParam(0xb7916d28)
[1205857670.768433] <<<<<<<  smlDevInfNewPropParam
[1205857670.768458] >>>>>>>  smlDevInfPropParamSetParamName(0x805b688, WORK)
[1205857670.768483] <<<<<<<  smlDevInfPropParamSetParamName
[1205857670.768508] read: ParamName

[1205857670.768534] >>>>>>>  smlDevInfPropertyAddPropParam(0x805b648, 0x805b688)
[1205857670.768559] <<<<<<<  smlDevInfPropertyAddPropParam
[1205857670.768583] >>>>>>>  smlDevInfNewPropParam(0xb7916d28)
[1205857670.768608] <<<<<<<  smlDevInfNewPropParam
[1205857670.768632] >>>>>>>  smlDevInfPropParamSetParamName(0x805b6e0, HOME)
[1205857670.768656] <<<<<<<  smlDevInfPropParamSetParamName
[1205857670.768681] read: PropName

[1205857670.768707] >>>>>>>  smlDevInfPropertyAddPropParam(0x805b648, 0x805b6e0)
[1205857670.768739] <<<<<<<  smlDevInfPropertyAddPropParam
[1205857670.768765] >>>>>>>  smlDevInfCTCapAddProperty(0x805b188, 0x805b648)
[1205857670.768789] <<<<<<<  smlDevInfCTCapAddProperty
[1205857670.768814] >>>>>>>  smlDevInfNewProperty(0xb7916d28)
[1205857670.768839] <<<<<<<  smlDevInfNewProperty
[1205857670.768863] >>>>>>>  smlDevInfPropertySetPropName(0x805b708, NOTE)
[1205857670.768887] <<<<<<<  smlDevInfPropertySetPropName
[1205857670.768913] read: Size

[1205857670.768940] >>>>>>>  smlDevInfPropertySetPropSize(0x805b708, 50)
[1205857670.768965] <<<<<<<  smlDevInfPropertySetPropSize
[1205857670.768989] read: PropName

[1205857670.769016] >>>>>>>  smlDevInfCTCapAddProperty(0x805b188, 0x805b708)
[1205857670.769040] <<<<<<<  smlDevInfCTCapAddProperty
[1205857670.769064] >>>>>>>  smlDevInfNewProperty(0xb7916d28)
[1205857670.769089] <<<<<<<  smlDevInfNewProperty
[1205857670.769129] >>>>>>>  smlDevInfPropertySetPropName(0x805b748, TEL)
[1205857670.769155] <<<<<<<  smlDevInfPropertySetPropName
[1205857670.769180] read: Size

[1205857670.769207] >>>>>>>  smlDevInfPropertySetPropSize(0x805b748, 80)
[1205857670.769231] <<<<<<<  smlDevInfPropertySetPropSize
[1205857670.769256] read: ParamName

[1205857670.769282] >>>>>>>  smlDevInfNewPropParam(0xb7916d28)
[1205857670.769307] <<<<<<<  smlDevInfNewPropParam
[1205857670.769332] >>>>>>>  smlDevInfPropParamSetParamName(0x805b788, CELL)
[1205857670.769356] <<<<<<<  smlDevInfPropParamSetParamName
[1205857670.769381] read: ParamName

[1205857670.769408] >>>>>>>  smlDevInfPropertyAddPropParam(0x805b748, 0x805b788)
[1205857670.769433] <<<<<<<  smlDevInfPropertyAddPropParam
[1205857670.769457] >>>>>>>  smlDevInfNewPropParam(0xb7916d28)
[1205857670.769481] <<<<<<<  smlDevInfNewPropParam
[1205857670.769505] >>>>>>>  smlDevInfPropParamSetParamName(0x805b7f8, HOME)
[1205857670.769530] <<<<<<<  smlDevInfPropParamSetParamName
[1205857670.769554] read: ParamName

[1205857670.769581] >>>>>>>  smlDevInfPropertyAddPropParam(0x805b748, 0x805b7f8)
[1205857670.769606] <<<<<<<  smlDevInfPropertyAddPropParam
[1205857670.769630] >>>>>>>  smlDevInfNewPropParam(0xb7916d28)
[1205857670.769654] <<<<<<<  smlDevInfNewPropParam
[1205857670.769678] >>>>>>>  smlDevInfPropParamSetParamName(0x805b7b0, FAX)
[1205857670.769703] <<<<<<<  smlDevInfPropParamSetParamName
[1205857670.769727] read: ParamName

[1205857670.769754] >>>>>>>  smlDevInfPropertyAddPropParam(0x805b748, 0x805b7b0)
[1205857670.769778] <<<<<<<  smlDevInfPropertyAddPropParam
[1205857670.769802] >>>>>>>  smlDevInfNewPropParam(0xb7916d28)
[1205857670.769827] <<<<<<<  smlDevInfNewPropParam
[1205857670.769851] >>>>>>>  smlDevInfPropParamSetParamName(0x805b810, WORK)
[1205857670.769875] <<<<<<<  smlDevInfPropParamSetParamName
[1205857670.769900] read: PropName

[1205857670.769927] >>>>>>>  smlDevInfPropertyAddPropParam(0x805b748, 0x805b810)
[1205857670.769952] <<<<<<<  smlDevInfPropertyAddPropParam
[1205857670.769976] >>>>>>>  smlDevInfCTCapAddProperty(0x805b188, 0x805b748)
[1205857670.770000] <<<<<<<  smlDevInfCTCapAddProperty
[1205857670.770024] >>>>>>>  smlDevInfNewProperty(0xb7916d28)
[1205857670.770049] <<<<<<<  smlDevInfNewProperty
[1205857670.770073] >>>>>>>  smlDevInfPropertySetPropName(0x805b828, N)
[1205857670.770098] <<<<<<<  smlDevInfPropertySetPropName
[1205857670.770123] read: Size

[1205857670.770150] >>>>>>>  smlDevInfPropertySetPropSize(0x805b828, 30)
[1205857670.770174] <<<<<<<  smlDevInfPropertySetPropSize
[1205857670.770199] read: PropName

[1205857670.770225] >>>>>>>  smlDevInfCTCapAddProperty(0x805b188, 0x805b828)
[1205857670.770250] <<<<<<<  smlDevInfCTCapAddProperty
[1205857670.770274] >>>>>>>  smlDevInfNewProperty(0xb7916d28)
[1205857670.770298] <<<<<<<  smlDevInfNewProperty
[1205857670.770323] >>>>>>>  smlDevInfPropertySetPropName(0x805b868, VERSION)
[1205857670.770347] <<<<<<<  smlDevInfPropertySetPropName
[1205857670.770372] read: ValEnum

[1205857670.770400] >>>>>>>  smlDevInfPropertyAddValEnum(0x805b868, 2.1)
[1205857670.770425] <<<<<<<  smlDevInfPropertyAddValEnum
[1205857670.770450] read: PropName

[1205857670.770477] >>>>>>>  smlDevInfCTCapAddProperty(0x805b188, 0x805b868)
[1205857670.770519] <<<<<<<  smlDevInfCTCapAddProperty
[1205857670.770543] >>>>>>>  smlDevInfNewProperty(0xb7916d28)
[1205857670.770568] <<<<<<<  smlDevInfNewProperty
[1205857670.770592] >>>>>>>  smlDevInfPropertySetPropName(0x805b8b8, END)
[1205857670.770617] <<<<<<<  smlDevInfPropertySetPropName
[1205857670.770642] read: ValEnum

[1205857670.770691] >>>>>>>  smlDevInfPropertyAddValEnum(0x805b8b8, VCARD)
[1205857670.770716] <<<<<<<  smlDevInfPropertyAddValEnum
[1205857670.770741] read: PropName

[1205857670.770768] >>>>>>>  smlDevInfCTCapAddProperty(0x805b188, 0x805b8b8)
[1205857670.770793] <<<<<<<  smlDevInfCTCapAddProperty
[1205857670.770817] >>>>>>>  smlDevInfNewProperty(0xb7916d28)
[1205857670.770842] <<<<<<<  smlDevInfNewProperty
[1205857670.770866] >>>>>>>  smlDevInfPropertySetPropName(0x805b958, BEGIN)
[1205857670.770890] <<<<<<<  smlDevInfPropertySetPropName
[1205857670.770915] read: ValEnum

[1205857670.770942] >>>>>>>  smlDevInfPropertyAddValEnum(0x805b958, VCARD)
[1205857670.770967] <<<<<<<  smlDevInfPropertyAddValEnum
[1205857670.770991] read: CTType

[1205857670.771018] >>>>>>>  smlDevInfCTCapAddProperty(0x805b188, 0x805b958)
[1205857670.771043] <<<<<<<  smlDevInfCTCapAddProperty
[1205857670.771069] >>>>>>>  smlDevInfAppendCTCap(0x805aec0, 0x805b188)
[1205857670.771094] <<<<<<<  smlDevInfAppendCTCap
[1205857670.771118] >>>>>>>  smlDevInfNewCTCap(0xb7916d28)
[1205857670.771143] >>>>>>>  smlDevInfNewContentType(0xb7916d28)
[1205857670.771168] <<<<<<<  smlDevInfNewContentType
[1205857670.771192] <<<<<<<  smlDevInfNewCTCap
[1205857670.771217] >>>>>>>  smlDevInfCTCapSetCTType(0x805b7d8, text/vcard)
[1205857670.771241] <<<<<<<  smlDevInfCTCapSetCTType
[1205857670.771266] read: PropName

[1205857670.771293] >>>>>>>  smlDevInfNewProperty(0xb7916d28)
[1205857670.771318] <<<<<<<  smlDevInfNewProperty
[1205857670.771342] >>>>>>>  smlDevInfPropertySetPropName(0x805ba20, BDAY)
[1205857670.771367] <<<<<<<  smlDevInfPropertySetPropName
[1205857670.771392] read: PropName

[1205857670.771418] >>>>>>>  smlDevInfCTCapAddProperty(0x805b7d8, 0x805ba20)
[1205857670.771443] <<<<<<<  smlDevInfCTCapAddProperty
[1205857670.771467] >>>>>>>  smlDevInfNewProperty(0xb7916d28)
[1205857670.771491] <<<<<<<  smlDevInfNewProperty
[1205857670.771516] >>>>>>>  smlDevInfPropertySetPropName(0x805ba50, URL)
[1205857670.771540] <<<<<<<  smlDevInfPropertySetPropName
[1205857670.771565] read: Size

[1205857670.771592] >>>>>>>  smlDevInfPropertySetPropSize(0x805ba50, 120)
[1205857670.771616] <<<<<<<  smlDevInfPropertySetPropSize
[1205857670.771641] read: PropName

[1205857670.771668] >>>>>>>  smlDevInfCTCapAddProperty(0x805b7d8, 0x805ba50)
[1205857670.771693] <<<<<<<  smlDevInfCTCapAddProperty
[1205857670.771716] >>>>>>>  smlDevInfNewProperty(0xb7916d28)
[1205857670.771756] <<<<<<<  smlDevInfNewProperty
[1205857670.771781] >>>>>>>  smlDevInfPropertySetPropName(0x805b9d8, TITLE)
[1205857670.771805] <<<<<<<  smlDevInfPropertySetPropName
[1205857670.771837] read: Size

[1205857670.771865] >>>>>>>  smlDevInfPropertySetPropSize(0x805b9d8, 15)
[1205857670.771890] <<<<<<<  smlDevInfPropertySetPropSize
[1205857670.771916] read: PropName

[1205857670.771943] >>>>>>>  smlDevInfCTCapAddProperty(0x805b7d8, 0x805b9d8)
[1205857670.771984] <<<<<<<  smlDevInfCTCapAddProperty
[1205857670.772009] >>>>>>>  smlDevInfNewProperty(0xb7916d28)
[1205857670.772034] <<<<<<<  smlDevInfNewProperty
[1205857670.772058] >>>>>>>  smlDevInfPropertySetPropName(0x805baf0, ORG)
[1205857670.772083] <<<<<<<  smlDevInfPropertySetPropName
[1205857670.772108] read: Size

[1205857670.772135] >>>>>>>  smlDevInfPropertySetPropSize(0x805baf0, 30)
[1205857670.772160] <<<<<<<  smlDevInfPropertySetPropSize
[1205857670.772185] read: PropName

[1205857670.772211] >>>&g