Open garlick opened 3 years ago
Is it EAGAIN
or EINTR
?
We should be mostly ok in libsubprocess since most fd read/write calls are wrapped in a cbuf (which of course handles this for us)
libpmi is anther one that might need a look.
EINTR
. Sorry.
_Originally posted by @dongahn in https://github.com/flux-framework/flux-core/pull/3885#discussion_r719064686_
We are probably OK where libev and 0MQ are making those calls for us, but we may want to audit some other areas like librouter and libsubprocess to make sure attaching with a debugger won't cause spurious failures.