← Back to team overview

zorba-coders team mailing list archive

[Bug 967864] [NEW] domainExpr != NULL assertion failed

 

Public bug reported:

Compiling the following query results in a failing assertion
(expr::compute_return_type):

let $y := ./count[@meaning eq "yes"]
let $output := if (./@level = 3) then $y else $y
return if (./@nr = 3) then <b>{$output}</b> else $output

** Affects: zorba
     Importance: High
     Assignee: Markos Zaharioudakis (markos-za)
         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/967864

Title:
  domainExpr != NULL assertion failed

Status in Zorba - The XQuery Processor:
  New

Bug description:
  Compiling the following query results in a failing assertion
  (expr::compute_return_type):

  let $y := ./count[@meaning eq "yes"]
  let $output := if (./@level = 3) then $y else $y
  return if (./@nr = 3) then <b>{$output}</b> else $output

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


Follow ups

References