Open pfasante opened 6 years ago
So the GAP error message might be a bit of a red herring. It seems like the issue might come from the fact that R
cannot be read by GAP:
sage: gap(R)
---------------------------------------------------------------------------
TypeError Traceback (most recent call last)
[same as in the ticket description]
TypeError: Gap terminated unexpectedly while reading in a large line:
Gap produced error output
Error, Variable: 'Univariate' must have a value
Syntax error: ; expected in /home/travis/.sage/temp/apricot/10948/interface/tm\
p10995 line 1
\$sage4:=Univariate Quotient Polynomial Ring in xbar over Finite Field of size\
2 with modulus x^4 + x + 1;;
^
executing Read("/home/travis/.sage/temp/apricot/10948/interface/tmp10995");
Contrast this with
sage: gap(R.ambient())
PolynomialRing( GF(2), ["x"] )
Removing from closed milestone.
When computing the minimum distance of a linear code defined by a matrix over an quotient ring, gap crashes with the following error:
(this is a 64bit linux machine, if this is necessary..)
Component: coding theory
Keywords: days94
Issue created by migration from https://trac.sagemath.org/ticket/25719