[
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: [email protected]
For additional commands, e-mail: [email protected]