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 Summary: Reiterative loop for memparse.cpp Product: Xerces-C++ Version: 1.5.1 Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Normal Priority: Other Component: Build AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] In the memory parse program, if we insert a while loop to run the entire main program forever, then it crashes at SAXParser parser the second time. It probably has something to do with how terminate works because, if you take terminate out of that while loop, then it works fine but has major memory leaks. So if you want it to sit there and parse documents repeatedly without starting and stopping everytime, what would you do. The while loop method doesn't work because of the problem mentioned above. Vincent/Ashish --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
