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: [email protected]
For additional commands, e-mail: [email protected]
--
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: [email protected]
For additional commands, e-mail: [email protected]