#13617: SEGFAULT in matrix_mod_pn for padic extensions
--------------------------------+-------------------------------------------
       Reporter:  saraedum      |         Owner:  roed        
           Type:  defect        |        Status:  needs_review
       Priority:  major         |     Milestone:  sage-5.9    
      Component:  padics        |    Resolution:              
       Keywords:                |   Work issues:              
Report Upstream:  N/A           |     Reviewers:              
        Authors:  Julian Rueth  |     Merged in:              
   Dependencies:                |      Stopgaps:              
--------------------------------+-------------------------------------------
Changes (by roed):

  * status:  needs_work => needs_review


Old description:

> The following code produces a SEGFAULT:
> {{{
> sage: R = ZpCR(5,5)
> sage: S.<x> = R[]
> sage: f = x^5 + 75*x^3 - 15*x^2 +125*x - 5
> sage: W.<w> = R.ext(f)
> sage: W.zero().matrix_mod_pn()
> }}}
>
> The attached patch fixes this.

New description:

 The following code produces a SEGFAULT:
 {{{
 sage: R = ZpCR(5,5)
 sage: S.<x> = R[]
 sage: f = x^5 + 75*x^3 - 15*x^2 +125*x - 5
 sage: W.<w> = R.ext(f)
 sage: W.zero().matrix_mod_pn()
 }}}

 '''Apply'''
 - [attachment:trac_13617.patch]
 - [attachment:13617_review.patch]

--

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13617#comment:8>
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to