Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spacer falls into SIGSEGV when "get-proof" is passed #2643

Closed
shiatsumat opened this issue Oct 18, 2019 · 1 comment
Closed

Spacer falls into SIGSEGV when "get-proof" is passed #2643

shiatsumat opened this issue Oct 18, 2019 · 1 comment

Comments

@shiatsumat
Copy link
Contributor

On z3 4.8.6 I encounter the following issue.

$ z3 -in
(declare-rel ? ())
(query ?)
unsat
(get-proof)
fish: 'z3 -in' terminated by signal SIGSEGV (Address boundary error)
@NikolajBjorner
Copy link
Contributor

Fort the "rel" and "query" extension syntax you want something along the lines of:

(set-option :fp.engine spacer)
(declare-rel ? ())
(query ? :print-certificate true)

janisozaur pushed a commit to janisozaur/z3 that referenced this issue Oct 23, 2019
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants