On Wed, 2014-05-07 at 16:37 +0530, anuj chauhan wrote:
> Hi ,
> 
> 
> I am facing a issue on reducing log level<4.Syncevolution is
> 
> throwing following error:
> 
> 
> #[ERROR] basic_string::_S_construct null not valid
> 
> 
>  Please suggest how to resolve this problem.

Run it under a debugger, catch exceptions ("catch throw" in gdb),
continue until you hit the problem (some exceptions can be ignored),
then provide the stack backtrace ("where").


-- 
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.




_______________________________________________
os-libsynthesis mailing list
[email protected]
http://lists.synthesis.ch/mailman/listinfo/os-libsynthesis

Reply via email to