You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-users@xerces.apache.org by Stephen Collyer <sc...@netspinner.co.uk> on 2008/05/22 22:11:43 UTC

Re: Core dump with XMLReaderFactory::createXMLReader() - SOLVED

Stephen Collyer wrote:
> 1. I'm getting a core dump in the constructor of a class
> XMLParser which is initializing a ptr to a SAX2XMLReader
> member variable declared like this:

OK, panic over folks. I was failing to initialize
Xerces in the offending executable. It all works
now.

-- 
Regards

Steve Collyer
Netspinner Ltd

Re: Core dump with XMLReaderFactory::createXMLReader() - SOLVED

Posted by Jason Stewart <ja...@gmail.com>.
Hey Stephen,

2008/5/23 Stephen Collyer <sc...@netspinner.co.uk>:

> OK, panic over folks. I was failing to initialize
> Xerces in the offending executable. It all works
> now.

Hah! that would do it - no initialization - no default memory manager...

Cheers, jas.