Return-Path: Delivered-To: apmail-ws-axis-c-dev-archive@www.apache.org Received: (qmail 23865 invoked from network); 18 Jan 2007 05:15:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Jan 2007 05:15:51 -0000 Received: (qmail 72077 invoked by uid 500); 18 Jan 2007 05:15:57 -0000 Delivered-To: apmail-ws-axis-c-dev-archive@ws.apache.org Received: (qmail 72056 invoked by uid 500); 18 Jan 2007 05:15:57 -0000 Mailing-List: contact axis-c-dev-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: "Apache AXIS C Developers List" Reply-To: "Apache AXIS C Developers List" Delivered-To: mailing list axis-c-dev@ws.apache.org Received: (qmail 72045 invoked by uid 99); 18 Jan 2007 05:15:57 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Jan 2007 21:15:57 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Jan 2007 21:15:50 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 40DB5714295 for ; Wed, 17 Jan 2007 21:15:30 -0800 (PST) Message-ID: <5930540.1169097330262.JavaMail.jira@brutus> Date: Wed, 17 Jan 2007 21:15:30 -0800 (PST) From: "nadir amra (JIRA)" To: axis-c-dev@ws.apache.org Subject: [jira] Closed: (AXISCPP-770) const AnyElement* XMLParserXerces::next(bool isCharData) crashes In-Reply-To: <256180486.1122544765692.JavaMail.jira@ajax.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/AXISCPP-770?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] nadir amra closed AXISCPP-770. ------------------------------ > const AnyElement* XMLParserXerces::next(bool isCharData) crashes > ---------------------------------------------------------------- > > Key: AXISCPP-770 > URL: https://issues.apache.org/jira/browse/AXISCPP-770 > Project: Axis-C++ > Issue Type: Bug > Components: Parser Library - Xerces > Affects Versions: 1.5 Final > Environment: linux 2.6.11 > Reporter: jose > Assigned To: nadir amra > Fix For: 1.6 Beta > > > The function const AnyElement* XMLParserXerces::next(bool isCharData) of XMLParserXerces.cpp crashes on the next line: > bCanParseMore = m_pParser->parseNext(m_ScanToken); > I have tested with xerces 2.2 and with xerces 2.6 and the problem continues. > If I HTTP GET the Web Services List via http://localhost:8080/axis/ the parser works fine for the server.wsdd file, but when I > call the web service example Calculator and the engine tries to parse the soap request in process(), then crashes. > P.D.: Please, migrate to stable xerces 2.6 -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org For additional commands, e-mail: axis-c-dev-help@ws.apache.org