#9944: categories for polynomial rings
--------------------------------------------+-------------------------------
    Reporter:  robertwb                     |         Owner:  nthiery           
                         
        Type:  defect                       |        Status:  new               
                         
    Priority:  major                        |     Milestone:  sage-4.7.1        
                         
   Component:  categories                   |    Resolution:                    
                         
    Keywords:                               |   Work_issues:  fix on 32-bit     
                         
    Upstream:  N/A                          |      Reviewer:  Nicolas M. 
ThiƩry, Mike Hansen, Martin Raum
      Author:  Robert Bradshaw, Simon King  |        Merged:                    
                         
Dependencies:                               |  
--------------------------------------------+-------------------------------

Comment(by SimonKing):

 I get a different error on bsd.math in 32bit mode:
 {{{
 sage: J = J1(12345)
 sage: J.hecke_operator(997)
 python(6506) malloc: *** mmap(size=1870024854642688) failed (error
 code=12)
 *** error: can't allocate region
 *** set a breakpoint in malloc_error_break to debug
 python(6506) malloc: *** mmap(size=1870024854642688) failed (error
 code=12)
 *** error: can't allocate region
 *** set a breakpoint in malloc_error_break to debug
 Hecke operator T_997 on Abelian variety J1(12345) of dimension 5405473
 }}}

 So, it reports problem with memory allocation, but in almost no time it
 still returns the correct answer!

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9944#comment:36>
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.

Reply via email to