Opened 9 years ago
Last modified 7 years ago
#14426 closed defect
Runaway/Segfaulting ECL processes — at Version 1
Reported by: | jdemeyer | Owned by: | roed |
---|---|---|---|
Priority: | blocker | Milestone: | sage-5.9 |
Component: | packages: standard | Keywords: | |
Cc: | leif, jpflori | Merged in: | |
Authors: | Reviewers: | ||
Report Upstream: | Reported upstream. Developers acknowledge bug. | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description (last modified by )
On some systems, when executing
./sage -tp --long devel/sage/sage/interfaces/lisp.py
there are two ECL processes which do (strace log)
read(0, "(setq sage0 2)\n", 1024) = 15 write(1, "\n", 1) = 1 write(1, "2", 1) = 1 write(1, "\n", 1) = 1 write(1, ">", 1) = 1 write(1, " ", 1) = 1 read(0, 0x7f2c263b1000, 1024) = -1 EIO (Input/output error) --- SIGHUP (Hangup) @ 0 (0) --- --- SIGCONT (Continued) @ 0 (0) --- select(1, [0], NULL, NULL, {0, 0}) = 1 (in [0], left {0, 0}) select(1, [0], NULL, NULL, {0, 0}) = 1 (in [0], left {0, 0}) read(0, "", 1024) = 0 write(2, "\n", 1) = -1 EIO (Input/output error) write(2, "\n", 1) = -1 EIO (Input/output error) write(2, "\n", 1) = -1 EIO (Input/output error) write(2, "\n", 1) = -1 EIO (Input/output error) [...]
after which they either segfault or keep running forever.
Change History (1)
comment:1 Changed 9 years ago by
- Description modified (diff)
- Summary changed from Runaway ECL processes to Runaway/Segfaulting ECL processes
Note: See
TracTickets for help on using
tickets.