** Changed in: zorba
       Status: Fix Committed => 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/866423

Title:
  Deadlock in Updates

Status in Zorba - The XQuery Processor:
  Fix Released

Bug description:
  If some update expressions are executed in a certain order, Zorba ends
  up in a deadlock.

  Example Query:

  import module namespace coll = "http://www.zorba-xquery.com/zorba
  /collection-functions";

  declare sequential function local:test()
  {
    coll:create-collection("test", <a><b>Foo</b></a>);
    replace value of node collection("test")[1]/b with "Bar";
    coll:insert-nodes-at("test", 2, <a />);
    (); 
  };

  local:test();

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/866423/+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