#12403: calculating elliptic curve order gives pari error
-----------------------------------+----------------------------------------
       Reporter:  mariah           |         Owner:  cremona  
           Type:  defect           |        Status:  new      
       Priority:  major            |     Milestone:  sage-5.10
      Component:  elliptic curves  |    Resolution:           
       Keywords:                   |   Work issues:           
Report Upstream:  N/A              |     Reviewers:           
        Authors:                   |     Merged in:           
   Dependencies:                   |      Stopgaps:           
-----------------------------------+----------------------------------------

Comment (by cremona):

 With Sage 5.9 I get
 {{{
 ----------------------------------------------------------------------
 | Sage Version 5.9, Release Date: 2013-04-30                         |
 | Type "notebook()" for the browser-based notebook interface.        |
 | Type "help()" for help.                                            |
 ----------------------------------------------------------------------
 sage: set_random_seed(27)
 sage: sage: p = random_prime(2^384)
 sage: sage: a = GF(p).random_element()
 sage: sage: b = GF(p).random_element()
 sage: sage: E = EllipticCurve(GF(p),[a,b])
 sage: sage: pari("ellap(%s,%s)"%(E._pari_init_(),p))
 ---------------------------------------------------------------------------
 RuntimeError                              Traceback (most recent call
 last)
 <ipython-input-6-1b990fd69ca7> in <module>()
 ----> 1 pari("ellap(%s,%s)"%(E._pari_init_(),p))

 /home/jec/sage-5.9/local/lib/python2.7/site-packages/sage/libs/pari/gen.so
 in sage.libs.pari.gen._pari_trap (sage/libs/pari/gen.c:56037)()

 RuntimeError: _pari_trap recursion too deep
 }}}
 and I wonder if this still happens with the new pari version currently
 being tested?

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


Reply via email to