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
This currently happens in the master branch. @ChrisJefferson is working on it already, I am recording it to remember. This is needed for GAP 4.9 beta, as it fails `make testbugfix' test.
########> Diff in /circa/scratch/gap-jenkins/workspace/GAP-master-test/GAPCOPT\
S/64build/GAPTARGET/bugfix/label/kovacs/GAP-master-snapshot/tst/testbugfix/201\
7-10-20-runprocess.tst:44
# Input is:
for i in [1..1000] do func2(); od;
# Expected output:
# But found:
#E Overflow in table of terminated processes
#E Overflow in table of terminated processes
#E Overflow in table of terminated processes
#E Overflow in table of terminated processes
...
The text was updated successfully, but these errors were encountered:
For now, @ChrisJefferson in #1910 makes the process test pass by disabling the IO signal handler. This would have to be revisited after the next IO release.
This currently happens in the master branch. @ChrisJefferson is working on it already, I am recording it to remember. This is needed for GAP 4.9 beta, as it fails `make testbugfix' test.
The text was updated successfully, but these errors were encountered: