Hi folks, I just hit a rather evil linear algebra bug, which results in an instant segfault:
sage: A = identity_matrix(ZZ, 2, sparse=True) sage: B = identity_matrix(ZZ, 2, sparse=True) sage: A.solve_left(B) /storage/masiao/sage-5.0.beta8/spkg/bin/sage: line 308: 7843 Segmentation fault sage-ipython "$@" -i I've created a ticket for this (http://trac.sagemath.org/sage_trac/ticket/12689) but given the severity, and the fact that I have no idea how to fix it, I thought I'd report it here as well. David -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org