How much RAM do you have? Do you set SAGE_NUM_THREADS? Whats the value of 
SAGE_NUM_THREADS in a Sage shell?
 

On Monday, March 24, 2014 3:29:17 PM UTC, Nathann Cohen wrote:
>
> Hellooooooooooo !
>
> Updated and recompiled with "make".
>
> Everything went fine, except that building the doc never terminates. It 
> just does nothing after a while, probably some multithreading problem.
>
> I typed "make doc-clean && make", same result.
>
> ...
>
> Oh.
>
> I just noticed this by scrolling up a bit :
>
> Exception in thread Thread-7:
> Traceback (most recent call last):
>   File "/home/ncohen/.Sage/local/lib/python/threading.py", line 808, in 
> __bootstrap_inner
>     self.run()
>   File "/home/ncohen/.Sage/local/lib/python/threading.py", line 761, in run
>     self.__target(*self.__args, **self.__kwargs)
>   File "/home/ncohen/.Sage/local/lib/python/multiprocessing/pool.py", line 
> 325, in _handle_workers
>     pool._maintain_pool()
>   File "/home/ncohen/.Sage/local/lib/python/multiprocessing/pool.py", line 
> 229, in _maintain_pool
>     self._repopulate_pool()
>   File "/home/ncohen/.Sage/local/lib/python/multiprocessing/pool.py", line 
> 222, in _repopulate_pool
>     w.start()
>   File "/home/ncohen/.Sage/local/lib/python/multiprocessing/process.py", 
> line 130, in start
>     self._popen = Popen(self)
>   File "/home/ncohen/.Sage/local/lib/python/multiprocessing/forking.py", 
> line 121, in __init__
>     self.pid = os.fork()
> OSError: [Errno 12] Cannot allocate memory
>
> And well.. I was not running anything else at that time ^^;
>
> Nathann
>
>
> On 23 March 2014 21:56, Volker Braun <[email protected] <javascript:>>wrote:
>
>> The "develop" branch on git has been updated to 6.2.beta5. Alternatively, 
>> you can download the source tarball:
>>
>>
>> http://boxen.math.washington.edu/home/release/sage-6.2.beta5/sage-6.2.beta5.tar.gz
>>
>> $ git log --first-parent develop ^6.2.beta4 --oneline
>> 9db8c5c Updated Sage version to 6.2.beta5
>> cca671d Trac #15975: FiniteStateMachine.determine_alphabets: corrected 
>> description of parameter reset
>> 76d428a Trac #15286: Latin squares
>> e0eee52 Trac #15907: Improvements for affine factorization crystal
>> ebd2c00 Trac #15331: Do not try to create embedded number field morphisms 
>> for non-embedded number fields
>> 5e64ce2 Trac #15925: Use Brzozowski' algorithm as default for minimizing 
>> non-deterministic automata
>> 6fdfd13 Trac #15924: Allow non-hashable output labels in 
>> FiniteStateMachine.prepone_output
>> 671feb5 Trac #15923: Incorrect TypeError in 
>> FiniteStateMachine.add_from_transition_function
>> 3065fe6 Trac #15922: Allow list of transitions in 
>> FiniteStateMachine.add_transistions_from_function
>> 25361b7 Trac #13774: Irreducible Cartan types created as reducibles
>> 8bd99a7 Trac #13609: symbolic arithmetic errors
>> 4f70b4d Trac #15973: Allow GAP to compile on OS X 10.4
>> 25255ca Trac #15824: Remove deprecated code from matrix/
>> 2092418 Trac #15940: Improve printing for rigged configurations
>> cde5f2c Trac #15952: import statements with both absolute and (implicit) 
>> relative imports
>> 47403f6 Trac #15960: New function: FiniteStateMachine.set_coordinates
>> cb44fb9 Trac #15849: Default ordering of States and Transitions in 
>> FiniteStateMachine
>> 0c33fd1 Trac #15848: Simplification for non-deterministic transducers via 
>> Moore's algorithm
>> 20c4867 Trac #15847: Do deepcopy + reset label in 
>> FiniteStateMachine.quotient instead of creating a new state
>> 6f65fec Trac #15966: Fix paralle_iter
>> d242c97 Trac #15951: Fix last string exception for python3
>> d59db5b Trac #12661: Include GMP 5.1.3 as an optional package
>> f105b3c Trac #13174: Wrong documentation for methods @cached_method
>> 0c10a1b Trac #15937: Singular won't compile with latest Xcode (5.1, build 
>> 5B130a)
>> c8cf92e Trac #15979: Toric varieties can be tricked into accepting base 
>> rings that are not fields
>> de53f11 Trac #14993: Upgrade matplotlib to 1.3.1
>> 21255d6 Trac #15918: Update FLINT to 2.4.2
>> 9acfe5e Trac #9524: Nasty bug with polynomial arithmetic and NTL contexts
>> 0fd9907 Trac #15815: rational preimages for projective morphisms returns 
>> incorrect points
>> 33eb663 Trac #13048: __floordiv__ does not work when dividing polynomials 
>> over QQbar by a constant
>> 82f6e16 Trac #15627: (disjoint) Union of graphs with multiple edges
>> 7ebf80e Trac #14844: Implement cluster algebras with universal 
>> coefficients
>> 07baf37 Trac #15910: Fix doctest in root_systems/coxeter_group.py when 
>> coxeter3 is install
>> 426c91d Trac #15888: CC -> PARI: return t_REAL for real numbers
>> cd7dff2 Trac #15890: EllipticCurve_number_field.is_isogenous() raises 
>> error for non-minimal models
>> 4d888e6 Trac #15895: Bug in Graph.subdivide_edge
>> a28a9b1 Trac #15908: guava must be explicitly loaded
>> c88356c Trac #15521: Deprecations: default LP variables will become real 
>> instead of nonnegative
>> 7890f8a Trac #15333: remove the imports of is_* from modules/all.py and 
>> structure/all.py
>> 807f60d Trac #15306: partial_fraction_decomposition over QQ[] wrong
>> d694634 Trac #8573: prod(primes_first_n(64)).divisors() crashes
>> 955c1ab Trac #15599: Improve support for PARI series (t_SER)
>> 3464296 Trac #15843: Add reduced Burau representation, Alexander 
>> polynomial to Braid
>>
>>  -- 
>> 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 [email protected] <javascript:>.
>> To post to this group, send email to [email protected]<javascript:>
>> .
>> Visit this group at http://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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.

Reply via email to