Return-Path: Delivered-To: apmail-xml-xerces-c-dev-archive@www.apache.org Received: (qmail 45663 invoked from network); 2 Nov 2004 14:06:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 2 Nov 2004 14:06:05 -0000 Received: (qmail 20481 invoked by uid 500); 2 Nov 2004 14:02:15 -0000 Delivered-To: apmail-xml-xerces-c-dev-archive@xml.apache.org Received: (qmail 20267 invoked by uid 500); 2 Nov 2004 14:02:12 -0000 Mailing-List: contact xerces-c-dev-help@xml.apache.org; run by ezmlm Precedence: bulk Reply-To: xerces-c-dev@xml.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list xerces-c-dev@xml.apache.org Received: (qmail 19784 invoked by uid 99); 2 Nov 2004 14:02:06 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [192.18.33.10] (HELO exchange.sun.com) (192.18.33.10) by apache.org (qpsmtpd/0.28) with SMTP; Tue, 02 Nov 2004 06:02:03 -0800 Received: (qmail 14743 invoked from network); 2 Nov 2004 14:02:00 -0000 Received: from localhost (HELO nagoya) (127.0.0.1) by nagoya.betaversion.org with SMTP; 2 Nov 2004 14:02:00 -0000 Message-ID: <1359365171.1099404120900.JavaMail.apache@nagoya> Date: Tue, 2 Nov 2004 06:02:00 -0800 (PST) From: "Alberto Massari (JIRA)" To: xerces-c-dev@xml.apache.org Subject: [jira] Updated: (XERCESC-958) DOMImplementation Multi-Thread Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N [ http://nagoya.apache.org/jira/browse/XERCESC-958?page=history ] Alberto Massari updated XERCESC-958: ------------------------------------ Priority: Major > DOMImplementation Multi-Thread > ------------------------------ > > Key: XERCESC-958 > URL: http://nagoya.apache.org/jira/browse/XERCESC-958 > Project: Xerces-C++ > Type: Bug > Components: DOM > Versions: 2.3.0 > Environment: Operating System: Other > Platform: PC > Reporter: Martial Gourde > Assignee: Xerces-C Developers Mailing List > > In multi-thread apps I get an Access Violation (C0000005) error at the > getDOMImplementation method when the second and subsequent threads starts. > More precisely the failure occurs at the XMLMutex::lock() call. The code I > used was derived from the DOMCount example. The three source lines may be of > interest where 'xmlParser' is defined as 'DOMBuilder *' : > static const XMLCh gLS[] = { chLatin_L, chLatin_S, chNull }; > DOMImplementation *impl = DOMImplementationRegistry::getDOMImplementation(gLS); > xmlParser = ((DOMImplementationLS*)impl)->createDOMBuilder > (DOMImplementationLS::MODE_SYNCHRONOUS, 0); > Thanks > Martial Gourde -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://nagoya.apache.org/jira/secure/Administrators.jspa - If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org For additional commands, e-mail: xerces-c-dev-help@xml.apache.org