Open ThomasBreuer opened 2 months ago
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 exit;
to that Singular process. We can possibly do that in an atexit
handler, too.
I've updated GAP_jll
to avoid the issue. So people doing ]up
should not suffer from this anymore.
Unfortunately I just rebuild GAP_jll
, so there is no new version we could require in Project.toml
. I may rebuild it with a new version later on anyway just so we can do that. But not right now
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.