Public bug reported:

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];
  }

** Affects: zorba
     Importance: High
     Assignee: Matthias Brantner (matthias-brantner)
         Status: New

-- 
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:
  New

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

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