http://bugzilla.mindrot.org/show_bug.cgi?id=52 ------- Additional Comments From tsi at ualberta.ca 2004-02-29 07:10 ------- Created an attachment (id=557) --> (http://bugzilla.mindrot.org/attachment.cgi?id=557&action=view) suggested fix (against 3.8p1) I've been running with this patch on various flavours of Linux, IRIX and SunOS since last September. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
http://bugzilla.mindrot.org/show_bug.cgi?id=52 tsi at ualberta.ca changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #557|application/x-gzip |text/plain mime type| | Attachment #557 is|0 |1 patch| | ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
http://bugzilla.mindrot.org/show_bug.cgi?id=52 tsi at ualberta.ca changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #557|text/plain |text/x-gzip mime type| | Attachment #557 is|1 |0 patch| | ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
http://bugzilla.mindrot.org/show_bug.cgi?id=52 tsi at ualberta.ca changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #557|text/x-gzip |application/x-gzip mime type| | ------- Additional Comments From tsi at ualberta.ca 2004-02-29 07:15 ------- (From update of attachment 557) damn MIME ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
http://bugzilla.mindrot.org/show_bug.cgi?id=52 ------- Additional Comments From djm at mindrot.org 2004-03-12 09:56 ------- Created an attachment (id=572) --> (http://bugzilla.mindrot.org/attachment.cgi?id=572&action=view) Unpacked attachment ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
http://bugzilla.mindrot.org/show_bug.cgi?id=52 ------- Additional Comments From djm at mindrot.org 2004-03-12 09:57 ------- (From update of attachment 572) Just going through the diff now. Why these changes:>- if (len < 0 && (errno == EINTR || errno == EAGAIN))?? ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
http://bugzilla.mindrot.org/show_bug.cgi?id=52 ------- Additional Comments From tsi at ualberta.ca 2004-03-12 10:16 ------- ... because EAGAIN is what quite a few SysV flavours return upon read()ing a tty whose controlling process has passed away. Contrast this with OpenBSD that returns EIO in the same situation. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
http://bugzilla.mindrot.org/show_bug.cgi?id=52 tsi at ualberta.ca changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tsi at ualberta.ca ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
http://bugzilla.mindrot.org/show_bug.cgi?id=52 ------- Additional Comments From tsi at ualberta.ca 2004-03-25 11:01 ------- Anything more on this? ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
http://bugzilla.mindrot.org/show_bug.cgi?id=52 ------- Additional Comments From djm at mindrot.org 2004-03-25 13:40 ------- I'll look at it after the next minor release, which is happening very soon. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.