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

Weird behavior if WorkerBorrowingForkJoinWorkerThread.onStart throws an InterruptedException #850

Open
marcoeilers opened this issue Jun 13, 2024 · 0 comments

Comments

@marcoeilers
Copy link
Contributor

marcoeilers commented Jun 13, 2024

If WorkerBorrowingForkJoinWorkerThread.onStart throws an InterruptedException for some subset of the worker threads,

  • a stack trace is printed but Silicon does not crash completely
  • for some reason onStart is executed for only two workers max (???)
  • sometimes Silicon hangs forever
  • sometimes it still reports results (unclear if all results or some subset)

Immediate question:
Can a crash like this lead to successful verification even though there should be errors, i.e., is this a potential unsoundness, or is it just weird? And does this change is branch parallelization is on?

Also, does the type of exception matter?

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