#4407: magma -- painful scalability issue with parser and interface
------------------------+---------------------------------------------------
Reporter: was | Owner: was
Type: defect | Status: new
Priority: major | Milestone: sage-3.2
Component: interfaces | Keywords:
------------------------+---------------------------------------------------
{{{
sage: a = magma('"%s"'%('n'*1000000))
[[works instantly, uses almost no memeory]]
sage: magma.GetMemoryUsage()
15728664
}}}
Now do the same, but with just 10 times as much input (be ready to kill
magma processes). This will uses several GIGABYTES.
{{{
sage: a = magma('"%s"'%('n'*10000000))
^C^Z
}}}
This is probably some major magma parser issue. We should nail down the
bound, then either:
(1) find some clever way to program around it,
(2) report it as a bug to Allan Steel,
(3) give an error message instead of blowing up people's computers
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/4407>
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
-~----------~----~----~----~------~----~------~--~---