#20630: Missing sig_on()...sig_off() in PariInstance.get_var()
--------------------------+-------------------------------
   Reporter:  pbruin      |            Owner:
       Type:  defect      |           Status:  new
   Priority:  major       |        Milestone:  sage-7.3
  Component:  interfaces  |         Keywords:  pari
  Merged in:              |          Authors:  Peter Bruin
  Reviewers:              |  Report Upstream:  N/A
Work issues:              |           Branch:
     Commit:              |     Dependencies:
   Stopgaps:              |
--------------------------+-------------------------------
 The following causes Sage to crash with a SIGABRT:
 {{{
 sage: R.<theta> = QQ[]
 sage: K.<a> = NumberField(theta^2 + 1)
 sage: K.galois_group(type='pari')
 }}}
 This is due to a missing `sig_on()...sig_off()` around the PARI function
 `fetch_user_var` in `PariInstance.get_var()`.

--
Ticket URL: <http://trac.sagemath.org/ticket/20630>
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 https://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to