You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by Ondrej Sluciak <on...@nt.tuwien.ac.at> on 2009/02/12 12:27:42 UTC

Valgrind report

Probably it is nothing, but valgrind shows some strange behaviour in 
xerces initialization. The code is very simple:

int main(){
    XMLPlatformUtils::Initialize();
    XMLPlatformUtils::Terminate();
    return 0;
}

The valgrind reports some errors (see attachment) that look more like 
problems in linux libc libraries, but I'm not sure. Can someone explain 
this behaviour? I'm using the latest xerces 3.0, compiled from the 
source code and I am on ubuntu 8.04. Thanks.

Ondrej



Re: Valgrind report

Posted by John Snelson <jo...@oracle.com>.
Hi Ondrej,

I get those errors when I run valgrind on Xerces-C too. As far as I can 
tell they are nothing to do with Xerces-C, and are just noise in the 
valgrind output. I've never experienced any real problem as a result of 
them.

John

Ondrej Sluciak wrote:
> Probably it is nothing, but valgrind shows some strange behaviour in 
> xerces initialization. The code is very simple:
> 
> int main(){
>    XMLPlatformUtils::Initialize();
>    XMLPlatformUtils::Terminate();
>    return 0;
> }
> 
> The valgrind reports some errors (see attachment) that look more like 
> problems in linux libc libraries, but I'm not sure. Can someone explain 
> this behaviour? I'm using the latest xerces 3.0, compiled from the 
> source code and I am on ubuntu 8.04. Thanks.
> 
> Ondrej
> 
> 
> 
> ------------------------------------------------------------------------
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: c-dev-unsubscribe@xerces.apache.org
> For additional commands, e-mail: c-dev-help@xerces.apache.org


-- 
John Snelson, Oracle Corporation            http://snelson.org.uk/john
Berkeley DB XML:            http://oracle.com/database/berkeley-db/xml
XQilla:                                  http://xqilla.sourceforge.net

---------------------------------------------------------------------
To unsubscribe, e-mail: c-dev-unsubscribe@xerces.apache.org
For additional commands, e-mail: c-dev-help@xerces.apache.org