Re: [PATCH STABLE] worker: ignore meaningless exit status indication returned by os.waitpid()

2017-02-24 Thread FUJIWARA Katsunori
At Fri, 24 Feb 2017 22:40:14 +0900, Yuya Nishihara wrote: > > On Fri, 24 Feb 2017 06:05:29 +0900, FUJIWARA Katsunori wrote: > > # HG changeset patch > > # User FUJIWARA Katsunori > > # Date 1487883654 -32400 > > # Fri Feb 24 06:00:54 2017 +0900 > > # Branch stable > > # Node ID d879917b416a3

Re: [PATCH STABLE] worker: ignore meaningless exit status indication returned by os.waitpid()

2017-02-24 Thread Yuya Nishihara
On Fri, 24 Feb 2017 06:05:29 +0900, FUJIWARA Katsunori wrote: > # HG changeset patch > # User FUJIWARA Katsunori > # Date 1487883654 -32400 > # Fri Feb 24 06:00:54 2017 +0900 > # Branch stable > # Node ID d879917b416a305a42ab92a6d3ac2121d6830560 > # Parent aa25989b0658dcefbd4c1bce7c389f006f2

Re: [PATCH STABLE] worker: ignore meaningless exit status indication returned by os.waitpid()

2017-02-23 Thread Jun Wu
Looks great to me. Thanks for examining it carefully! I can confirm it from FreeBSD kernel code [1]: sys_wait4 -> kern_wait | sys_wait6 -> kern_wait6 -> proc_to_reap # write status [1]: https://github.com/freebsd/freebsd/blob/127162a8d9ad171b0f45cb8553384d013722a495/sys/kern/ker

[PATCH STABLE] worker: ignore meaningless exit status indication returned by os.waitpid()

2017-02-23 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori # Date 1487883654 -32400 # Fri Feb 24 06:00:54 2017 +0900 # Branch stable # Node ID d879917b416a305a42ab92a6d3ac2121d6830560 # Parent aa25989b0658dcefbd4c1bce7c389f006f22af30 worker: ignore meaningless exit status indication returned by os.waitp