#6113: segfault in division_points and factoring torsion_polynomial
---------------------------------------------------------+------------------
Reporter: ncalexan | Owner:
Type: defect | Status:
closed
Priority: major | Milestone:
sage-4.6
Component: elliptic curves | Resolution:
fixed
Keywords: segfault division points torsion polynomial | Author:
Upstream: N/A | Reviewer:
Merged: | Work_issues:
---------------------------------------------------------+------------------
Changes (by cremona):
* status: new => closed
* resolution: => fixed
Comment:
In 4.6.alpha1:
{{{
sage: K.<a>=NumberField(x^2-x+22)
sage: sage: w=-13*a-14
sage: sage: E=EllipticCurve([0,0,0,0,-1728*w])
sage: sage: P1 = E.lift_x(-3*a-66)
sage: sage: P2 = E.lift_x((-21*a-93)/4)
sage: sage: P2.division_points(19)
[]
sage: g = P2.division_points(19, poly_only=True)
sage: g.roots()
[]
}}}
so this can be closed as fixed.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/6113#comment:11>
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.