From: Achim S. <Ach...@mn...> - 2006-08-07 09:52:44
|
Hi, my mobile phone ( has been change by shop to current W800i firmware), does reset again on a strange calendar entry. The console displays the following: Sent a entry 000000000221 of size 414 to member 1. Changetype MODIFIED Sent a entry of size 270 to member 1. Changetype ADDED ^^^ Here the ID is missing --> this seem to break the phone, as this is the last entry that is displayed before the mobile phone dispaly starts white/black .... The trace of this is as follows: [1154941917.879262] Loaded change with uid libkcal-581828768.278, changetype 0, data (nil), size 0, objtype event and format xml-event from member 2 [1154941917.879307] >>>>>>> osync_change_new() [1154941917.879341] <<<<<<< osync_change_new: 0x80e5588 [1154941917.879380] >>>>>>> osync_change_get_objformat(0x80e5588) [1154941917.879414] <<<<<<< osync_change_get_objformat: 0x80750c0 [1154941917.879448] >>>>>>> osync_change_get_objformat(0x80e5588) [1154941917.879482] <<<<<<< osync_change_get_objformat: 0x80750c0 [1154941917.879520] Loaded change with uid , changetype 0, data (nil), size 0, objtype event and format vevent10 from member 1 [1154941917.879578] >>>>>>> osync_change_new() [1154941917.879613] <<<<<<< osync_change_new: 0x80e56a0 [1154941917.879650] >>>>>>> osync_change_get_objformat(0x80e56a0) [1154941917.879685] <<<<<<< osync_change_get_objformat: 0x8075270 [1154941917.879718] >>>>>>> osync_change_get_objformat(0x80e56a0) [1154941917.879751] <<<<<<< osync_change_get_objformat: 0x8075270 ===>> Here also the ID of the event is missing And these are the corresponding entries in the trace which seem to correspond to the problematic one the the normal before: BEGIN:VCALENDAR VERSION:1.0 BEGIN:VEVENT DTSTART;CHARSET=UTF-8;ENCODING=QUOTED-PRINTABLE: 00000T000000Z DTEND;CHARSET=UTF-8;ENCODING=QUOTED-PRINTABLE: 00000T000000Z SUMMARY:Schleim LOCATION:Kr LAST-MODIFIED;CHARSET=UTF-8;ENCODING=QUOTED-PRINTABLE:20060807T090258Z X-IRMC-LUID:000000000223 END:VEVENT END:VCALENDAR BEGIN:VCALENDAR VERSION:1.0 BEGIN:VEVENT DTSTART;CHARSET=UTF-8;ENCODING=QUOTED-PRINTABLE: 00000T000000Z DTEND;CHARSET=UTF-8;ENCODING=QUOTED-PRINTABLE: 00000T000000Z LAST-MODIFIED;CHARSET=UTF-8;ENCODING=QUOTED-PRINTABLE:20060807T090258Z X-IRMC-LUID:000000000225 END:VEVENT END:VCALENDAR ==>> So somehow an empty entry made it to the DB, which in turn caused problems with irmc-sync and the mobile phone. Thanks, Achim |