PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3335 *** shadow/3335 Wed Aug 29 03:23:24 2001 --- shadow/3335.tmp.29819 Wed Aug 29 03:23:24 2001 *************** *** 0 **** --- 1,34 ---- + +============================================================================+ + | static XMLStringPool compiled on Borland C++Builder 4 throws exception in | + +----------------------------------------------------------------------------+ + | Bug #: 3335 Product: Xerces-C++ | + | Status: NEW Version: 1.5.1 | + | Resolution: Platform: PC | + | Severity: Major OS/Version: Windows NT/2K | + | Priority: Other Component: Utilities | + +----------------------------------------------------------------------------+ + | Assigned To: [EMAIL PROTECTED] | + | Reported By: [EMAIL PROTECTED] | + | CC list: Cc: | + +----------------------------------------------------------------------------+ + | URL: | + +============================================================================+ + | DESCRIPTION | + TraverseSchema has some static XMLStringPool fStringPool object. + + I compiled Xerces (and DOMPrint) on C++Builder 4 (big problem...) and it runs, + parses etc. but in destruction throws exception. + Strange thing that only this static version of XMLStringPool throws it - other + (dynamically allocated in some other place) XMLStringPool object works fine. + + problem is delete[] fIdMap; line + but I don't know why - it is NOT null, is allocated (can read, write etc without + throws). Resizing fIdMap (in case it is fullfilled) is not issue because in + tested XML file there are few objects in fIdMap; + + I tried comment this line, but it throws in some other place (in deletion of + HashTable); I tried some ugly flag isStatic for the static one, but this not + works also. + + If someone has COMPILED and WORKING binary version of Xerces for BCB 4 (VC one + doesn't work) please gimme message - I'll be gratefull --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
