You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by "Bill Blough (JIRA)" <ji...@apache.org> on 2016/12/25 20:02:58 UTC

[jira] [Created] (XALANC-770) Possibly incorrect assertion in XalanSourceTreeDocument::createAttributes

Bill Blough created XALANC-770:
----------------------------------

             Summary: Possibly incorrect assertion in XalanSourceTreeDocument::createAttributes
                 Key: XALANC-770
                 URL: https://issues.apache.org/jira/browse/XALANC-770
             Project: XalanC
          Issue Type: Bug
          Components: XalanC
    Affects Versions: 1.11
         Environment: Debian GNU/Linux 8.6 (jessie), amd64
            Reporter: Bill Blough
            Assignee: Steven J. Hathaway
            Priority: Minor


As reported in Debian (https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=783173), certain input causes debug builds to fail with the following assertion error:

debian_xalan-c_debug/xalan/t$ testXSLT -validate -xsl realworld1.xslt -in
realworld1.xml
xalan: /tmp/buildd/xalan-1.11/c/src/xalanc/XalanSourceTree/XalanSourceTreeDocument.cpp:1206: 
size_t
xalanc_1_11::XalanSourceTreeDocument::createAttributes(xalanc_1_11::XalanSourceTreeAttr**,
const AttributesType&, size_t, xalanc_1_11::XalanSourceTreeElement*,
bool): Assertion `theColonIndex != length(theQName)' failed.

However, release builds (with assertions disabled) process correctly and yield the correct output.  This raises a question: Is the assertion logic  incorrect, or is the assertion logic correct and the successful processing  is the result of luck?




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@xalan.apache.org
For additional commands, e-mail: dev-help@xalan.apache.org