konclude/Konclude

warning with complex rasqal query: assertion failed: object pointer of type librdf_statement is NULL

Closed this issue · 2 comments

When I test Tests/lubm-univ-bench-sparql-load-and-complex-query-rasqal-test.sparql I get warnings on stderr:

rdf_model.c:1527: (librdf_model_find_statements_in_context) assertion failed: object pointer of type librdf_statement is NULL.
rdf_model.c:1527: (librdf_model_find_statements_in_context) assertion failed: object pointer of type librdf_statement is NULL.

Many thanks for reporting the error. I set the librdf_statement to NULL since it was not required for Konclude, which worked quite well on Windows, but apparently not on Linux. I will try to push a small update within the next hours that should resolve the issue.

That was quick. Thanks!

I can confirm that it works now.