You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ souffle --version
----------------------------------------------------------------------------
Version:
Word size: 32 bits
Options enabled: ffi openmp ncurses sqlite zlib
----------------------------------------------------------------------------
Copyright (c) 2016-22 The Souffle Developers.
Copyright (c) 2013-16 Oracle and/or its affiliates.
All rights reserved.
============================================================================
# I am not sure why the version number is not present in the above output
$ souffle -F. -D. crashes_explainer.dl -t explain
Explain is invoked.
Enter command > explain out_relation("doesnt exist")
Tuple not found
Enter command > explain out_relation("some text")
unhandled type attr code
souffle: /build/source/src/include/souffle/utility/MiscUtil.h:217: void souffle::fatal(const char*, const Args& ...) [with Args = {}]: Assertion `false && "fatal error; see std err"' failed.
Aborted (core dumped)
$
The text was updated successfully, but these errors were encountered:
kleaver
changed the title
souffle provenance explainer segfaults for explanations involving algebraic data types
souffle provenance explainer crashes for explanations involving algebraic data types
Dec 12, 2024
Hello, I am trying to generate explanations of some rules, but the explain interface crashes when trying to print them.
The program otherwise works as expected. Is this a known issue?
The text was updated successfully, but these errors were encountered: