http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2649 *** shadow/2649 Tue Jul 17 00:16:27 2001 --- shadow/2649.tmp.20536 Tue Jul 17 00:16:27 2001 *************** *** 0 **** --- 1,26 ---- + +============================================================================+ + | Huge memory leaks in Xerces | + +----------------------------------------------------------------------------+ + | Bug #: 2649 Product: Xerces-C++ | + | Status: NEW Version: 1.5 | + | Resolution: Platform: PC | + | Severity: Critical OS/Version: Windows NT/2K | + | Priority: Other Component: Non-Validating Parser | + +----------------------------------------------------------------------------+ + | Assigned To: [EMAIL PROTECTED] | + | Reported By: [EMAIL PROTECTED] | + | CC list: Cc: | + +----------------------------------------------------------------------------+ + | URL: | + +============================================================================+ + | DESCRIPTION | + The problem is memory leaks that are steadily growing. Scenario: + I took DomPrint sample project and added a loop around the section starting at + DOMParser *parser = new DOMParser; + and ending at + delete parser; + + Then by looking at the memory consumption of domprint.exe (using task manager) + i saw that the memory is growing rapidly. + + In version 1.4 the memory is stable. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
