Segfault when printing voc

Issue #814 resolved
Joachim Jansen created an issue

Attached file segfaults. All it does is printing the vocabulary.

Bug is at idpprinter.hpp:240 where pred->sort(0) is requested, but this returns NULL

Comments (5)

  1. Bart Bogaerts

    Hypothese: er ontbreekt een check op overloading. P is een overloaded predicate. Moet eerst gedesambigueerd worden.

    Of... Er worden alle predicaten van V opgevraagd ipv alle nonoverloaded

  2. Log in to comment