#3760: creating 666 rings in singular 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.1
Component: number theory | Keywords:
---------------------------+------------------------------------------------
Comment(by was):
This is really a problem with Singular. It has nothing to do with
elliptic curve:
{{{
teragon:sage-3.3.rc2 wstein$ sage
----------------------------------------------------------------------
| Sage Version 3.3.rc2, Release Date: 2009-02-17 |
| Type notebook() for the GUI, and license() for information. |
----------------------------------------------------------------------
sage: v = prime_range(4974); len(v)
666
sage: w = [GF(p)['x,y'] for p in v]
error: no more memory (mminit.cc)
System 4608k:4608k Appl 4510k/97k Malloc 4093k/2k Valloc 512k/95k Pages
121/7 Regions 1:1
halt 14
teragon:sage-3.3.rc2 wstein$ uname -a
Darwin teragon.local 9.6.0 Darwin Kernel Version 9.6.0: Mon Nov 24
17:37:00 PST 2008; root:xnu-1228.9.59~1/RELEASE_I386 i386
}}}
Argh!
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/3760#comment:6>
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
-~----------~----~----~----~------~----~------~--~---