Hi

I'm writting an apache module that uses xerces for process form data and build xml files with this data.
I wrote the module in C++, compiled, installed with apxs, restarted the httpd server and everything is fine.


But when the module runs, I've got a segmentation fault. After debbuging I discovered that the segfault occurs
when I try to create a XercesDOMParser object with operator new!!!


If I don't include the line:

XercesDOMParser *parser = new XercesDOMParser();

everything works fine, unless there's another line with the new operator.

Maybe apache can't create the c++ object, but I don't know the reason..

Some help would be apreciated..

thanks
----------------------------------------------
Hugo Kotsubo - [EMAIL PROTECTED]
----------------------------------------------



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



Reply via email to