← Back to team overview

zorba-coders team mailing list archive

[Bug 907872] Re: segfault when returning an input ItemSequence from an external function

 

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

-- 
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/907872

Title:
  segfault when returning an input ItemSequence from an external
  function

Status in Zorba - The XQuery Processor:
  Fix Committed

Bug description:
  Zorba segfaults when returning one of the input ItemSequences from an
  external function.

  For example,

    ItemSequence_t evaluate(const ExternalFunction::Arguments_t& args) const
    {
      return args[0];
    }

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/907872/+subscriptions


References