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
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.
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.
The text was updated successfully, but these errors were encountered:
Two issues:
raven/test/comparison/lclist.rav
Line 95 in 56efd71
Procedure
create_buggy
should not verify, but it does! The commandfold is_list(r, 0);
in line 110 specifically should not pass because the heap hasown(r.agr, Agree.agree(null)
but the fold command requiresown(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.raven/test/comparison/lclist.rav
Line 66 in 56efd71
Probably something going wrong/being prohibited by the mask analysis. Note that both modules
NodeResource
andLCLock
have a lemma calledexclusive
, but I am explicitly calling the one forNodeResource
.The text was updated successfully, but these errors were encountered: