#5313: patch singular so that when it runs out of memory the error message says
"singular" in it
-----------------------------------+----------------------------------------
Reporter: was | Owner: malb
Type: enhancement | Status: new
Priority: major | Milestone: sage-4.5
Component: commutative algebra | Keywords:
Author: | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
-----------------------------------+----------------------------------------
Comment(by was):
I'm wrong, this is a *BUG*, since Sage should not exit on memory overflow,
but should instead raise an exception.
Here's a new example to illustrate the problem:
{{{
sage: n=500
sage: R = PolynomialRing(QQ,n,names='x')
sage: f = sum(R.gens())
sage: g = f*f
error: no more memory
System 212048k:212048k Appl 164440k/2763k Malloc 156k/0k Valloc
167048k/2763k Pages 41762/0 Regions 360:360
halt 14
wst...@sage:~/build/sage-4.4.4/spkg/standard$
}}}
I should not be dumped to the command prompt!
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/5313#comment:2>
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.