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

An executable with the right name is not a sufficient condition for a working solver #40

Open
elsoroka opened this issue Mar 12, 2024 · 0 comments
Labels
bug Something isn't working enhancement New feature or request

Comments

@elsoroka
Copy link
Owner

Discovered while investigating issue #37 - If an executable (for example, cvc5) is present at the correct location but errors when run (perhaps because it's corrupt because the command for downloading it is outdated) this doesn't yield an error in Base.Process so the pipes open. But no solver is running so no responses are received & the process hangs.

There should be a simple way to fix this by sending a command to check the "liveness" of the solver when we open it and erroring if there's no response.

@elsoroka elsoroka added bug Something isn't working enhancement New feature or request labels Mar 12, 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 enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant