Skip to content

z3 smt.arith.solver=1 segmentation fault on QF_UFLIA formula (assert (b (/ 0 a))) #2774

@muchang

Description

@muchang

Hi,
For this formula,

(declare-fun a () Int)
(declare-fun b (Int) Bool)
(assert (b (/ 0 a)))
(check-sat)

z3 smt.arith.solver=1 throws out a segmentation fault.

OS: Ubuntu 18.04
Revision: 7b0327d

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