Skip to content

Segmentation fault smt.arith.solver=6 (2) #3750

@wintered

Description

@wintered

Looks similar to #3749 but should be different according to -v:10 output,

[781] % z3 rewriter.flat=false smt.arith.solver=6 small.smt2 
Segmentation fault
[782] % 
[782] % cat small.smt2
(assert (forall ((?a Int) (?b Int) (?c Int)) (= (* (* ?a ?b) ?c) (* ?a (* ?b ?c)))))
(assert (exists ((?a Int) (?b Int) (?c Int)) (= ?a (* (* ?a ?b) ?c))))
(assert (forall ((?b Real)) (= 0 ?b)))
(assert (forall ((?a Int) (?b Int) (?c Int)) (= (* ?a (* ?b ?c)) (* ?b (* ?a ?c)))))
(check-sat)
[783] %

OS: Ubuntu 18.04
Commit: 121a6de

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions