#9616: segfault / NFS problems with parallel/decorate.py
-----------------------+----------------------------------------------------
Reporter: ddrake | Owner: mvngu
Type: defect | Status: new
Priority: blocker | Milestone: sage-4.5.2
Component: doctest | Keywords: fork nfs segfault
Author: | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
-----------------------+----------------------------------------------------
Comment(by mpatel):
For what they're worth, tests on sage.math with variations on
{{{
#!sh
#!/bin/bash
# This does not keep overall statistics:
# env SAGE_TEST_GLOBAL_ITER=100 ./sage -tp 1 -long /path/to/file.py
SAGE_TEST="./sage -t -long"
#SAGE_TEST="env DOT_SAGE=/dev/shm/$USER/.sage $SAGE_TEST"
#SAGE_TEST="env DOT_SAGE=/scratch/$USER/.sage $SAGE_TEST"
RUNS=100
for I in `seq 1 $RUNS`;
do
$SAGE_TEST devel/sage/sage/parallel/decorate.py
CODE[$I]=$?
echo "Results after $I of $RUNS runs:"
echo "${CODE[*]}" | tr ' ' '\n' | sort -n | uniq -c
done
}}}
end with
{{{
Results after 100 of 100 runs:
1 0
99 128
Results after 100 of 100 runs:
100 0
Results after 100 of 100 runs:
100 0
}}}
for the default DOT_SAGE, `/scratch/$USER/.sage`, and
`/dev/shm/$USER/.sage`, respectively.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9616#comment:1>
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.