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=8750>. 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=8750 null pointer in ReaderMgr::skippedSpace() ------- Additional Comments From [EMAIL PROTECTED] 2002-05-10 12:53 ------- Further description: My application is multithreaded. I use one instance of DOMParser per thread in my application. Currently, i run 10 concurrent threads but i would like to use more than that. I do not use any synchronization process as it is written in the Programming FAQ. The XMLPlatformUtils::Initialize() is done only once at the beginning of the application. There is an access violation when two thread try to parse the same file almost at the same time (should be 30 ms between the calls to the parse function by the two threads). The access violation append when trying to access the XMLReader fCurReader of the reader manager. it could also happen in the ReaderMgr::peekNextChar() function. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
