Segfault in grounderfactory

Issue #611 resolved
Joachim Jansen created an issue

Attached file segfaults on master

Has nothing to do with BDDs.

Probably has something to do with not unnesting enough from the head of the defintiion.

Works if aggregate is moved to body...

Comments (6)

  1. Bart Bogaerts

    Error: ASSERT FAILED: _formgrounder!=NULL @ /home/bartb/software/idp/src/inferences/grounding/GrounderFactory.cpp (143)

  2. Broes De Cat

    Error: ASSERT FAILED: _formgrounder!=NULL @ /home/bartb/software/idp/src/inferences/grounding/GrounderFactory.cpp (143)

  3. Bart Bogaerts

    It has to do with the fact that the aggregate is not unnested (as this term is two-valued).

    However, the headgrounder turns a predform into an aggform and than crashes...

  4. Log in to comment