On Sun, Mar 10, 2019 at 10:01 AM Volker Braun <vbraun.n...@gmail.com> wrote:
>
> As always, you can get the latest beta version from the "develop" git branch. 
> Alternatively, the self-contained source tarball is at 
> http://www.sagemath.org/download-latest.html
>

$ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=14.04
DISTRIB_CODENAME=trusty
DISTRIB_DESCRIPTION="Ubuntu 14.04.5 LTS"

Had one strange failure with this build.  Admittedly I was running the
tests with -p 12:

sage -t --long src/sage/libs/flint/nmod_poly_linkage.pxi  # Timed out
(and interrupt failed)

It hanged, and ultimately timed out, at

sage: n = 2^23 ## line 518 ##
sage: alarm(0.2); x^n; cancel_alarm() ## line 519 ##
------------------------------------------------------------------------
/home/embray/src/sagemath/sage/local/lib/python2.7/site-packages/cysignals/signals.so(+0x82d5)[0x2b9383b742d5]
/home/embray/src/sagemath/sage/local/lib/python2.7/site-packages/cysignals/signals.so(+0x837f)[0x2b9383b7437f]
/home/embray/src/sagemath/sage/local/lib/python2.7/site-packages/cysignals/signals.so(+0xa6ff)[0x2b9383b766ff]
/lib/x86_64-linux-gnu/libpthread.so.0(+0x10330)[0x2b937b8ed330]
/lib/x86_64-linux-gnu/libc.so.6(+0x10bd2b)[0x2b937bc06d2b]
/lib/x86_64-linux-gnu/libc.so.6(+0x850da)[0x2b937bb800da]
/lib/x86_64-linux-gnu/libc.so.6(__libc_malloc+0x55)[0x2b937bb7dad5]
/home/embray/src/sagemath/sage/local/lib/libpython2.7.so.1.0(+0x8d4dc)[0x2b937b5454dc]
/home/embray/src/sagemath/sage/local/lib/libpython2.7.so.1.0(PyEval_EvalFrameEx+0x81b7)[0x2b937b5c7107]

So that's strange.

Running that one test again by itself and it passed immmediately in
under a second:

sage -t --long src/sage/libs/flint/nmod_poly_linkage.pxi
    [183 tests, 0.37 s]

-- 
You received this message because you are subscribed to the Google Groups 
"sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.

Reply via email to