-
Notifications
You must be signed in to change notification settings - Fork 471
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
Check that the timeout is correctly implemented for all the supported smt solvers #2412
Comments
The |
I tried testing this and it seems to propagate correctly:
Do you have an example where you see differently? |
This is wrong in fact, only happens on one of my PRs (this should be fixed soon). However, it looks like global timeout is not enforced if the worker is busy waiting for a result here: manticore/manticore/core/smtlib/solver.py Lines 214 to 217 in 2e990ba
This should be fixed in #2420 using a non-blocking read. |
The timeout option is very important to make sure the solver don't take forever. It's unclear if they work as expected.
The text was updated successfully, but these errors were encountered: