#9389: Bug in polynomials over residue fields (was: sage crashing when computing
local_data() for an EC)
-----------------------------+----------------------------------------------
Reporter: arminstraub | Owner: davidloeffler
Type: defect | Status: new
Priority: major | Milestone:
Component: number fields | Keywords: segfault polynomial finite field
Author: | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
-----------------------------+----------------------------------------------
Comment(by ylchapuy):
polynomial_zz_pex should not be used here.
{{{
is_FiniteField(base_ring):
}}}
might be the wrong test because
{{{
sage: K.ideal(2).residue_field().is_finite()
yes
}}}
We should change the line
{{{
if implementation == "NTL" and is_FiniteField(base_ring):
}}}
to something appropriate, it should only be used for
`PolynomialRing(GF(q))` I guess
Yann
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9389#comment:13>
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.