segfault when using an external symbol in a vocabulary with wrong type indexes

Issue #877 resolved
Joachim Jansen created an issue

Attached file gives a correct warning when parsing, but segfault afterwards

Comments (3)

  1. Bart Bogaerts

    proper printing of sorts

    if certain sorts are NULL because of previous errors, they should be printed as such, instead of simply calling the tostring method on possible NULL sorts.

    Added a test for this behaviour. Fixes #877

    → <<cset e8b8634d12cb>>

  2. JoD

    proper printing of sorts

    if certain sorts are NULL because of previous errors, they should be printed as such, instead of simply calling the tostring method on possible NULL sorts.

    Added a test for this behaviour. Fixes #877

    → <<cset 0e44ec610b05>>

  3. JoD

    proper printing of sorts

    if certain sorts are NULL because of previous errors, they should be printed as such, instead of simply calling the tostring method on possible NULL sorts.

    Added a test for this behaviour. Fixes #877

    → <<cset 0e44ec610b05>>

  4. Log in to comment