summary refs log tree commit diff
diff options
context:
space:
mode:
authorlogin2022-05-18 17:21:32 +0000
committerlogin2022-05-18 17:21:32 +0000
commite50751da3901c32aaef1f940ce628fc93e36d95e (patch)
tree72935eda3d26e69ec1728c53463c44d869728d89
parentcad83e8167ce6dd68f2ac47750de5248b568177e (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-xntcoin0
-rwxr-xr-xntcoin_freebsd_tildeguru0
-rwxr-xr-xntcoin_openbsd_tildeinstitute0
-rw-r--r--pcoin.cpp0
-rw-r--r--tcoin.cpp0
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