Did
you call XMLPlatformUtils::Initialize() before creating the
parser?
-----Original Message-----Hi!
From: Hugo Kotsubo [mailto:[EMAIL PROTECTED]
Sent: Thursday, December 04, 2003 1:48 PM
To: [EMAIL PROTECTED]
Subject: Re: segmentation fault while writing apache modules using xerces
I guess the problem is not on the apache module.
I've just made a program with parts of module code that uses xerces tools and
the program also crashes..
I've got a segfault when I try to create a parser with new operator:
XercesDOMParser *parser = new XercesDOMParser;
Why my program is crashing in that line??
The strange is, DOMPrint example uses XercesDOMParser, and creates an instance the same way I'm trying, but the example doesn't crashes..
What am I doing wrong?
tks
Hugo