
30 Nov
2011
30 Nov
'11
9:51 p.m.
Brett Lentz wrote:
Patch is attached.
I'd like to get some comments about this patch. Does it seem reasonable enough to accept? Is there a better way to handle it?
BOOST_VERIFY aborts on EINTR, but EINTR is usually not fatal, it just means you need to try later.
You've attached the wrong patch. Anyway, POSIX specifically forbids pthread functions from returning EINTR.