> On Mar 17, 2016, at 14:24 , 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 

On OS X, 10.11.3 (Quad core Core i7), build completed w/o problems.  Testing 
(‘ptestlong’) showed one failure that was repeatable when the whole testing 
phase was rerun; but does not repeat when the test was run by itself.  One 
example is below.  The failures showed essentially the same output:

sage -t --long --warn-long 107.9 src/sage/modular/modform/ambient_R.py
    Killed due to segmentation fault
**********************************************************************
Tests run before process (pid=17484) failed:
sage: M = ModularForms(23,2,base_ring=GF(7)) ## indirect doctest ## line 24 ##
sage: M ## line 25 ##
Modular Forms space of dimension 3 for Congruence Subgroup Gamma0(23) of weight 
2 over Finite Field of size 7
sage: M == loads(dumps(M)) ## line 27 ##
True
sage: sig_on_count() # check sig_on/off pairings (virtual doctest) ## line 29 ##
0
sage: K.<i> = QuadraticField(-1) ## line 43 ##
sage: chi = DirichletGroup(5, base_ring = K).0 ## line 44 ##
sage: L.<c> = K.extension(x^2 - 402*i) ## line 45 ##
sage: M = ModularForms(chi, 7, base_ring = L) ## line 46 ##
sage: symbs = M.modular_symbols() ## line 47 ##
sage: symbs.character() == chi ## line 48 ##
True
sage: symbs.base_ring() == L ## line 50 ##
True
sage: sig_on_count() # check sig_on/off pairings (virtual doctest) ## line 52 ##
0
sage: M = ModularForms(23,2,base_ring=GF(7)) ## indirect doctest ## line 70 ##
sage: M._repr_() ## line 71 ##
'Modular Forms space of dimension 3 for Congruence Subgroup Gamma0(23) of 
weight 2 over Finite Field of size 7'
sage: chi = DirichletGroup(109).0 ** 36 ## line 74 ##
sage: ModularForms(chi, 2, base_ring = chi.base_ring()) ## line 75 ##
Modular Forms space of dimension 9, character [zeta3] and weight 2 over 
Cyclotomic Field of order 108 and degree 36
sage: sig_on_count() # check sig_on/off pairings (virtual doctest) ## line 77 ##
0
sage: M = ModularForms(23,2,base_ring=GF(7)) ## line 90 ##
sage: M._compute_q_expansion_basis(10) ## line 91 ##
[q + 6*q^3 + 6*q^4 + 5*q^6 + 2*q^7 + 6*q^8 + 2*q^9 + O(q^10),
 q^2 + 5*q^3 + 6*q^4 + 2*q^5 + q^6 + 2*q^7 + 5*q^8 + O(q^10),
 1 + 5*q^3 + 5*q^4 + 5*q^6 + 3*q^8 + 5*q^9 + O(q^10)]
sage: M = ModularForms(Gamma1(29), base_ring=GF(29)) ## line 100 ##
sage: S = M.cuspidal_subspace() ## line 101 ##
sage: 0 in [f.valuation() for f in S.basis()] ## line 102 ##
------------------------------------------------------------------------
0   signals.so                          0x00000001084745c5 print_backtrace + 37
------------------------------------------------------------------------
Unhandled SIGSEGV: A segmentation fault occurred.
This probably occurred because a *compiled* module has a bug
in it and is not properly wrapped with sig_on(), sig_off().
Python will now terminate.
------------------------------------------------------------------------

**********************************************************************


--
Justin C. Walker, Curmudgeon at Large
Director
Institute for the Enhancement of the Director's income
-----------
Question 43:
What if the hokey pokey
really *is* what it’s all about?
--

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