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

Segmentation fault [btor>main] CAUGHT SIGNAL 11 #94

Closed
muchang opened this issue Apr 23, 2020 · 0 comments
Closed

Segmentation fault [btor>main] CAUGHT SIGNAL 11 #94

muchang opened this issue Apr 23, 2020 · 0 comments

Comments

@muchang
Copy link

muchang commented Apr 23, 2020

Hi,
boolector throws out a segmentation fault on this case:

[505] % z3 small.smt2
sat
[506] % cvc4 -q small.smt2
unknown
[507] % boolector small.smt2
[btor>main] CAUGHT SIGNAL 11
unknown
Segmentation fault
[508] % 
[508] % cat small.smt2
(declare-fun f ((_ BitVec 1)) (_ BitVec 1))
(declare-fun g ((_ BitVec 1)) Bool)
(declare-fun h ((_ BitVec 1)) Bool)
(declare-const a (_ BitVec 1))
(assert (forall ((x (_ BitVec 1))) (distinct (= (f x) a) (xor (g x) (h x)))))
(check-sat)
[509] %

OS: Ubuntu 18.04
Commit: 0d478fe

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

1 participant