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
Thanks for reporting this. The issue is caused by the optimisation method ConstraintGraph::clearSolitaries(), which removes the return node from an indirect callsite, even though the node is not connected to any other nodes when the constraint graph is initially built. I have just fixed it here fc185be.
I'm getting an assertion failure when running:
wpa -ander -svfg -dump-vfg -stat=false labeled.bc
namely:
The
.bc
file is attached --it's a stress test for sqlite3. It was compiled withwllvm -g
(clang-16
).I am using the latest release of SVF (0eae653).
Looks like one of the nodes passed in to
addCopyEdge
isn't actually in the graph.labeled.bc.tar.gz
The text was updated successfully, but these errors were encountered: