#3760: sage -t -long ell_finite_field.py fails with an out of memory error on
32-bit intel os x.
---------------------------+------------------------------------------------
Reporter: was | Owner: was
Type: defect | Status: new
Priority: blocker | Milestone: sage-3.4
Component: number theory | Resolution:
Keywords: |
---------------------------+------------------------------------------------
Comment (by mabshoff):
The following code specifically seems to expose the problem:
{{{
E = EllipticCurve('389a')
for p in prime_range(Integer(10000)):
if p != Integer(389):
G=E.change_ring(GF(p)).abelian_group()
}}}
On sage.math the memory increase is about 70 MB with Sage 3.2.2.rc0, so I
have no idea how this could fail on OSX.
Cheers,
Michael
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/3760#comment:4>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---