On Mon, May 15, 2017 at 1:46 PM, Erik Bray <erik.m.b...@gmail.com> wrote:
> Looks good on Cygwin, with patches for the few remaining blockers [1]
> applied on top.

Actually, now I'm having a problem with the sage/libs/ecl.pyx tests,
which strangely did not have any problems on my original test run on
beta6.  Previously it ran in ~4.5 seconds with no problem, but now I'm
getting:

sage -t --long --warn-long 188.3 src/sage/libs/ecl.pyx
    Timed out (with segmentation fault after interrupt)
**********************************************************************
Tests run before process (pid=2952) timed out:
sage: from sage.libs.ecl import test_sigint_before_ecl_sig_on ## line 112 ##
sage: test_sigint_before_ecl_sig_on() ## line 113 ##
sage: sig_on_count() # check sig_on/off pairings (virtual doctest) ##
line 117 ##
0
sage: from sage.libs.ecl import test_ecl_options ## line 134 ##
sage: test_ecl_options() ## line 135 ##
ECL_OPT_INCREMENTAL_GC = 0
ECL_OPT_TRAP_SIGSEGV = 1
ECL_OPT_TRAP_SIGFPE = 1
ECL_OPT_TRAP_SIGINT = 1
ECL_OPT_TRAP_SIGILL = 1
ECL_OPT_TRAP_SIGBUS = 1
ECL_OPT_TRAP_SIGCHLD = 0
ECL_OPT_TRAP_SIGPIPE = 1
ECL_OPT_TRAP_INTERRUPT_SIGNAL = 1
ECL_OPT_SIGNAL_HANDLING_THREAD = 0
ECL_OPT_SIGNAL_QUEUE_SIZE = 16
ECL_OPT_BOOTED = 1
ECL_OPT_BIND_STACK_SIZE = 8192
ECL_OPT_BIND_STACK_SAFETY_AREA = 1024
ECL_OPT_FRAME_STACK_SIZE = 2048
ECL_OPT_FRAME_STACK_SAFETY_AREA = 128
ECL_OPT_LISP_STACK_SIZE = 32768
ECL_OPT_LISP_STACK_SAFETY_AREA = 128
ECL_OPT_C_STACK_SIZE = 1048576
ECL_OPT_C_STACK_SAFETY_AREA = 32768
ECL_OPT_SIGALTSTACK_SIZE = 1
ECL_OPT_HEAP_SIZE = 4294967296
ECL_OPT_HEAP_SAFETY_AREA = 1048576
ECL_OPT_THREAD_INTERRUPT_SIGNAL = 0
ECL_OPT_SET_GMP_MEMORY_FUNCTIONS = 0
sage: sig_on_count() # check sig_on/off pairings (virtual doctest) ##
line 161 ##
0
sage: from sage.libs.ecl import * ## line 223 ##
sage: init_ecl() ## line 228 ##
sage: sig_on_count() # check sig_on/off pairings (virtual doctest) ##
line 232 ##
0
sage: from sage.libs.ecl import * ## line 326 ##
sage: from cysignals.tests import interrupt_after_delay ## line 327 ##
sage: ecl_eval("(setf i 0)") ## line 328 ##
<ECL: 0>
sage: inf_loop = ecl_eval("(defun infinite() (loop (incf i)))") ## line 330 ##
sage: interrupt_after_delay(1000) ## line 331 ##
sage: inf_loop() ## line 332 ##



> On Sat, May 13, 2017 at 11:04 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
>>
>>
>> df03447 Updated SageMath version to 8.0.beta6
>> 86557bd Trac #22729: Expose some internal variables computed in hecke_series
>> f14995b Trac #21993: Polyhedron.integral_points(): OverflowError: value too
>> large to convert to int
>> 3c79df8 Trac #21668: sage.stats.basic_stats.mode doesn't sort
>> 476ef25 Trac #19139: Implement categories for KR crystals
>> 540e6b9 Trac #17505: implement symbolic product
>> 2208923 Trac #22939: fixing a typo
>> 068b093 Trac #22674: Add irreducibles_poset()
>> dd7d64f Trac #22877: Wrong atan2 of complex arguments
>> 263e6d1 Trac #22773: Add random Stone lattice
>> 755298b Trac #22684: pynormaliz fails to build on 32bit system
>> 7c5814b Trac #19075: Speedup creation of Kleber tree
>> 4ee6131 Trac #22923: Fix documentation regarding cached functions in the
>> Steenrod algebra code
>> 643ded5 Trac #22940: another typo
>> c2e84e2 Trac #22925: Fix Cython interface to Pynac's find_function
>> 7aa9ec8 Trac #22911: Reorganize some methods for loops
>> 3d17975 Trac #22906: improve add_clique to allow various iterable container
>> 21e33f7 Trac #22950: combinat/posets/posets.py fails when the optional
>> package dot2tex is installed
>> b238720 Trac #22948: avoid "absolute_import" in tab completion
>> ef9d7e0 Trac #22943: Speedup rigged configuration bijection in type B
>> 5918bf2 Trac #22938: Polytopes normaliz backend doesn't handle a polytope
>> with a trivial integral hull
>> 437154d Trac #22933: clean up deprecations in sandpile
>> c00fe01 Trac #22932: py3: remove one call to unicode in
>> src/sage_setup/docbuild/__init__.py
>> f4e91c4 Trac #22931: Add missing sphinx labels to prep and other tutorials
>> 4d60046 Trac #22919: py3: some care for cmp in monoids folder
>> 2603c91 Trac #22929: Followup to #22666
>> b259b4c Trac #22910: Polynomial ring when is_field is NotImplemented
>> 9afa2a0 Trac #22642: Cythonize tensor product of crystals elements
>> 77a9ab3 Trac #22429: Some cleanup of the crystals files
>> 5d5c8fb Trac #21386: HochschildComplex does not pass its testsuite
>> 4410a16 Trac #18655: MV Polytopes and PBW crystals
>> ff9499e Trac #18303: faster comparisons in AA and QQbar
>> 46a728a Updated SageMath version to 8.0.beta5
>>
>> --
>> 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.

-- 
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