zorba-coders team mailing list archive
-
zorba-coders team
-
Mailing list archive
-
Message #00940
[Bug 869025] Re: Segmentation fault with getReference
** Changed in: zorba
Status: New => Fix Released
--
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/869025
Title:
Segmentation fault with getReference
Status in Zorba - The XQuery Processor:
Fix Released
Bug description:
The following query causes a segmentation fault:
import module namespace ddl = "http://www.zorba-xquery.com/modules/store/dynamic/collections/ddl";
import module namespace dml = "http://www.zorba-xquery.com/modules/store/dynamic/collections/dml";
import module namespace ref = "http://www.zorba-xquery.com/modules/node-reference";
ddl:create(xs:QName("ddl:coll"));
dml:insert-nodes-last(xs:QName("ddl:coll"),text {"aa"});
ref:node-reference(dml:collection(xs:QName("ddl:coll")))
To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/869025/+subscriptions
References