Check if the destructor for this object is being called after XMLPlatformUtils::Terminate has already been called.

Alberto

Bhat wrote:
Alberto Massari wrote:
(the fact that you don't see the size of the file until you exit your application is probably caused by not having closed/destroyed the XMLFormatTarget).

Alberto



Alberto: You hit the nail on the head.  Deleting the XMLFormatTarget object
did the trick.  Thanks a bunch....


I have written a class in which I am, among other things, parsing an XML
document. In the constructor I am instantiating the XercesDOMParser. Naturally, in the destructor I deleted this object, but that is causing a
core-dump.  Any suggestions?

Thanks,
Bhat


am instantiating the parser, the



Reply via email to