Segfault for some nested aggregate terms in queries

Issue #702 resolved
Joachim Jansen created an issue

Attached is a file that segfaults.

The first query runs properly, the second one "wraps" the first query and requests the nr of answers. This second query results in a segfault

Comments (2)

  1. Bart Bogaerts

    Temporary workaround: replace main with

    include <table_utils>
    procedure main() {
      print(query(Q1,S))
      print(#totable(query(Q1,S)))
    }
    
  2. Log in to comment