You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by bu...@apache.org on 2001/12/18 15:20:16 UTC

DO NOT REPLY [Bug 5418] - Reiterative loop for memparse.cpp

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

tng@ca.ibm.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID



------- Additional Comments From tng@ca.ibm.com  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: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org