Re: Troubleshooting a spinning fork(2)

2022-11-23 Thread Joel Knight
On Fri, Nov 18, 2022 at 7:42 AM Joel Knight wrote: > > Hi. > > I'm looking for guidance on how to troubleshoot a piece of software > which is spinning after calling fork(2). Hi. I've been digging into this more and think I've found a bug in the threading code. Consider: - Process (A) forks a chi

Troubleshooting a spinning fork(2)

2022-11-18 Thread Joel Knight
Hi. I'm looking for guidance on how to troubleshoot a piece of software which is spinning after calling fork(2). I'm working on making the s2n-tls[1] library build on OpenBSD[2]. One of the unit tests[3] does this: 1. The test framework forks the test (s2n_fork_generation_number_test) 2. The tes