[Zorba-coders] [Bug 867247] Re: Internal fatal error on node insert

2012-03-25 Thread Markos Zaharioudakis
** 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/867247

Title:
  Internal fatal error on node insert

Status in Zorba - The XQuery Processor:
  Fix Released

Bug description:
  This query raises an internal fatal error:

  variable $y:=c;
  (
  insert node "a" as first into $y,
  insert node "b" before $y/node()[1]
  );
  $y

  Zorba Internal Fatal Error in 
/zorba/trunksrc/src/store/naive/node_updates.cpp:943:
  "theParent": condition failed

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


[Zorba-coders] [Bug 867247] Re: Internal fatal error on node insert

2011-11-16 Thread Matthias Brantner
** 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/867247

Title:
  Internal fatal error on node insert

Status in Zorba - The XQuery Processor:
  Fix Committed

Bug description:
  This query raises an internal fatal error:

  variable $y:=c;
  (
  insert node "a" as first into $y,
  insert node "b" before $y/node()[1]
  );
  $y

  Zorba Internal Fatal Error in 
/zorba/trunksrc/src/store/naive/node_updates.cpp:943:
  "theParent": condition failed

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