-
Notifications
You must be signed in to change notification settings - Fork 119
Closed
aptos-labs/aptos-core
#16328Description
Hi, when I tried to verify the following program boogie.bpl using the command:
boogie -doModSetAnalysis -printVerifiedProceduresCount:0 -printModel:1 -enhancedErrorMessages:1 -proverOpt:O:model_validate=true -proverOpt:PROVER_PATH=~/z3 -useArrayAxioms -proverOpt:O:smt.QI.EAGER_THRESHOLD=100 -proverOpt:O:smt.QI.LAZY_THRESHOLD=100 -vcsCores:4 -proverOpt:O:trace=true -proverOpt:O:trace_file_name=z3.trace -proverLog:@[email protected] boogie.bpl
boogie got stuck without terminating. Any hints on why it happens and/or how to debug it further? Thanks!
System spec:
Arch: Arm64
OS: Mac OS 15.1.1
boogie version: tried both 3.2.4 and latest on main
z3 version: tried both 4.11.2 and 4.13.4
Metadata
Metadata
Assignees
Labels
No labels