Search found 1 match
- Sun Oct 20, 2024 9:44 pm
- Forum: News
- Topic: Friday Facts #408 - Statistics improvements, Linux adventures
- Replies: 161
- Views: 28535
Re: Friday Facts #408 - Statistics improvements, Linux adventures
Hi! About the `fork`-related crashes on Linux and Mac. So, I'm an occasional Linux kernel dev and I have some unfortunate news: there is actually not a lot that's guaranteed to work after fork returns in the child process. It's been a while since I've had to do this, but IIRC it's the same set of th...