You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: