Priya Mollyn (pmollyn) wrote:
Hi,
We have a core generated while calling resetDocumentPool() in the XercesDOMParser, below is the back trace. parser object is used by only one thread, processing documents sequentially. parser is initialized correctly. Any idea why this crash ? Has anyone seen this before ?

Did you delete the DOMDocument instance yourself? If so, did you call AbstractDOMParser::adoptDocument() before you did that? If not, the parser instance will attempt to delete the document.

Dave

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to