zorba-coders team mailing list archive
-
zorba-coders team
-
Mailing list archive
-
Message #12212
[Bug 1024279] [NEW] fn:path seg faults
Public bug reported:
The following tests for fn:path result in a Seg Fault:
Test 1:
fn:path(text{"fred"})
Test 2:
fn:path(<a b="c"/>/@b)
Test 3:
fn:path(<a><b/><b/></a>/(b[2]))
I have assigned the bug to Markos because he made the most updates to the fn:path runtime iterator in
src/functions/pregenerated/func_nodes.h.
Bug marked as CRITICAL because Zorba Seg Faults.
** Affects: zorba
Importance: Critical
Assignee: Markos Zaharioudakis (markos-za)
Status: New
--
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/1024279
Title:
fn:path seg faults
Status in Zorba - The XQuery Processor:
New
Bug description:
The following tests for fn:path result in a Seg Fault:
Test 1:
fn:path(text{"fred"})
Test 2:
fn:path(<a b="c"/>/@b)
Test 3:
fn:path(<a><b/><b/></a>/(b[2]))
I have assigned the bug to Markos because he made the most updates to the fn:path runtime iterator in
src/functions/pregenerated/func_nodes.h.
Bug marked as CRITICAL because Zorba Seg Faults.
To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/1024279/+subscriptions
Follow ups
References