#16811: Polynomial_zmod_flint crashes Sage on division by zero
-------------------------------------+-------------------
       Reporter:  jsrn               |        Owner:
           Type:  defect             |       Status:  new
       Priority:  major              |    Milestone:
      Component:  algebra            |   Resolution:
       Keywords:  polynomial, field  |    Merged in:
        Authors:                     |    Reviewers:
Report Upstream:  N/A                |  Work issues:
         Branch:                     |       Commit:
   Dependencies:                     |     Stopgaps:
-------------------------------------+-------------------
Changes (by jdemeyer):

 * cc: pbruin (added)


Old description:

> The following blows up instead of just raising a Python exception:
>
> {{{
> sage: F = GF(7)
> sage: PF.<x> = F[]
> sage: x/PF.zero()
>   <BOOM>
> }}}

New description:

 The following blows up instead of just raising a Python exception:

 {{{
 sage: F = GF(7)
 sage: PF.<x> = F[]
 sage: x/PF.zero()
   <BOOM>
 }}}

 This issue is very similar (but slightly different) to #12217.

--

--
Ticket URL: <http://trac.sagemath.org/ticket/16811#comment:1>
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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to