Set Kani's --default-unwind
to 1
#3769
Labels
[C] Feature / Enhancement
A new feature request or enhancement to an existing feature.
T-User
Tag user issues / requests
Currently Kani does not contain a default unwind, and users end up having issues with Kani consuming tons of memory, and unexpectedly freezing their computer. Instead, we should create an aggressive unwind default that will fail verification if there is no other unwind set.
We could consider adding
#[unwind(auto)]
option for cases where users want the harness to use auto unwinding.The text was updated successfully, but these errors were encountered: