You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by "Steven J. Hathaway (Assigned) (JIRA)" <xa...@xml.apache.org> on 2012/04/10 19:23:13 UTC

[jira] [Assigned] (XALANC-717) Crash (pure virtual method call) when included file is not well formed XML

     [ https://issues.apache.org/jira/browse/XALANC-717?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Steven J. Hathaway reassigned XALANC-717:
-----------------------------------------

    Assignee: Steven J. Hathaway  (was: Brian Minchau)
    
> Crash (pure virtual method call) when included file is not well formed XML
> --------------------------------------------------------------------------
>
>                 Key: XALANC-717
>                 URL: https://issues.apache.org/jira/browse/XALANC-717
>             Project: XalanC
>          Issue Type: Bug
>          Components: XalanC
>    Affects Versions: 1.10
>            Reporter: Christian Luidolt
>            Assignee: Steven J. Hathaway
>         Attachments: xalanC-include-crash.diff
>
>
> create a .xsl file which includes antoher .xsl file (using xsl:include) which in not well-formed XML, e.g. has garbage at the end of the file.
> When executing XalanTransformer::transform() the program crashes (virtual method call) because the locator has already been freed. 
> The reason for the crash is that the Locator of the included file has been pushed onto the locator stack by the StylesheetHandler but has not been removed because the endDocument callback has not been called.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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