On Fr, 2011-08-26 at 00:14 +1000, Roger KeIrad wrote:
> sysync::TSyError SyncSourceSerialize::
> insertItemAsKey(sysync::KeyH aItemKey, sysync::cItemID aID,
> sysync::ItemID newID)
> {
>    
>     SharedBuffer data3;
>     getSynthesisAPI()->getValue(aItemKey, "LAST-MODIFIED", data3);
>     printf("LAST-MODIFIED <%s> \n",data3.get());
>     ............
> 
> 
> 
> but an error occur :
> [ERROR] calendar: basic_string::_S_construct NULL not valid

What you see is std::string being constructed with NULL instead of a
valid string. Not sure whether it is really related to that line.

Run in gdb and do "catch throw" to locate the actual location where it
occurs.


-- 
Best Regards, Patrick Ohly

The content of this message is my personal opinion only and although
I am an employee of Intel, the statements I make here in no way
represent Intel's position on the issue, nor am I authorized to speak
on behalf of Intel on this matter.


_______________________________________________
SyncEvolution mailing list
[email protected]
http://lists.syncevolution.org/listinfo/syncevolution

Reply via email to