#13211: Upgrade GAP to 4.5.6
-----------------------------------------------------------+----------------
Reporter: kini | Owner:
tbd
Type: enhancement | Status:
needs_work
Priority: major | Milestone:
sage-5.5
Component: packages | Resolution:
Keywords: | Work issues:
Report Upstream: Completely fixed; Fix reported upstream | Reviewers:
Dmitrii Pasechnik
Authors: Volker Braun | Merged in:
Dependencies: #13123, #13579 | Stopgaps:
-----------------------------------------------------------+----------------
Changes (by jdemeyer):
* status: needs_review => needs_work
Comment:
I doubt that `/tmp` has anything to do with it. The filedescriptor giving
EIO is a deleted pseudo-terminal, not a temporary file. This can be seen
from `/proc/$PID/fd`:
{{{
jdemeyer@sage:/tmp/gaptrace$ ls -l /proc/19589/fd
total 0
lrwx------ 1 jdemeyer jdemeyer 64 Nov 14 11:49 0 -> /dev/pts/71 (deleted)
lrwx------ 1 jdemeyer jdemeyer 64 Nov 14 11:49 1 -> /dev/pts/71 (deleted)
lrwx------ 1 jdemeyer jdemeyer 64 Nov 14 11:49 2 -> /dev/pts/71 (deleted)
}}}
I don't think it's a relevant discussion why we sometimes get Segmentation
Faults and sometimes not.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13211#comment:159>
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.