-
Notifications
You must be signed in to change notification settings - Fork 68
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
Broken pipe during RawQuery #42
Comments
I'm having the same issue as well. I'm using the latest Coq distro, and have coqide installed. I installed everything through opam if that helps. |
I got the same error. I am using coq 8.5pl2 and downloaded all relevant files. However, I can't solve this error . Please Help me! Traceback (most recent call last): |
I think this is the same issue as #31 . Executing any command will cause coquille to try to write to the pipe, which is broken after failing to launch coqtop. You may need to look more carefully at startup to see the "Fatal error" message because it might appear in the midst of the buffer. |
Any progress on this? Need help? |
I'm getting the following when executing the simple command
:Coq Check (and True False)
:I thought it was because i was using coq 8.5 (seeing the other issue), but after uninstalling and re-installing, it still happens.
The text was updated successfully, but these errors were encountered: