Skip to content
This repository has been archived by the owner on Aug 23, 2024. It is now read-only.

Assertion violation at src/btorexp.c:1874 #155

Open
rainoftime opened this issue Oct 17, 2020 · 1 comment
Open

Assertion violation at src/btorexp.c:1874 #155

rainoftime opened this issue Oct 17, 2020 · 1 comment
Labels
wontfix This will not be worked on

Comments

@rainoftime
Copy link

Hi, for the following formula,
boolector 6fce0ac

(set-logic BV)
(declare-fun _substvar_261_ () Bool)
(declare-fun _substvar_410_ () Bool)
(declare-const v0 Bool)
(declare-const v8 Bool)
(assert (or (exists ((q38 (_ BitVec 21)) (q39 (_ BitVec 46)) (q40 (_ BitVec 6)) (q41 Bool)) (= (xor true true true true (forall ((q23 Bool) (q24 (_ BitVec 6)) (q25 Bool) (q26 Bool)) (or (= #b010101 q24 #b010101 q24) (forall ((q11 Bool) (q12 Bool) (q13 Bool) (q14 Bool)) (= true true true (exists ((q0 Bool) (q1 Bool) (q2 Bool) (q3 Bool)) q0) v8 true true true)))) _substvar_261_ true) _substvar_410_ true)) v0 v0))
(check-sat)

$ boolector xx.smt2
boolector: /home/peisen/test/tofuzz/boolector/src/btorexp.c:1874: quantifier_exp: Assertion `btor_node_is_regular (param)' failed.
[btor>main] CAUGHT SIGNAL 6
unknown
Aborted

@mpreiner mpreiner added the wontfix This will not be worked on label Aug 23, 2024
@mpreiner
Copy link
Member

Boolector is not actively maintained and developed anymore. It was succeeded by Bitwuzla and the repository is now archived.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants