-
Notifications
You must be signed in to change notification settings - Fork 114
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
Exception when Boogie exits #733
Comments
Can you say more about the crash? Is there a particular exception? Maybe this commit improves the problem: fcf0dde |
I ran "Test/bitvectors/bv5.bpl -proverOpt:BATCH_MODE=true" on the master version of Boogie in JetBrains Rider and got an exception at this line.
|
That's very strange. The line at the root of that stack trace is inside a |
That is, the line that invokes |
I was being inaccurate when I said in my original issue that "Boogie crashes". I really meant that I was seeing these exceptions when a process was being accessed after it had already exited. The exception seemed harmful and unintended. Is the code logic such that an exception like this is normal behavior? |
I'm guessing such an exception is a bug in the dispose logic, probably harmless for users, but could be harmful during testing and it is better to resolve. |
Recently, I have noticed that Boogie routinely crashes towards the end of processing when I run Boogie under a debugger. The typical problem is that task has exited but some state pertinent to the task is being examined. The phenomenon appears to be new. I was wondering if any of the folks who have done commits to Boogie recently may have some insights into why this is happening. I will post more information about the location of the crash next time I encounter it.
cc: @keyboardDrummer , @atomb
The text was updated successfully, but these errors were encountered: