zorba-coders team mailing list archive
-
zorba-coders team
-
Mailing list archive
-
Message #03904
[Bug 866423] Re: Deadlock in Updates
In the newly commited stack module
--
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:
Incomplete
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