#17675: xgcd(2,2) hangs forever in ZZ['x']
-------------------------------------------------+-------------------------
       Reporter:  vdelecroix                     |        Owner:
           Type:  defect                         |       Status:  new
       Priority:  critical                       |    Milestone:  sage-6.5
      Component:  algebra                        |   Resolution:
       Keywords:                                 |    Merged in:
        Authors:                                 |    Reviewers:
Report Upstream:  Reported upstream. No          |  Work issues:
  feedback yet.                                  |       Commit:
         Branch:                                 |     Stopgaps:
   Dependencies:                                 |
-------------------------------------------------+-------------------------

Old description:

> On sage-6.5.beta6 we have
> {{{
> sage: R.<x> = ZZ['x']
> sage: R(2).xgcd(R(2))   # be prepared to wait
> }}}
> It is possibly a problem with our FLINT interface with the function
> `fmpz_poly_xgcd`.

New description:

 On sage-6.5.beta6 we have
 {{{
 sage: R.<x> = ZZ['x']
 sage: R(2).xgcd(R(2))   # be prepared to wait
 }}}
 Seems to be a problem in FLINT (the function `fmpz_poly_xgcd`). See this
 [https://github.com/wbhart/flint2/issues/112 bug report].

 As soon as the issue is fixed on the FLINT side, we should add the above
 test somewhere in Sage (probably in the xgcd function of integer
 polynomials).

--

Comment (by vdelecroix):

 Replying to [comment:2 rws]:
 > Reported at https://github.com/wbhart/flint2/issues/112

 Thanks Ralf! I was not enough familiar to FLINT (and it was late after the
 bug tracking) to write the sample program.

 Vincent

--
Ticket URL: <http://trac.sagemath.org/ticket/17675#comment:3>
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