Re: Unkillable R-state process stuck in sendfile

2014-02-18 Thread Vladimir Davydov
On 02/18/2014 11:13 PM, valdis.kletni...@vt.edu wrote: > On Mon, 17 Feb 2014 16:51:37 +0400, Vladimir Davydov said: > >> out_fd = eventfd(0, 0); >> if (out_fd < 0) >> err(1, "eventfd"); >> ret = sendfile64(out_fd, in_fd, NULL, SIZE); >> I'm not sure if this i

Re: Unkillable R-state process stuck in sendfile

2014-02-18 Thread Valdis . Kletnieks
On Mon, 17 Feb 2014 16:51:37 +0400, Vladimir Davydov said: > out_fd = eventfd(0, 0); > if (out_fd < 0) > err(1, "eventfd"); > ret = sendfile64(out_fd, in_fd, NULL, SIZE); > I'm not sure if this is actually bad and should be fixed, but perhaps > it's worth m