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
robby-phd opened this issue
Jun 24, 2016
· 0 comments
Labels
obsoleteIssues that involve/depend on deprecated code, such that they are not worth pursuingtype: bugIssues reporting bugs or unexpected/unwanted behavior
Simulation error: Invalid load address (lss__alloc1)
at #0:@main:%0.0:1
...
(Attached is a zip file to easily reduplicate the issue; just uncompress and run run.sh):
In cases like these, it'd probably good to either:
give a helpful error message indicating there is use of uninit var and stop the verification process; or
continue the verification process by using a fresh symbolic value/free variable, but also outputs a warning to indicate a potential issue in the code (use of uninit var).
atomb
added
obsolete
Issues that involve/depend on deprecated code, such that they are not worth pursuing
and removed
priority
High-priority issues
labels
Apr 2, 2019
obsoleteIssues that involve/depend on deprecated code, such that they are not worth pursuingtype: bugIssues reporting bugs or unexpected/unwanted behavior
For the following code:
SAW gives the following error message:
(Attached is a zip file to easily reduplicate the issue; just uncompress and run
run.sh
):In cases like these, it'd probably good to either:
saw-uninit-var.zip
The text was updated successfully, but these errors were encountered: