Hi,
 
When I try a multi-thread test on Xerces parser, I get the AV.
The test is very simple. In each thread, it create its own parser and load a XML.
 
After I debug it, I find the bug :

One thread is trying to delete DOMStringHandleMutex, at the same time another thread is try to new a DOMStringhHandle and use that mutex.
 
Any ideas about this?
 
Thanks a lot.
 
Kevin
 

Reply via email to