Re: RFR: JDK-8284874: Add comment to ProcessHandle/OnExitTest to describe zombie problem [v3]

2022-04-15 Thread Thomas Stuefe
On Thu, 14 Apr 2022 18:29:21 GMT, Thomas Stuefe wrote: >> ProcessHandle/OnExitTest is vulnerable to misconfigured systems that do not >> reap zombies in a timely fashion. >> [JDK-8284282](https://bugs.openjdk.java.net/browse/JDK-8284282) describes >> this problem in detail. >> >> Until we fig

Re: RFR: JDK-8284874: Add comment to ProcessHandle/OnExitTest to describe zombie problem [v3]

2022-04-14 Thread Roger Riggs
On Thu, 14 Apr 2022 18:29:21 GMT, Thomas Stuefe wrote: >> ProcessHandle/OnExitTest is vulnerable to misconfigured systems that do not >> reap zombies in a timely fashion. >> [JDK-8284282](https://bugs.openjdk.java.net/browse/JDK-8284282) describes >> this problem in detail. >> >> Until we fig

Re: RFR: JDK-8284874: Add comment to ProcessHandle/OnExitTest to describe zombie problem [v2]

2022-04-14 Thread Thomas Stuefe
On Thu, 14 Apr 2022 14:56:31 GMT, Roger Riggs wrote: > Please update the copyright date. Thanks for including the explanation in the > test. Thank you @RogerRiggs! Would I need a second Reviewer? - PR: https://git.openjdk.java.net/jdk/pull/8240

Re: RFR: JDK-8284874: Add comment to ProcessHandle/OnExitTest to describe zombie problem [v3]

2022-04-14 Thread Thomas Stuefe
> ProcessHandle/OnExitTest is vulnerable to misconfigured systems that do not > reap zombies in a timely fashion. > [JDK-8284282](https://bugs.openjdk.java.net/browse/JDK-8284282) describes > this problem in detail. > > Until we figure out a way to fix that (if at all - see comments in JBS), le

Re: RFR: JDK-8284874: Add comment to ProcessHandle/OnExitTest to describe zombie problem [v2]

2022-04-14 Thread Roger Riggs
On Thu, 14 Apr 2022 09:49:58 GMT, Thomas Stuefe wrote: >> ProcessHandle/OnExitTest is vulnerable to misconfigured systems that do not >> reap zombies in a timely fashion. >> [JDK-8284282](https://bugs.openjdk.java.net/browse/JDK-8284282) describes >> this problem in detail. >> >> Until we fig

Re: RFR: JDK-8284874: Add comment to ProcessHandle/OnExitTest to describe zombie problem [v2]

2022-04-14 Thread Thomas Stuefe
> ProcessHandle/OnExitTest is vulnerable to misconfigured systems that do not > reap zombies in a timely fashion. > [JDK-8284282](https://bugs.openjdk.java.net/browse/JDK-8284282) describes > this problem in detail. > > Until we figure out a way to fix that (if at all - see comments in JBS), le

RFR: JDK-8284874: Add comment to ProcessHandle/OnExitTest to describe zombie problem

2022-04-14 Thread Thomas Stuefe
ProcessHandle/OnExitTest is vulnerable to misconfigured systems that do not reap zombies in a timely fashion. [JDK-8284282](https://bugs.openjdk.java.net/browse/JDK-8284282) describes this problem in detail. Until we figure out a way to fix that (if at all - see comments in JBS), let us have a