From 967a1e42a985630dc34d922fcecf5a6e1b2aeda7 Mon Sep 17 00:00:00 2001 From: Greg Alexander Date: Mon, 5 Aug 2019 11:41:32 -0400 Subject: [PATCH] probable technique for bypassing atexit --- NOTES | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NOTES b/NOTES index ba524f8..07af3fa 100644 --- a/NOTES +++ b/NOTES @@ -965,7 +965,7 @@ XXX - merge back into main branch, because I'll want to keep the dump facility XXX - make the dump go deeper in the stack XXX - put a crash in an atexit() to be sure it presents about this way XXX - test re-start mechanism, which doesn't seem to work on the first try if it crashes -XXX - test bypassing that crash +XXX - test bypassing that crash (register an atexit() just after the fork that calls _Exit(0)) XXX - remove the crash, remove the debug fprintfs (select in/out, sigchld) --- new release