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 14:20 ------- The Xerces C++ FAQ will describe why you application is crashing. Check out: http://xml.apache.org/xerces-c/faq-parse.html#faq-7 topic: "I'm suddenly getting segfaults with Xerces-C 2.3.0; why might this be?" In your application you need to scope any parser objects you create. You cannot use Xalan 1.5 binaries with Xerces 2.3 without recompiling Xalan. It is recommended that you upgrade to Xalan 1.6 which was built and tested against Xerces 2.3.
