#5294: Pickle Jar documentation
--------------------------------------------+-------------------------------
       Reporter:  hivert                    |         Owner:  tba     
           Type:  defect                    |        Status:  new     
       Priority:  major                     |     Milestone:  sage-5.5
      Component:  documentation             |    Resolution:          
       Keywords:  picklejar, documentation  |   Work issues:          
Report Upstream:  N/A                       |     Reviewers:          
        Authors:  Andrew Mathas             |     Merged in:          
   Dependencies:                            |      Stopgaps:          
--------------------------------------------+-------------------------------

Comment (by andrew.mathas):

 Currently one doc test fails, but I don't think that this is an issue with
 the patch. This seems to have nothing to do with the patch but, rather, is
 a consequence of the following which looks like a bug to me:

 {{{
 sage: from sage.structure.sage_object import unpickle_all
 sage: %timeit unpickle_all()
 /usr/local/src/sage/sage-5.3/local/lib/python/timeit.py:195:
 DeprecationWarning: This class is replaced by
 Matrix_modn_dense_float/Matrix_modn_dense_double.
 See http://trac.sagemath.org/4260 for details.
   timing = self.inner(it, self.timer)

 ------------------------------------------------------------------------
 Unhandled SIGABRT: An abort() occurred in Sage.
 This probably occurred because a *compiled* component of Sage has a bug
 in it and is not properly wrapped with sig_on(), sig_off(). You might
 want to run Sage under gdb with 'sage -gdb' to debug this.
 Sage will now terminate.
 ------------------------------------------------------------------------
 /usr/local/src/sage/sage-5.3/spkg/bin/sage: line 335: 73974 Abort trap: 6
 sage-ipython "$@" -i
 }}}
 Can anyone confirm whether this is a bug or known issue? Either way, is
 there a way around this?

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/5294#comment:2>
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 post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sage-trac?hl=en.

Reply via email to