#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: |
-----------------------+----------------------------------------------------
In 4.5.2.alpha1, we have for many people:
{{{
sage -t -long "devel/sage/sage/parallel/decorate.py"
------------------------------------------------------------
Unhandled SIGSEGV: A segmentation fault occurred in Sage.
This probably occurred because a *compiled* component
of Sage has a bug in it (typically accessing invalid memory)
or is not properly wrapped with _sig_on, _sig_off.
You might want to run Sage under gdb with 'sage -gdb' to debug this.
Sage will now terminate (sorry).
------------------------------------------------------------
**********************************************************************
File
"/mnt/usb1/scratch/drake/release/tmp/sage-4.5.2.alpha1/devel/sage/sage/parallel/decorate.py",
line 300:
sage: g()
Expected:
'10'
Got:
[Errno 16] Device or resource busy:
'/home/drake/.sage/temp/sage.math.washington.edu/30336/dir_0/.nfs0000000000591f8700069d5c'
'10'
**********************************************************************
File
"/mnt/usb1/scratch/drake/release/tmp/sage-4.5.2.alpha1/devel/sage/sage/parallel/decorate.py",
line 311:
sage: g()
Expected:
'a'
Got:
[Errno 16] Device or resource busy:
'/home/drake/.sage/temp/sage.math.washington.edu/30336/dir_1/.nfs0000000000591f8d00069d5d'
'a'
**********************************************************************
}}}
and so on. See https://groups.google.com/group/sage-
release/msg/88b030aa31926459 and that thread.
This seems related to #9501.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9616>
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.