stream read failure in StringToCodepointsIteartor

Bug #957580 reported by Matthias Brantner
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Zorba
Fix Released
High
Paul J. Lucas

Bug Description

Executing the following query raises an '[zerr:ZOSE0003]: stream read failure' error in the StringToCodepointsIterator.

let $n := <root><node>myValue</node></root>
let $v := fn:serialize(
          $n/child::node(),
          <output:serialization-parameters
            xmlns:output="http://www.w3.org/2010/xslt-xquery-serialization">
            <output:method value="xml"/>
            <output:omit-xml-declaration value="yes"/>
            <output:version value="1.0"/>
          </output:serialization-parameters>)
return fn:string-to-codepoints($v)

Related branches

Revision history for this message
Matthias Brantner (matthias-brantner) wrote :

In order to reproduce the error, the branch at lp:~zorba-coders/zorba/bug-957580 must be used. There was another problem in the iterator which is already fixed in this branch.

Changed in zorba:
status: New → In Progress
Changed in zorba:
milestone: none → 2.2
Changed in zorba:
status: In Progress → Fix Committed
Changed in zorba:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.