Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues that came up when verifying lclist #19

Open
nrp364 opened this issue Dec 23, 2024 · 0 comments
Open

Issues that came up when verifying lclist #19

nrp364 opened this issue Dec 23, 2024 · 0 comments

Comments

@nrp364
Copy link
Collaborator

nrp364 commented Dec 23, 2024

Two issues:

  1. See :
    proc create_buggy()

Procedure create_buggy should not verify, but it does! The command fold is_list(r, 0); in line 110 specifically should not pass because the heap has own(r.agr, Agree.agree(null) but the fold command requires own(r.agr, Agree.agree(l). There is no fpu that is possible here. I checked the Agreement RA, but didn't find anything obviously incorrect there.

  1. See :
    // Below should work, instead we get an error:

Probably something going wrong/being prohibited by the mask analysis. Note that both modules NodeResource and LCLock have a lemma called exclusive, but I am explicitly calling the one for NodeResource.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant