diff options
author | login | 2022-05-18 17:21:32 +0000 |
---|---|---|
committer | login | 2022-05-18 17:21:32 +0000 |
commit | e50751da3901c32aaef1f940ce628fc93e36d95e (patch) | |
tree | 72935eda3d26e69ec1728c53463c44d869728d89 | |
parent | cad83e8167ce6dd68f2ac47750de5248b568177e (diff) |
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.
-rwxr-xr-x | ntcoin | 0 | ||||
-rwxr-xr-x | ntcoin_freebsd_tildeguru | 0 | ||||
-rwxr-xr-x | ntcoin_openbsd_tildeinstitute | 0 | ||||
-rw-r--r-- | pcoin.cpp | 0 | ||||
-rw-r--r-- | tcoin.cpp | 0 |
5 files changed, 0 insertions, 0 deletions
diff --git a/ntcoin b/ntcoin index 7d91bfd..b781358 100755 --- a/ntcoin +++ b/ntcoin diff --git a/ntcoin_freebsd_tildeguru b/ntcoin_freebsd_tildeguru index 61e680b..be4aa1d 100755 --- a/ntcoin_freebsd_tildeguru +++ b/ntcoin_freebsd_tildeguru diff --git a/ntcoin_openbsd_tildeinstitute b/ntcoin_openbsd_tildeinstitute index 24dd89b..6488059 100755 --- a/ntcoin_openbsd_tildeinstitute +++ b/ntcoin_openbsd_tildeinstitute diff --git a/pcoin.cpp b/pcoin.cpp index 2c644ad..fa28af6 100644 --- a/pcoin.cpp +++ b/pcoin.cpp diff --git a/tcoin.cpp b/tcoin.cpp index f8fe665..461f443 100644 --- a/tcoin.cpp +++ b/tcoin.cpp |