Skip to content

smt segmentation fault on QF_BV formula with bvslt #3089

@muchang

Description

@muchang

Hi,
For this formula:

(declare-fun a () (_ BitVec 9000))
(declare-fun b () (_ BitVec 9000))
(assert (bvslt a b))
(check-sat-using smt)

Z3 throws out a segmentation fault.

OS: Ubuntu 18.04
Commit: dddd740

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