I think I've just fixed this two weeks ago.  Please try the latest nightly build (http://xml.apache.org/dist/xerces-c/nightly/2002-03-23/) and let us know if problem persists.
 
Tinny
----- Original Message -----
From: Xiao, Ke
Sent: Wednesday, March 27, 2002 6:04 PM
Subject: Xerces is not thread-safe

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