Public bug reported:

the following query makes zorba hang forever:


import module namespace html = 
"http://www.zorba-xquery.com/modules/converters/html";;

let $text := "<p>�</p>"
return html:parse($text)

(not sure if chiller is you, chris?)

** Affects: zorba
     Importance: Undecided
     Assignee: Chris Hillery (ceejatec)
         Status: New


** Tags: improve-code-quality incorrect-result usability

-- 
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/1025197

Title:
  infinite loop in converters/html parse

Status in Zorba - The XQuery Processor:
  New

Bug description:
  the following query makes zorba hang forever:

  
  import module namespace html = 
"http://www.zorba-xquery.com/modules/converters/html";;

  let $text := "<p>�</p>"
  return html:parse($text)

  (not sure if chiller is you, chris?)

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/1025197/+subscriptions

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to     : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp

Reply via email to