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

Incompleteness in witness computation for existential quantifiers #18

Open
wies opened this issue Dec 21, 2024 · 0 comments
Open

Incompleteness in witness computation for existential quantifiers #18

wies opened this issue Dec 21, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@wies
Copy link
Collaborator

wies commented Dec 21, 2024

See https://github.com/nyu-acsys/raven/blob/main/test/bugs/incomplete_witness_computation.rav#L36

Here is the relevant part of the debug output:

[Debug] WitnessComputation.elim_a1: expr = exists
        ghost $bind_xs&5: Stack.TList.T ::  exists x^6: Ref ::
         own(s^1, Stack.top, Stack.Frac$top.frac_chunk(x^6, 1.)) && Stack.list(x^6, $bind_xs&5)
[Debug] TrnslExhale.WitnessComputation.elim_a1: witnesses_local_vars_ident: 
[Debug] TrnslExhale.WitnessComputation.elim_a1: env_local_vars_ident: 
[Debug] TrnslExhale.WitnessComputation.elim_a1: env_local_var_decls: 
[Debug] Rewrites.HeapsExplicitTrnsl.WitnessComputation.elim_a1: witness_map: 
        []
[Warning] File "test/concurrent/treiber_stack/treiber_stack_atomics.rav", line 36, columns 4-18:
36 |     fold stack(s);
         ^^^^^^^^^^^^^^
Verification Error: No witnesses could be computed for: $bind_xs&5.
@wies wies added the bug Something isn't working label Dec 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant