Assertion failed with collection delete

Bug #868258 reported by Federico Cavalieri
258
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Zorba
Fix Released
High
Federico Cavalieri

Bug Description

Trying to delete a collection twice during the same snapshot causes an assertion to fail.

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";

ddl:create(xs:QName("ddl:coll"),(<a/>,<b/>));
(
ddl:delete(xs:QName("ddl:coll")),
ddl:delete(xs:QName("ddl:coll"))
);

Changed in zorba:
assignee: nobody → Federico Cavalieri (fcavalieri)
importance: Undecided → High
visibility: private → public
Changed in zorba:
milestone: none → 2.1
Changed in zorba:
status: New → Fix Released
Changed in zorba:
status: Fix Released → Fix Committed
Changed in zorba:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public Security information  
Everyone can see this security related information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.