DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24639>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24639

Xalan crashes at exit because of Xerces-MemoryManager and static XSLTInputSource





------- Additional Comments From [EMAIL PROTECTED]  2003-11-12 16:08 -------
Thanks for the pointer to the FAQ, it describes the problem that I see, but I
still think that the error is located inside Xalan, because:

- we recmopiled Xerces 2.3 and Xalan 1.5 (using Xerces 2.3) from the sources
- I get the crash when running the binary "Xalan" that is produced as part of
the Xalan-build, not in our code. The attached sample code just shows what is
done inside Xalan.

I think that the "static XSLTInputSource" in XalanTransformer.cpp is causing the
problem that I see, because the XSLTInputSource is created before
XMLPlatformUtils::Initialize(); is executed and thus gets an empty
MemoryManager-object.

I am wondering why this is not the case for others, or do I overlook something here?

Reply via email to