java-smt
java-smt copied to clipboard
Bitwuzla crashes with SIGABRT on failed parse
Bitwuzla (currently available on the branch add_bitwuzla) crashes with a SIGABRT when trying to parse incomplete formulas/queries. We shoud ask the devs to ease this into a non-critical abort that is recoverable.
An example would be the query (assert var), with missing variable declaration.
Fixed in the parser update of 0.4.0. It now throws a proper IllegalArgumentException.