#13211: Upgrade GAP to 4.5.6
------------------------------------------------------------------+---------
Reporter: kini |
Owner: tbd
Type: enhancement |
Status: needs_work
Priority: major |
Milestone: sage-5.6
Component: packages |
Resolution:
Keywords: | Work
issues:
Report Upstream: Reported upstream. Developers acknowledge bug. |
Reviewers: Dmitrii Pasechnik
Authors: Volker Braun | Merged
in:
Dependencies: #13123, #13579 |
Stopgaps:
------------------------------------------------------------------+---------
Changes (by jdemeyer):
* status: positive_review => needs_work
Comment:
The memory size still isn't completely right, as I got this doctest error
on iras (Linux ia64):
{{{
sage -t --long -force_lib
devel/sage/sage/groups/matrix_gps/matrix_group_morphism.py
**********************************************************************
File
"/home/buildbot/build/sage/iras-1/iras_full/build/sage-5.6.beta0/devel
/sage-main/sage/groups/matrix_gps/matrix_group_morphism.py", line 229:
sage: f = O.hom([r*x*r_ for x in O.gens()]) # long time (19s on
sage.math, 2011)
Exception raised:
Traceback (most recent call last):
File
"/home/buildbot/build/sage/iras-1/iras_full/build/sage-5.6.beta0/local/bin/ncadoctest.py",
line 1231, in run_one_test
self.run_one_example(test, example, filename, compileflags)
File
"/home/buildbot/build/sage/iras-1/iras_full/build/sage-5.6.beta0/local/bin/sagedoctest.py",
line 38, in run_one_example
OrigDocTestRunner.run_one_example(self, test, example, filename,
compileflags)
File
"/home/buildbot/build/sage/iras-1/iras_full/build/sage-5.6.beta0/local/bin/ncadoctest.py",
line 1172, in run_one_example
compileflags, 1) in test.globs
File "<doctest __main__.example_7[17]>", line 1, in <module>
f = O.hom([r*x*r_ for x in O.gens()]) # long time (19s on
sage.math, 2011)###line 229:
sage: f = O.hom([r*x*r_ for x in O.gens()]) # long time (19s on
sage.math, 2011)
File
"/home/buildbot/build/sage/iras-1/iras_full/build/sage-5.6.beta0/local/lib/python
/site-packages/sage/groups/matrix_gps/matrix_group.py", line 268, in hom
return self.Hom(U)(x)
File
"/home/buildbot/build/sage/iras-1/iras_full/build/sage-5.6.beta0/local/lib/python
/site-packages/sage/groups/matrix_gps/homset.py", line 114, in __call__
im_gens, check=check)
File
"/home/buildbot/build/sage/iras-1/iras_full/build/sage-5.6.beta0/local/lib/python
/site-packages/sage/groups/matrix_gps/matrix_group_morphism.py", line 75,
in __init__
phi0 = gap(self)
File
"/home/buildbot/build/sage/iras-1/iras_full/build/sage-5.6.beta0/local/lib/python
/site-packages/sage/interfaces/interface.py", line 197, in __call__
return self._coerce_from_special_method(x)
File
"/home/buildbot/build/sage/iras-1/iras_full/build/sage-5.6.beta0/local/lib/python
/site-packages/sage/interfaces/interface.py", line 223, in
_coerce_from_special_method
return (x.__getattribute__(s))(self)
File "sage_object.pyx", line 463, in
sage.structure.sage_object.SageObject._gap_
(sage/structure/sage_object.c:4539)
File "sage_object.pyx", line 439, in
sage.structure.sage_object.SageObject._interface_
(sage/structure/sage_object.c:4139)
File
"/home/buildbot/build/sage/iras-1/iras_full/build/sage-5.6.beta0/local/lib/python
/site-packages/sage/interfaces/interface.py", line 195, in __call__
return cls(self, x, name=name)
File
"/home/buildbot/build/sage/iras-1/iras_full/build/sage-5.6.beta0/local/lib/python
/site-packages/sage/interfaces/expect.py", line 1308, in __init__
raise TypeError, x
TypeError: Gap terminated unexpectedly while reading in a large line:
Gap produced error output
Error, exceeded the permitted memory (`-o' command line option)
executing
Read("/home/buildbot/.sage/temp/iras/26682/interface/tmp26707");
**********************************************************************
}}}
Since this ''never'' happened with the old GAP, I consider this a
regression which should be fixed.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13211#comment:200>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.