-
Notifications
You must be signed in to change notification settings - Fork 22
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
fgets
error again
#1050
Comments
The issue is still the same: the stream is closed while Singular is still running. The fix I applied in GAP only helps if Singular reacts immediately to the "kill". It might help to first send the command |
I've updated Unfortunately I just rebuild |
Great that this issue is solved finally! |
The problem from issue #971 is back (or was never really gone), see oscar-system/Oscar.jl/issues/4136.
Alternatively:
When one starts Julia, enters
using GAP
and thenGAP.prompt()
,the GAP test code from gap-system/gap/pull/5666 (this pull request was expected to solve the problem)
results in the message
rev: stdin: Input/output error
.There is no such problem in GAP 4.13.1 without Julia.
The text was updated successfully, but these errors were encountered: