Actions
Bug #1500
closedWhen the codepoints-to-string function is called there's an out-of-memory or stackoverflow exception
Start date:
2012-04-26
Due date:
% Done:
100%
Estimated time:
Platforms:
Description
This sample XSLT reproduces the problem:
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="2.0">
<xsl:output indent="yes"/>
<xsl:template match="/">
<out test="recursion2">
<xsl:sequence select="codepoints-to-string((88,89,90))"/>
</out>
</xsl:template>
</xsl:stylesheet>
Updated by Philip Fearon over 12 years ago
- Status changed from New to Resolved
- Found in version set to Beta 0.1
Fixed
Updated by O'Neil Delpratt over 11 years ago
- Status changed from Resolved to Closed
- Fixed in version changed from Beta 0.2 to 1.0
Fixed in Saxon-CE version 1.0
Updated by O'Neil Delpratt over 11 years ago
- Sprint/Milestone changed from Beta 0.2 to Release 1.0
- % Done changed from 0 to 100
Please register to edit this issue
Actions