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=5418>. 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=5418 Reiterative loop for memparse.cpp [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Additional Comments From [EMAIL PROTECTED] 2001-12-18 06:20 ------- In Xerces-C++ 1.5.1 or below, the XMLPlatformUtils::Initialize()/Terminate() pair can only be called once per process. Thus these two call should be outside of your while loop. In Xerces-C++ 1.5.2 or above, this restriction is lifted and the XMLPlatformUtils::Initialize()/Terminate() pair can be called more than once. Thus please either exclude the two calls from the while loop, or upgrade to our latest release. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
