-
Notifications
You must be signed in to change notification settings - Fork 10
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
firstorder causes proof tree to hang #26
Comments
Is it a goal that should be solved immediately? What happens under other Coq IDEs? |
No, it shouldn't be solved. I'll try tomorrow, but I'm sure CoqIDE would The issue is that firstorder is only ever called because the proof tree is On Monday, November 9, 2015, Valentin Robert notifications@github.com
Ellis |
I see. In general it is indeed a bad idea to call I'll try to look into implementing a timeout safety, I believe there was a tactical for that. |
In addition to a timeout, immediately halting all the tactics the proof tree is trying when the user selects a tactic might be a good idea. |
I can send you the code to repro the issue if you need it.
htop
shows minimal memory usage (out of 16GB) and 1 of 8 cores being used 100% on a single coqtop ideslave.Even after the user clicks on another tactic in the tree, the server still hangs on trying firstorder.
The text was updated successfully, but these errors were encountered: