#12865: vector matrix multiply causes segfault
--------------------------------------------------------------+-------------
Reporter: roed | Owner:
jason, was
Type: defect | Status:
new
Priority: critical | Milestone:
sage-5.1
Component: linear algebra | Resolution:
Keywords: linbox, segfault | Work issues:
Report Upstream: Fixed upstream, in a later stable release. | Reviewers:
Authors: | Merged in:
Dependencies: | Stopgaps:
--------------------------------------------------------------+-------------
Comment (by vbraun):
This is apparently fixed by #12883:
{{{
sage: vector(1/1) * matrix(Zmod(2),[[1]])
(0)
sage: vector(1/1) * matrix(Zmod(11),[[1]])
(0)
sage: sage: v=vector([Zmod(1)(1)]); m=matrix(Zmod(1),[[1]])
sage: sage: v*m
(0)
sage: sage: m*v
(0)
sage: sage: m*m
[0]
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/12865#comment:12>
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.