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

internal error #5209

Closed
kjx opened this issue Mar 18, 2024 · 0 comments · Fixed by #5320
Closed

internal error #5209

kjx opened this issue Mar 18, 2024 · 0 comments · Fixed by #5320
Labels
kind: bug Crashes, unsoundness, incorrect output, etc. If possible, add a `part:` label

Comments

@kjx
Copy link

kjx commented Mar 18, 2024

Dafny version

4.5.0+39e72fcf6b2e05f7031713e3d25b10afa6de31c4, 4.5.0,

Code to produce this issue

(minimal - sorry, don't have the time) 

source file attached below - rename from dahlia-crash.txt to .dfy

run command below.

Command to run and resulting output

time daFny verify --isolate-assertions --verification-time-limit 30 --cores 8 --log-format "text;LogFileName=log.txt"  dahlia-07.dfy

What happened?

what I see:

dahlia-07.dfy(414,0): Error: Dafny encountered an internal error while waiting for this symbol to verify. Please report it at <https://github.com/dafny-lang/dafny/issues>.
 
    |
414 | CuttyOwnerisUnique  (cut : Object, tree : set<Object>, trunk : set<Object>, branch : set<Object>,
    | ^^^^^^^^^^^^^^^^^^


Dafny program verifier finished with 205 verified, 0 errors

I've no idea whether to believe the last line or not...
dahlia-crash.txt

What type of operating system are you experiencing the problem on?

Mac

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind: bug Crashes, unsoundness, incorrect output, etc. If possible, add a `part:` label
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant