Skip to content

(propagate-bv-bounds) segfault/assertion violation at ../src/cmd_context/cmd_context_to_goal.cpp, Line: 34 #5300

@zhendongsu

Description

@zhendongsu

Commit: 2ebab02
OS: Ubuntu 18.04

[504] % z3release small.smt2
unsat
Segmentation fault
[505] % z3debug small.smt2
unsat
ASSERTION VIOLATION
File: ../src/cmd_context/cmd_context_to_goal.cpp
Line: 34
ctx.assertions().size() == ctx.assertion_names().size()
(C)ontinue, (A)bort, (S)top, (T)hrow exception, Invoke (G)DB
a
[506] % cat small.smt2
(assert false)
(set-option :unsat_core true)
(check-sat)
(check-sat-using propagate-bv-bounds)
[507] % 

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