From e50751da3901c32aaef1f940ce628fc93e36d95e Mon Sep 17 00:00:00 2001 From: login Date: Wed, 18 May 2022 17:21:32 +0000 Subject: Try-catch blocks in those cases where fork() fails I've tried to add try-catch blocks in those cases where fork()s fail. It doesn't quite work well though. ---