zorba-coders team mailing list archive
-
zorba-coders team
-
Mailing list archive
-
Message #12292
[Bug 1025197] [NEW] infinite loop in converters/html parse
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
Follow ups
References