← Back to team overview

zorba-coders team mailing list archive

[Bug 869025] Re: Segmentation fault with getReference

 

** Changed in: zorba
       Status: Fix Released => Fix Committed

** Changed in: zorba
    Milestone: None => 2.1

-- 
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 Committed

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