UNIX-SIMPLE-POLL restarts timeouts for EINTR
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
SBCL |
New
|
Undecided
|
Unassigned |
Bug Description
The current sb-unix:
This is what was causing Keepit queues on production (and to some extent on test) to fail to time out, whereas on dev and build systems this worked great.
The bug has been reported to the sbcl-help mailing list at https:/
The patch looks OK to me but it would be nice to fix the #-os-provides-poll case further down, I think? It looks like it has the same issue.