You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the C is compiled via clang -fno-inline -emit-llvm -g -c
The crash is:
[23:12:00.224] proveVarImpl: incorrect permission on top of the stack
expected: eq(top_ptr) actual: eq(top_ptr &+ 0)
CallStack (from HasCallStack):
error, called at src/Verifier/SAW/Heapster/Implication.hs:7710:67 in heapster-saw-0.1-inplace:Verifier.SAW.Heapster.Implication
The text was updated successfully, but these errors were encountered:
I get a crash when executing the SAW script
with
foo
defined:the C is compiled via
clang -fno-inline -emit-llvm -g -c
The crash is:
The text was updated successfully, but these errors were encountered: