> sage: m = random_matrix(RDF, 1000) > sage: sage: %time U,s,Vh = m.SVD() > > Program received signal SIGSEGV, Segmentation fault. > 0x00007fffec39318d in ATL_dJIK40x40x40TN40x40x0_a1_b1 () from /home/ > mate/sage/local/lib/libatlas.so > > I run Ubuntu > mate@ubuntu:~$ uname -a > Linux ubuntu 2.6.38-8-generic #42-Ubuntu SMP Mon Apr 11 03:31:24 UTC > 2011 x86_64 x86_64 x86_64 GNU/Linux > mate@ubuntu:~/sage$ ./sage -version > | Sage Version 4.7, Release Date: 2011-05-23
Hmm, I don't get this on several systems I just tried, including Mac Intel, Mac PPC, and a notebook server I have access to running sage: os.uname() 'Linux', 'ws6', '2.6.32-28-generic-pae', '#55-Ubuntu SMP Mon Jan 10 22:34:08 UTC 2011', 'i686' Can someone see if they can replicate this error? -- 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-support URL: http://www.sagemath.org
