#10095: Linear algebra with large integer matrices fails with RuntimeError
---------------------------------+------------------------------------------
   Reporter:  fredrik.johansson  |       Owner:  jason, was
       Type:  defect             |      Status:  new       
   Priority:  major              |   Milestone:            
  Component:  linear algebra     |    Keywords:            
     Author:                     |    Upstream:  N/A       
   Reviewer:                     |      Merged:            
Work_issues:                     |  
---------------------------------+------------------------------------------

Comment(by fredrik.johansson):

 Memory usage grows to a few hundred megabytes (which is strange, but not
 necessarily a bug by itself), but I have 3GB of RAM so it shouldn't be a
 problem.

 I wonder if this might be related:

 {{{
 sage: A = MatrixSpace(RDF,1000,1000).random_element()
 sage: B = MatrixSpace(RDF,1000,1000).random_element()
 sage: C = A * B

 Program received signal SIGSEGV, Segmentation fault.
 0x00007fffeca1470d in ATL_dJIK40x40x40TN40x40x0_a1_b0 () from
 /home/fredrik/sage/local/lib/libatlas.so
 }}}

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

Reply via email to