Return-Path: X-Original-To: apmail-xalan-dev-archive@www.apache.org Delivered-To: apmail-xalan-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0E114DC41 for ; Mon, 28 Jan 2013 18:33:15 +0000 (UTC) Received: (qmail 90923 invoked by uid 500); 28 Jan 2013 18:33:14 -0000 Delivered-To: apmail-xalan-dev-archive@xalan.apache.org Received: (qmail 90527 invoked by uid 500); 28 Jan 2013 18:33:14 -0000 Mailing-List: contact dev-help@xalan.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@xalan.apache.org Delivered-To: mailing list dev@xalan.apache.org Received: (qmail 90306 invoked by uid 99); 28 Jan 2013 18:33:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Jan 2013 18:33:13 +0000 Date: Mon, 28 Jan 2013 18:33:13 +0000 (UTC) From: "Antony Bartlett (JIRA)" To: dev@xalan.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (XALANC-736) Assertion failure in debug mode MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/XALANC-736?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Antony Bartlett updated XALANC-736: ----------------------------------- Attachment: 736.diff Yes, happened to me too. It looks to me like Xalan decides to do a std::copy of nothing, and the version of stl shipped with Visual Studio 2010 raises an assertion? Anyway, I believe the attached patch fixes the issue. > Assertion failure in debug mode > ------------------------------- > > Key: XALANC-736 > URL: https://issues.apache.org/jira/browse/XALANC-736 > Project: XalanC > Issue Type: Bug > Affects Versions: 1.11 > Environment: Visual Studio 2010 > Binary package of Xerces 3.1.1 > Binary package of Xalan 1.11.0 > Reporter: Claudia Baier > Assignee: Steven J. Hathaway > Attachments: 736.diff, XercesXalanDemo.zip > > > I have a problem running applications in debug mode. I try to process a xslt file which includes > another xslt file. In release mode everything works fine. But in debug mode the application > crashes with the message: > "Debug Assertion Failed! > ... > Expression: invalid null pointer" > This happens when I call > theXalanTransformer.transform(*parsedXML, *xslIn, std::cout); -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@xalan.apache.org For additional commands, e-mail: dev-help@xalan.apache.org