#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):
More complete log on sage.math:
{{{
wst...@sage:~/build/sage-4.4.4$ ulimit -v 1000000
wst...@sage:~/build/sage-4.4.4$ sage
----------------------------------------------------------------------
| Sage Version 4.4.4.1, Release Date: 2010-06-28 |
| Type notebook() for the GUI, and license() for information. |
----------------------------------------------------------------------
sage: n = 1000
sage: R = PolynomialRing(QQ,n,names='x')
sage: f = sum(R.gens())
sage: g = f*f
error: no more memory
System 212080k:212080k Appl 168836k/2090k Malloc 211k/0k Valloc
170716k/2090k Pages 42679/0 Regions 388:388
halt 14
wst...@sage:~/build/sage-4.4.4$
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/5313#comment:3>
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.