I just compiled the module as a dynamic module on macOS (nginx 1.19.7 installed via Homebrew) and when I add the load_module directive in nginx.conf and start the server, the error log gets flooded with the following errors (with high CPU utilization):
2021/02/28 11:05:10 [alert] 42874#0: worker process 49555 exited on signal 11
2021/02/28 11:05:10 [alert] 42874#0: cache manager process 49558 exited on signal 11
Turning on debug logging produces the following (repeatedly):
2021/02/28 11:17:04 [debug] 81313#0: bind() 127.0.0.1:3333 #7
2021/02/28 11:17:04 [debug] 81313#0: bind() 0.0.0.0:80 #8
2021/02/28 11:17:04 [debug] 81313#0: bind() 0.0.0.0:443 #9
2021/02/28 11:17:04 [notice] 81313#0: using the "kqueue" event method
2021/02/28 11:17:04 [warn] 81313#0: 1024 worker_connections exceed open file resource limit: 256
2021/02/28 11:17:04 [debug] 81313#0: counter: 000000010396D080, 1
2021/02/28 11:17:04 [notice] 81313#0: nginx/1.19.7
2021/02/28 11:17:04 [notice] 81313#0: built by clang 12.0.0 (clang-1200.0.32.29)
2021/02/28 11:17:04 [notice] 81313#0: OS: Darwin 20.3.0
2021/02/28 11:17:04 [notice] 81313#0: hw.ncpu: 8
2021/02/28 11:17:04 [notice] 81313#0: net.inet.tcp.sendspace: 131072
2021/02/28 11:17:04 [notice] 81313#0: kern.ipc.somaxconn: 128
2021/02/28 11:17:04 [notice] 81313#0: getrlimit(RLIMIT_NOFILE): 256:9223372036854775807
2021/02/28 11:17:04 [debug] 81313#0: write: 10, 00007FFEEC455A70, 6, 0
2021/02/28 11:17:04 [debug] 81313#0: setproctitle: "nginx: master process /usr/local/opt/nginx/bin/nginx -g daemon off;"
2021/02/28 11:17:04 [notice] 81313#0: start worker processes
2021/02/28 11:17:04 [debug] 81313#0: channel 3:10
2021/02/28 11:17:04 [notice] 81313#0: start worker process 81326
2021/02/28 11:17:04 [debug] 81313#0: channel 11:12
2021/02/28 11:17:04 [debug] 81326#0: add cleanup: 00007F92E80DB508
2021/02/28 11:17:04 [debug] 81326#0: malloc: 00007F92DE704290:8
2021/02/28 11:17:04 [notice] 81313#0: start worker process 81327
2021/02/28 11:17:04 [debug] 81313#0: pass channel s:1 pid:81327 fd:11 to s:0 pid:81326 fd:3
2021/02/28 11:17:04 [debug] 81313#0: channel 13:14
2021/02/28 11:17:04 [debug] 81327#0: add cleanup: 00007F92E80DB508
2021/02/28 11:17:04 [debug] 81327#0: malloc: 00007F92DF004340:8
2021/02/28 11:17:04 [notice] 81313#0: start cache manager process 81328
2021/02/28 11:17:04 [debug] 81313#0: pass channel s:2 pid:81328 fd:13 to s:0 pid:81326 fd:3
2021/02/28 11:17:04 [debug] 81313#0: pass channel s:2 pid:81328 fd:13 to s:1 pid:81327 fd:11
2021/02/28 11:17:04 [debug] 81313#0: channel 15:16
2021/02/28 11:17:04 [debug] 81328#0: close listening 127.0.0.1:3333 #7
2021/02/28 11:17:04 [notice] 81313#0: start cache loader process 81330
2021/02/28 11:17:04 [debug] 81328#0: close listening 0.0.0.0:80 #8
2021/02/28 11:17:04 [debug] 81328#0: close listening 0.0.0.0:443 #9
2021/02/28 11:17:04 [debug] 81328#0: add cleanup: 00007F92E80DB508
2021/02/28 11:17:04 [debug] 81328#0: malloc: 00007F92DE6040A0:8
2021/02/28 11:17:04 [debug] 81313#0: pass channel s:3 pid:81330 fd:15 to s:0 pid:81326 fd:3
2021/02/28 11:17:04 [debug] 81313#0: pass channel s:3 pid:81330 fd:15 to s:1 pid:81327 fd:11
2021/02/28 11:17:04 [debug] 81313#0: pass channel s:3 pid:81330 fd:15 to s:2 pid:81328 fd:13
2021/02/28 11:17:04 [debug] 81313#0: sigsuspend
2021/02/28 11:17:04 [debug] 81330#0: close listening 127.0.0.1:3333 #7
2021/02/28 11:17:04 [debug] 81330#0: close listening 0.0.0.0:80 #8
2021/02/28 11:17:04 [debug] 81330#0: close listening 0.0.0.0:443 #9
2021/02/28 11:17:04 [debug] 81330#0: add cleanup: 00007F92E80DB508
2021/02/28 11:17:04 [debug] 81330#0: malloc: 00007F92DF004390:8
2021/02/28 11:17:04 [debug] 81326#0: malloc: 00007F92E80DC800:16384
2021/02/28 11:17:04 [debug] 81326#0: malloc: 00007F92E800C600:16384
2021/02/28 11:17:04 [debug] 81327#0: malloc: 00007F92CF808200:16384
2021/02/28 11:17:04 [debug] 81327#0: malloc: 00007F92E8811A00:16384
2021/02/28 11:17:04 [debug] 81326#0: malloc: 00007F92C0008000:237568
2021/02/28 11:17:04 [debug] 81327#0: malloc: 00007F92C0008000:237568
2021/02/28 11:17:04 [debug] 81327#0: malloc: 00007F92C0048000:106496
2021/02/28 11:17:04 [debug] 81326#0: malloc: 00007F92B0008000:106496
2021/02/28 11:17:04 [debug] 81327#0: malloc: 00007F92C0068000:106496
2021/02/28 11:17:04 [debug] 81326#0: malloc: 00007F92B8008000:106496
2021/02/28 11:17:04 [debug] 81328#0: malloc: 00007F92CF808200:16384
2021/02/28 11:17:04 [debug] 81328#0: malloc: 00007F92CF80C200:16384
2021/02/28 11:17:04 [debug] 81327#0: kevent set event: 7: ft:-1 fl:0005
2021/02/28 11:17:04 [debug] 81326#0: kevent set event: 7: ft:-1 fl:0005
2021/02/28 11:17:04 [debug] 81326#0: kevent set event: 8: ft:-1 fl:0005
2021/02/28 11:17:04 [debug] 81326#0: kevent set event: 9: ft:-1 fl:0005
2021/02/28 11:17:04 [debug] 81327#0: kevent set event: 8: ft:-1 fl:0005
2021/02/28 11:17:04 [debug] 81328#0: malloc: 00007F92C0008000:118784
2021/02/28 11:17:04 [debug] 81327#0: kevent set event: 9: ft:-1 fl:0005
2021/02/28 11:17:04 [debug] 81328#0: malloc: 00007F92B0008000:53248
2021/02/28 11:17:04 [debug] 81328#0: malloc: 00007F92C0028000:53248
2021/02/28 11:17:04 [notice] 81313#0: signal 20 (SIGCHLD) received from 81326
2021/02/28 11:17:04 [alert] 81313#0: worker process 81327 exited on signal 11
2021/02/28 11:17:04 [debug] 81313#0: shmtx forced unlock
2021/02/28 11:17:04 [debug] 81313#0: shmtx forced unlock
2021/02/28 11:17:04 [debug] 81313#0: shmtx forced unlock
2021/02/28 11:17:04 [alert] 81313#0: worker process 81326 exited on signal 11
2021/02/28 11:17:04 [debug] 81313#0: shmtx forced unlock
2021/02/28 11:17:04 [debug] 81313#0: shmtx forced unlock
2021/02/28 11:17:04 [debug] 81313#0: shmtx forced unlock
2021/02/28 11:17:04 [debug] 81330#0: malloc: 00007F92E8811A00:16384
2021/02/28 11:17:04 [debug] 81330#0: malloc: 00007F92E8815A00:16384
2021/02/28 11:17:04 [debug] 81313#0: wake up, sigio 0
2021/02/28 11:17:04 [debug] 81330#0: malloc: 00007F92C0008000:118784
2021/02/28 11:17:04 [debug] 81313#0: reap children
2021/02/28 11:17:04 [debug] 81330#0: malloc: 00007F92E0008000:53248
2021/02/28 11:17:04 [debug] 81313#0: child: 0 81326 e:0 t:1 d:0 r:1 j:0
2021/02/28 11:17:04 [debug] 81313#0: pass close channel s:0 pid:81326 to:81328
2021/02/28 11:17:04 [debug] 81330#0: malloc: 00007F92E0018000:53248
2021/02/28 11:17:04 [debug] 81313#0: pass close channel s:0 pid:81326 to:81330
2021/02/28 11:17:04 [debug] 81313#0: channel 3:10
2021/02/28 11:17:04 [notice] 81313#0: start worker process 81334
2021/02/28 11:17:04 [debug] 81313#0: pass channel s:0 pid:81334 fd:3 to s:1 pid:81327 fd:11
2021/02/28 11:17:04 [debug] 81313#0: pass channel s:0 pid:81334 fd:3 to s:2 pid:81328 fd:13
2021/02/28 11:17:04 [debug] 81313#0: pass channel s:0 pid:81334 fd:3 to s:3 pid:81330 fd:15
2021/02/28 11:17:04 [debug] 81313#0: child: 1 81327 e:0 t:1 d:0 r:1 j:0
2021/02/28 11:17:04 [debug] 81313#0: pass close channel s:1 pid:81327 to:81334
2021/02/28 11:17:04 [debug] 81313#0: pass close channel s:1 pid:81327 to:81328
2021/02/28 11:17:04 [debug] 81313#0: pass close channel s:1 pid:81327 to:81330
2021/02/28 11:17:04 [debug] 81313#0: channel 11:12
2021/02/28 11:17:04 [debug] 81334#0: add cleanup: 00007F92E80DB508
2021/02/28 11:17:04 [debug] 81334#0: malloc: 00007F92DE407CA0:8
2021/02/28 11:17:04 [notice] 81313#0: start worker process 81335
2021/02/28 11:17:04 [debug] 81313#0: pass channel s:1 pid:81335 fd:11 to s:0 pid:81334 fd:3
2021/02/28 11:17:04 [debug] 81313#0: pass channel s:1 pid:81335 fd:11 to s:2 pid:81328 fd:13
2021/02/28 11:17:04 [debug] 81313#0: pass channel s:1 pid:81335 fd:11 to s:3 pid:81330 fd:15
2021/02/28 11:17:04 [debug] 81313#0: child: 2 81328 e:0 t:0 d:0 r:1 j:0
2021/02/28 11:17:04 [debug] 81313#0: child: 3 81330 e:0 t:0 d:0 r:0 j:0
2021/02/28 11:17:04 [debug] 81313#0: sigsuspend
2021/02/28 11:17:04 [notice] 81313#0: signal 23 (SIGIO) received
2021/02/28 11:17:04 [notice] 81313#0: signal 20 (SIGCHLD) received from 81330
2021/02/28 11:17:04 [alert] 81313#0: cache loader process 81330 exited on signal 11
2021/02/28 11:17:04 [debug] 81313#0: shmtx forced unlock
2021/02/28 11:17:04 [debug] 81313#0: shmtx forced unlock
2021/02/28 11:17:04 [debug] 81313#0: shmtx forced unlock
2021/02/28 11:17:04 [alert] 81313#0: cache manager process 81328 exited on signal 11
2021/02/28 11:17:04 [debug] 81313#0: shmtx forced unlock
2021/02/28 11:17:04 [debug] 81313#0: shmtx forced unlock
2021/02/28 11:17:04 [debug] 81313#0: shmtx forced unlock
2021/02/28 11:17:04 [debug] 81313#0: wake up, sigio 0
2021/02/28 11:17:04 [debug] 81313#0: reap children
2021/02/28 11:17:04 [debug] 81313#0: child: 0 81334 e:0 t:0 d:0 r:1 j:0
2021/02/28 11:17:04 [debug] 81313#0: child: 1 81335 e:0 t:0 d:0 r:1 j:0
2021/02/28 11:17:04 [debug] 81313#0: child: 2 81328 e:0 t:1 d:0 r:1 j:0
2021/02/28 11:17:04 [debug] 81313#0: pass close channel s:2 pid:81328 to:81334
2021/02/28 11:17:04 [debug] 81313#0: pass close channel s:2 pid:81328 to:81335
2021/02/28 11:17:04 [debug] 81313#0: channel 13:14
2021/02/28 11:17:04 [debug] 81335#0: add cleanup: 00007F92E80DB508
2021/02/28 11:17:04 [debug] 81335#0: malloc: 00007F92DF1175D0:8
2021/02/28 11:17:04 [notice] 81313#0: start cache manager process 81336
2021/02/28 11:17:04 [debug] 81313#0: pass channel s:2 pid:81336 fd:13 to s:0 pid:81334 fd:3
2021/02/28 11:17:04 [debug] 81313#0: pass channel s:2 pid:81336 fd:13 to s:1 pid:81335 fd:11
2021/02/28 11:17:04 [debug] 81313#0: pass channel s:2 pid:81336 fd:13 to s:3 pid:81330 fd:15
2021/02/28 11:17:04 [debug] 81313#0: child: 3 81330 e:0 t:1 d:0 r:0 j:0
2021/02/28 11:17:04 [debug] 81313#0: pass close channel s:3 pid:81330 to:81334
2021/02/28 11:17:04 [debug] 81313#0: pass close channel s:3 pid:81330 to:81335
2021/02/28 11:17:04 [debug] 81313#0: pass close channel s:3 pid:81330 to:81336
2021/02/28 11:17:04 [debug] 81313#0: sigsuspend
2021/02/28 11:17:04 [debug] 81336#0: close listening 127.0.0.1:3333 #7
2021/02/28 11:17:04 [debug] 81336#0: close listening 0.0.0.0:80 #8
2021/02/28 11:17:04 [debug] 81336#0: close listening 0.0.0.0:443 #9
2021/02/28 11:17:04 [debug] 81336#0: add cleanup: 00007F92E80DB508
2021/02/28 11:17:04 [debug] 81336#0: malloc: 00007F92DF004330:8
2021/02/28 11:17:04 [debug] 81334#0: malloc: 00007F92E8811A00:16384
2021/02/28 11:17:04 [debug] 81334#0: malloc: 00007F92E8815A00:16384
2021/02/28 11:17:04 [debug] 81334#0: malloc: 00007F92C0008000:237568
2021/02/28 11:17:04 [debug] 81334#0: malloc: 00007F92C0048000:106496
2021/02/28 11:17:04 [debug] 81334#0: malloc: 00007F92C0068000:106496
2021/02/28 11:17:04 [debug] 81335#0: malloc: 00007F92CF008200:16384
2021/02/28 11:17:04 [debug] 81335#0: malloc: 00007F92CF00C200:16384
2021/02/28 11:17:04 [debug] 81335#0: malloc: 00007F92C0008000:237568
2021/02/28 11:17:04 [debug] 81335#0: malloc: 00007F92C0048000:106496
2021/02/28 11:17:04 [debug] 81334#0: kevent set event: 7: ft:-1 fl:0005
2021/02/28 11:17:04 [debug] 81334#0: kevent set event: 8: ft:-1 fl:0005
2021/02/28 11:17:04 [debug] 81334#0: kevent set event: 9: ft:-1 fl:0005
2021/02/28 11:17:04 [debug] 81335#0: malloc: 00007F92C0068000:106496
2021/02/28 11:17:04 [notice] 81313#0: signal 23 (SIGIO) received from 81334
2021/02/28 11:17:04 [debug] 81313#0: wake up, sigio 0
2021/02/28 11:17:04 [debug] 81313#0: sigsuspend
2021/02/28 11:17:04 [debug] 81335#0: kevent set event: 7: ft:-1 fl:0005
2021/02/28 11:17:04 [debug] 81335#0: kevent set event: 8: ft:-1 fl:0005
2021/02/28 11:17:04 [debug] 81335#0: kevent set event: 9: ft:-1 fl:0005
2021/02/28 11:17:04 [notice] 81313#0: signal 23 (SIGIO) received
2021/02/28 11:17:04 [notice] 81313#0: signal 20 (SIGCHLD) received from 81334
2021/02/28 11:17:04 [alert] 81313#0: worker process 81334 exited on signal 11
2021/02/28 11:17:04 [debug] 81313#0: shmtx forced unlock
2021/02/28 11:17:04 [debug] 81313#0: shmtx forced unlock
2021/02/28 11:17:04 [debug] 81313#0: shmtx forced unlock
2021/02/28 11:17:04 [debug] 81313#0: wake up, sigio 0
2021/02/28 11:17:04 [debug] 81313#0: reap children
2021/02/28 11:17:04 [debug] 81313#0: child: 0 81334 e:0 t:1 d:0 r:1 j:0
2021/02/28 11:17:04 [debug] 81313#0: pass close channel s:0 pid:81334 to:81335
2021/02/28 11:17:04 [debug] 81313#0: pass close channel s:0 pid:81334 to:81336
2021/02/28 11:17:04 [debug] 81313#0: channel 3:10
2021/02/28 11:17:04 [debug] 81336#0: malloc: 00007F92E8811A00:16384
2021/02/28 11:17:04 [debug] 81336#0: malloc: 00007F92E8815A00:16384
2021/02/28 11:17:04 [debug] 81336#0: malloc: 00007F92C0008000:118784
2021/02/28 11:17:04 [debug] 81336#0: malloc: 00007F92C0028000:53248
2021/02/28 11:17:04 [debug] 81336#0: malloc: 00007F92C0038000:53248
2021/02/28 11:17:04 [notice] 81313#0: start worker process 81338
2021/02/28 11:17:04 [debug] 81313#0: pass channel s:0 pid:81338 fd:3 to s:1 pid:81335 fd:11
2021/02/28 11:17:04 [debug] 81313#0: pass channel s:0 pid:81338 fd:3 to s:2 pid:81336 fd:13
2021/02/28 11:17:04 [debug] 81313#0: child: 1 81335 e:0 t:0 d:0 r:1 j:0
2021/02/28 11:17:04 [debug] 81313#0: child: 2 81336 e:0 t:0 d:0 r:1 j:0
2021/02/28 11:17:04 [debug] 81313#0: sigsuspend
2021/02/28 11:17:04 [notice] 81313#0: signal 23 (SIGIO) received
2021/02/28 11:17:04 [debug] 81338#0: add cleanup: 00007F92E80DB508
2021/02/28 11:17:04 [debug] 81338#0: malloc: 00007F92DE704290:8
2021/02/28 11:17:04 [notice] 81313#0: signal 20 (SIGCHLD) received from 81336
2021/02/28 11:17:04 [alert] 81313#0: cache manager process 81336 exited on signal 11
2021/02/28 11:17:04 [debug] 81313#0: shmtx forced unlock
2021/02/28 11:17:04 [debug] 81313#0: shmtx forced unlock
2021/02/28 11:17:04 [debug] 81313#0: shmtx forced unlock
2021/02/28 11:17:04 [alert] 81313#0: worker process 81335 exited on signal 11
2021/02/28 11:17:04 [debug] 81313#0: shmtx forced unlock
2021/02/28 11:17:04 [debug] 81313#0: shmtx forced unlock
2021/02/28 11:17:04 [debug] 81313#0: shmtx forced unlock
2021/02/28 11:17:04 [debug] 81313#0: wake up, sigio 0
2021/02/28 11:17:04 [debug] 81313#0: reap children
2021/02/28 11:17:04 [debug] 81313#0: child: 0 81338 e:0 t:0 d:0 r:1 j:0
2021/02/28 11:17:04 [debug] 81313#0: child: 1 81335 e:0 t:1 d:0 r:1 j:0
2021/02/28 11:17:04 [debug] 81313#0: pass close channel s:1 pid:81335 to:81338
2021/02/28 11:17:04 [debug] 81313#0: channel 11:12
2021/02/28 11:17:04 [notice] 81313#0: start worker process 81339
2021/02/28 11:17:04 [debug] 81313#0: pass channel s:1 pid:81339 fd:11 to s:0 pid:81338 fd:3
2021/02/28 11:17:04 [debug] 81313#0: pass channel s:1 pid:81339 fd:11 to s:2 pid:81336 fd:13
2021/02/28 11:17:04 [debug] 81313#0: child: 2 81336 e:0 t:1 d:0 r:1 j:0
2021/02/28 11:17:04 [debug] 81313#0: pass close channel s:2 pid:81336 to:81338
2021/02/28 11:17:04 [debug] 81313#0: pass close channel s:2 pid:81336 to:81339
2021/02/28 11:17:04 [debug] 81313#0: channel 13:14
2021/02/28 11:17:04 [debug] 81339#0: add cleanup: 00007F92E80DB508
2021/02/28 11:17:04 [debug] 81339#0: malloc: 00007F92DF004390:8
2021/02/28 11:17:04 [debug] 81338#0: malloc: 00007F92CF808200:16384
2021/02/28 11:17:04 [debug] 81338#0: malloc: 00007F92CF80C200:16384
2021/02/28 11:17:04 [debug] 81338#0: malloc: 00007F92C0008000:237568
2021/02/28 11:17:04 [debug] 81338#0: malloc: 00007F92C0048000:106496
2021/02/28 11:17:04 [debug] 81338#0: malloc: 00007F92C0068000:106496
2021/02/28 11:17:04 [debug] 81338#0: kevent set event: 7: ft:-1 fl:0005
2021/02/28 11:17:04 [debug] 81338#0: kevent set event: 8: ft:-1 fl:0005
2021/02/28 11:17:04 [debug] 81338#0: kevent set event: 9: ft:-1 fl:0005
2021/02/28 11:17:04 [notice] 81313#0: start cache manager process 81340
2021/02/28 11:17:04 [debug] 81313#0: pass channel s:2 pid:81340 fd:13 to s:0 pid:81338 fd:3
2021/02/28 11:17:04 [debug] 81313#0: pass channel s:2 pid:81340 fd:13 to s:1 pid:81339 fd:11
2021/02/28 11:17:04 [debug] 81313#0: sigsuspend
2021/02/28 11:17:04 [notice] 81313#0: signal 23 (SIGIO) received
2021/02/28 11:17:04 [notice] 81313#0: signal 20 (SIGCHLD) received from 81338
2021/02/28 11:17:04 [alert] 81313#0: worker process 81338 exited on signal 11
2021/02/28 11:17:04 [debug] 81313#0: shmtx forced unlock
2021/02/28 11:17:04 [debug] 81313#0: shmtx forced unlock
2021/02/28 11:17:04 [debug] 81313#0: shmtx forced unlock
2021/02/28 11:17:04 [debug] 81313#0: wake up, sigio 0
2021/02/28 11:17:04 [debug] 81313#0: reap children
2021/02/28 11:17:04 [debug] 81313#0: child: 0 81338 e:0 t:1 d:0 r:1 j:0
2021/02/28 11:17:04 [debug] 81313#0: pass close channel s:0 pid:81338 to:81339
2021/02/28 11:17:04 [debug] 81313#0: pass close channel s:0 pid:81338 to:81340
2021/02/28 11:17:04 [debug] 81340#0: close listening 127.0.0.1:3333 #7
2021/02/28 11:17:04 [debug] 81313#0: channel 3:10
2021/02/28 11:17:04 [debug] 81339#0: malloc: 00007F92CF008200:16384
2021/02/28 11:17:04 [debug] 81339#0: malloc: 00007F92CF00C200:16384
2021/02/28 11:17:04 [debug] 81340#0: close listening 0.0.0.0:80 #8
2021/02/28 11:17:04 [debug] 81339#0: malloc: 00007F92C0008000:237568
2021/02/28 11:17:04 [debug] 81339#0: malloc: 00007F92C0048000:106496
2021/02/28 11:17:04 [debug] 81340#0: close listening 0.0.0.0:443 #9
2021/02/28 11:17:04 [debug] 81339#0: malloc: 00007F92C0068000:106496
2021/02/28 11:17:04 [debug] 81340#0: add cleanup: 00007F92E80DB508
2021/02/28 11:17:04 [debug] 81340#0: malloc: 00007F92DF1175D0:8
2021/02/28 11:17:04 [debug] 81339#0: kevent set event: 7: ft:-1 fl:0005
2021/02/28 11:17:04 [debug] 81339#0: kevent set event: 8: ft:-1 fl:0005
2021/02/28 11:17:04 [debug] 81339#0: kevent set event: 9: ft:-1 fl:0005
2021/02/28 11:17:04 [notice] 81313#0: start worker process 81342
2021/02/28 11:17:04 [debug] 81313#0: pass channel s:0 pid:81342 fd:3 to s:1 pid:81339 fd:11
2021/02/28 11:17:04 [debug] 81313#0: pass channel s:0 pid:81342 fd:3 to s:2 pid:81340 fd:13
2021/02/28 11:17:04 [debug] 81313#0: child: 1 81339 e:0 t:0 d:0 r:1 j:0
2021/02/28 11:17:04 [debug] 81313#0: child: 2 81340 e:0 t:0 d:0 r:1 j:0
2021/02/28 11:17:04 [debug] 81313#0: sigsuspend
2021/02/28 11:17:04 [notice] 81313#0: signal 23 (SIGIO) received
2021/02/28 11:17:04 [notice] 81313#0: signal 20 (SIGCHLD) received from 81339
2021/02/28 11:17:04 [alert] 81313#0: worker process 81339 exited on signal 11
2021/02/28 11:17:04 [debug] 81313#0: shmtx forced unlock
2021/02/28 11:17:04 [debug] 81313#0: shmtx forced unlock
2021/02/28 11:17:04 [debug] 81313#0: shmtx forced unlock
2021/02/28 11:17:04 [debug] 81313#0: wake up, sigio 0
2021/02/28 11:17:04 [debug] 81313#0: reap children
2021/02/28 11:17:04 [debug] 81313#0: child: 0 81342 e:0 t:0 d:0 r:1 j:0
2021/02/28 11:17:04 [debug] 81313#0: child: 1 81339 e:0 t:1 d:0 r:1 j:0
2021/02/28 11:17:04 [debug] 81313#0: pass close channel s:1 pid:81339 to:81342
2021/02/28 11:17:04 [debug] 81313#0: pass close channel s:1 pid:81339 to:81340
2021/02/28 11:17:04 [debug] 81313#0: channel 11:12
2021/02/28 11:17:04 [debug] 81342#0: add cleanup: 00007F92E80DB508
2021/02/28 11:17:04 [debug] 81342#0: malloc: 00007F92DE6040A0:8
2021/02/28 11:17:04 [debug] 81340#0: malloc: 00007F92CF808200:16384
2021/02/28 11:17:04 [debug] 81340#0: malloc: 00007F92CF80C200:16384
2021/02/28 11:17:04 [debug] 81340#0: malloc: 00007F92C0008000:118784
2021/02/28 11:17:04 [debug] 81340#0: malloc: 00007F92C0028000:53248
2021/02/28 11:17:04 [debug] 81340#0: malloc: 00007F92C0038000:53248
2021/02/28 11:17:04 [notice] 81313#0: start worker process 81344
2021/02/28 11:17:04 [debug] 81313#0: pass channel s:1 pid:81344 fd:11 to s:0 pid:81342 fd:3
2021/02/28 11:17:04 [debug] 81313#0: pass channel s:1 pid:81344 fd:11 to s:2 pid:81340 fd:13
2021/02/28 11:17:04 [debug] 81313#0: child: 2 81340 e:0 t:0 d:0 r:1 j:0
2021/02/28 11:17:04 [debug] 81313#0: sigsuspend
2021/02/28 11:17:04 [notice] 81313#0: signal 23 (SIGIO) received from 81340
2021/02/28 11:17:04 [debug] 81313#0: wake up, sigio 0
2021/02/28 11:17:04 [debug] 81313#0: sigsuspend
2021/02/28 11:17:04 [notice] 81313#0: signal 23 (SIGIO) received
2021/02/28 11:17:04 [notice] 81313#0: signal 20 (SIGCHLD) received from 81340
2021/02/28 11:17:04 [alert] 81313#0: cache manager process 81340 exited on signal 11
2021/02/28 11:17:04 [debug] 81313#0: shmtx forced unlock
2021/02/28 11:17:04 [debug] 81313#0: shmtx forced unlock
2021/02/28 11:17:04 [debug] 81313#0: shmtx forced unlock
2021/02/28 11:17:04 [debug] 81344#0: add cleanup: 00007F92E80DB508
2021/02/28 11:17:04 [debug] 81313#0: wake up, sigio 0
2021/02/28 11:17:04 [debug] 81313#0: reap children
2021/02/28 11:17:04 [debug] 81313#0: child: 0 81342 e:0 t:0 d:0 r:1 j:0
2021/02/28 11:17:04 [debug] 81313#0: child: 1 81344 e:0 t:0 d:0 r:1 j:0
2021/02/28 11:17:04 [debug] 81313#0: child: 2 81340 e:0 t:1 d:0 r:1 j:0
2021/02/28 11:17:04 [debug] 81313#0: pass close channel s:2 pid:81340 to:81342
2021/02/28 11:17:04 [debug] 81313#0: pass close channel s:2 pid:81340 to:81344
2021/02/28 11:17:04 [debug] 81344#0: malloc: 00007F92DE407CA0:8
2021/02/28 11:17:04 [debug] 81313#0: channel 13:14
2021/02/28 11:17:04 [debug] 81342#0: malloc: 00007F92DF82CE00:16384
2021/02/28 11:17:04 [debug] 81342#0: malloc: 00007F92DF830E00:16384
2021/02/28 11:17:04 [debug] 81342#0: malloc: 00007F92C0008000:237568
2021/02/28 11:17:04 [debug] 81342#0: malloc: 00007F92C0048000:106496
2021/02/28 11:17:04 [debug] 81342#0: malloc: 00007F92C0068000:106496
2021/02/28 11:17:04 [debug] 81342#0: kevent set event: 7: ft:-1 fl:0005
2021/02/28 11:17:04 [debug] 81342#0: kevent set event: 8: ft:-1 fl:0005
2021/02/28 11:17:04 [debug] 81342#0: kevent set event: 9: ft:-1 fl:0005
2021/02/28 11:17:04 [debug] 81344#0: malloc: 00007F92CF008200:16384
2021/02/28 11:17:04 [debug] 81344#0: malloc: 00007F92CF00C200:16384
2021/02/28 11:17:04 [debug] 81344#0: malloc: 00007F92C0008000:237568
2021/02/28 11:17:04 [debug] 81344#0: malloc: 00007F92C0048000:106496
2021/02/28 11:17:04 [notice] 81313#0: start cache manager process 81346
2021/02/28 11:17:04 [debug] 81313#0: pass channel s:2 pid:81346 fd:13 to s:0 pid:81342 fd:3
2021/02/28 11:17:04 [debug] 81344#0: malloc: 00007F92C0068000:106496
2021/02/28 11:17:04 [debug] 81313#0: pass channel s:2 pid:81346 fd:13 to s:1 pid:81344 fd:11
2021/02/28 11:17:04 [debug] 81313#0: sigsuspend
2021/02/28 11:17:04 [notice] 81313#0: signal 23 (SIGIO) received
2021/02/28 11:17:04 [notice] 81313#0: signal 20 (SIGCHLD) received from 81342
2021/02/28 11:17:04 [alert] 81313#0: worker process 81342 exited on signal 11
2021/02/28 11:17:04 [debug] 81313#0: shmtx forced unlock
2021/02/28 11:17:04 [debug] 81313#0: shmtx forced unlock
2021/02/28 11:17:04 [debug] 81313#0: shmtx forced unlock
2021/02/28 11:17:04 [debug] 81344#0: kevent set event: 7: ft:-1 fl:0005
2021/02/28 11:17:04 [debug] 81344#0: kevent set event: 8: ft:-1 fl:0005
2021/02/28 11:17:04 [debug] 81344#0: kevent set event: 9: ft:-1 fl:0005
2021/02/28 11:17:04 [debug] 81313#0: wake up, sigio 0
2021/02/28 11:17:04 [debug] 81313#0: reap children
2021/02/28 11:17:04 [debug] 81313#0: child: 0 81342 e:0 t:1 d:0 r:1 j:0
2021/02/28 11:17:04 [debug] 81313#0: pass close channel s:0 pid:81342 to:81344
2021/02/28 11:17:04 [debug] 81346#0: close listening 127.0.0.1:3333 #7
2021/02/28 11:17:04 [debug] 81313#0: pass close channel s:0 pid:81342 to:81346
2021/02/28 11:17:04 [debug] 81346#0: close listening 0.0.0.0:80 #8
2021/02/28 11:17:04 [debug] 81346#0: close listening 0.0.0.0:443 #9
2021/02/28 11:17:04 [debug] 81313#0: channel 3:10
2021/02/28 11:17:04 [debug] 81346#0: add cleanup: 00007F92E80DB508
2021/02/28 11:17:04 [debug] 81346#0: malloc: 00007F92DF1175D0:8
2021/02/28 11:17:04 [notice] 81313#0: start worker process 81348
2021/02/28 11:17:04 [debug] 81313#0: pass channel s:0 pid:81348 fd:3 to s:1 pid:81344 fd:11
2021/02/28 11:17:04 [debug] 81313#0: pass channel s:0 pid:81348 fd:3 to s:2 pid:81346 fd:13
2021/02/28 11:17:04 [debug] 81313#0: child: 1 81344 e:0 t:0 d:0 r:1 j:0
2021/02/28 11:17:04 [debug] 81313#0: child: 2 81346 e:0 t:0 d:0 r:1 j:0
2021/02/28 11:17:04 [debug] 81313#0: sigsuspend
2021/02/28 11:17:04 [notice] 81313#0: signal 23 (SIGIO) received
2021/02/28 11:17:04 [notice] 81313#0: signal 20 (SIGCHLD) received from 81344
2021/02/28 11:17:04 [alert] 81313#0: worker process 81344 exited on signal 11
2021/02/28 11:17:04 [debug] 81313#0: shmtx forced unlock
2021/02/28 11:17:04 [debug] 81313#0: shmtx forced unlock
2021/02/28 11:17:04 [debug] 81313#0: shmtx forced unlock
2021/02/28 11:17:04 [debug] 81313#0: wake up, sigio 0
2021/02/28 11:17:04 [debug] 81313#0: reap children
2021/02/28 11:17:04 [debug] 81313#0: child: 0 81348 e:0 t:0 d:0 r:1 j:0
2021/02/28 11:17:04 [debug] 81348#0: add cleanup: 00007F92E80DB508
2021/02/28 11:17:04 [debug] 81348#0: malloc: 00007F92DE6040A0:8
2021/02/28 11:17:04 [debug] 81313#0: child: 1 81344 e:0 t:1 d:0 r:1 j:0
2021/02/28 11:17:04 [debug] 81313#0: pass close channel s:1 pid:81344 to:81348
2021/02/28 11:17:04 [debug] 81313#0: pass close channel s:1 pid:81344 to:81346
2021/02/28 11:17:04 [debug] 81313#0: channel 11:12
2021/02/28 11:17:04 [debug] 81346#0: malloc: 00007F92CE808600:16384
2021/02/28 11:17:04 [debug] 81346#0: malloc: 00007F92CE80C600:16384
2021/02/28 11:17:04 [notice] 81313#0: start worker process 81350
2021/02/28 11:17:04 [debug] 81313#0: pass channel s:1 pid:81350 fd:11 to s:0 pid:81348 fd:3
2021/02/28 11:17:04 [debug] 81313#0: pass channel s:1 pid:81350 fd:11 to s:2 pid:81346 fd:13
2021/02/28 11:17:04 [debug] 81313#0: child: 2 81346 e:0 t:0 d:0 r:1 j:0
2021/02/28 11:17:04 [debug] 81313#0: sigsuspend
2021/02/28 11:17:04 [debug] 81346#0: malloc: 00007F92C0008000:118784
2021/02/28 11:17:04 [debug] 81346#0: malloc: 00007F92B0008000:53248
2021/02/28 11:17:04 [debug] 81346#0: malloc: 00007F92B0018000:53248
2021/02/28 11:17:04 [debug] 81350#0: add cleanup: 00007F92E80DB508
2021/02/28 11:17:04 [debug] 81350#0: malloc: 00007F92DF1175D0:8
2021/02/28 11:17:04 [notice] 81313#0: signal 23 (SIGIO) received from 81346
2021/02/28 11:17:04 [debug] 81313#0: wake up, sigio 0
2021/02/28 11:17:04 [debug] 81313#0: sigsuspend
2021/02/28 11:17:04 [notice] 81313#0: signal 23 (SIGIO) received
2021/02/28 11:17:04 [notice] 81313#0: signal 20 (SIGCHLD) received from 81346
2021/02/28 11:17:04 [alert] 81313#0: cache manager process 81346 exited on signal 11
Any ideas?
I just compiled the module as a dynamic module on macOS (nginx 1.19.7 installed via Homebrew) and when I add the load_module directive in nginx.conf and start the server, the error log gets flooded with the following errors (with high CPU utilization):
2021/02/28 11:05:10 [alert] 42874#0: worker process 49555 exited on signal 11
2021/02/28 11:05:10 [alert] 42874#0: cache manager process 49558 exited on signal 11
Turning on debug logging produces the following (repeatedly):
2021/02/28 11:17:04 [debug] 81313#0: bind() 127.0.0.1:3333 #7
2021/02/28 11:17:04 [debug] 81313#0: bind() 0.0.0.0:80 #8
2021/02/28 11:17:04 [debug] 81313#0: bind() 0.0.0.0:443 #9
2021/02/28 11:17:04 [notice] 81313#0: using the "kqueue" event method
2021/02/28 11:17:04 [warn] 81313#0: 1024 worker_connections exceed open file resource limit: 256
2021/02/28 11:17:04 [debug] 81313#0: counter: 000000010396D080, 1
2021/02/28 11:17:04 [notice] 81313#0: nginx/1.19.7
2021/02/28 11:17:04 [notice] 81313#0: built by clang 12.0.0 (clang-1200.0.32.29)
2021/02/28 11:17:04 [notice] 81313#0: OS: Darwin 20.3.0
2021/02/28 11:17:04 [notice] 81313#0: hw.ncpu: 8
2021/02/28 11:17:04 [notice] 81313#0: net.inet.tcp.sendspace: 131072
2021/02/28 11:17:04 [notice] 81313#0: kern.ipc.somaxconn: 128
2021/02/28 11:17:04 [notice] 81313#0: getrlimit(RLIMIT_NOFILE): 256:9223372036854775807
2021/02/28 11:17:04 [debug] 81313#0: write: 10, 00007FFEEC455A70, 6, 0
2021/02/28 11:17:04 [debug] 81313#0: setproctitle: "nginx: master process /usr/local/opt/nginx/bin/nginx -g daemon off;"
2021/02/28 11:17:04 [notice] 81313#0: start worker processes
2021/02/28 11:17:04 [debug] 81313#0: channel 3:10
2021/02/28 11:17:04 [notice] 81313#0: start worker process 81326
2021/02/28 11:17:04 [debug] 81313#0: channel 11:12
2021/02/28 11:17:04 [debug] 81326#0: add cleanup: 00007F92E80DB508
2021/02/28 11:17:04 [debug] 81326#0: malloc: 00007F92DE704290:8
2021/02/28 11:17:04 [notice] 81313#0: start worker process 81327
2021/02/28 11:17:04 [debug] 81313#0: pass channel s:1 pid:81327 fd:11 to s:0 pid:81326 fd:3
2021/02/28 11:17:04 [debug] 81313#0: channel 13:14
2021/02/28 11:17:04 [debug] 81327#0: add cleanup: 00007F92E80DB508
2021/02/28 11:17:04 [debug] 81327#0: malloc: 00007F92DF004340:8
2021/02/28 11:17:04 [notice] 81313#0: start cache manager process 81328
2021/02/28 11:17:04 [debug] 81313#0: pass channel s:2 pid:81328 fd:13 to s:0 pid:81326 fd:3
2021/02/28 11:17:04 [debug] 81313#0: pass channel s:2 pid:81328 fd:13 to s:1 pid:81327 fd:11
2021/02/28 11:17:04 [debug] 81313#0: channel 15:16
2021/02/28 11:17:04 [debug] 81328#0: close listening 127.0.0.1:3333 #7
2021/02/28 11:17:04 [notice] 81313#0: start cache loader process 81330
2021/02/28 11:17:04 [debug] 81328#0: close listening 0.0.0.0:80 #8
2021/02/28 11:17:04 [debug] 81328#0: close listening 0.0.0.0:443 #9
2021/02/28 11:17:04 [debug] 81328#0: add cleanup: 00007F92E80DB508
2021/02/28 11:17:04 [debug] 81328#0: malloc: 00007F92DE6040A0:8
2021/02/28 11:17:04 [debug] 81313#0: pass channel s:3 pid:81330 fd:15 to s:0 pid:81326 fd:3
2021/02/28 11:17:04 [debug] 81313#0: pass channel s:3 pid:81330 fd:15 to s:1 pid:81327 fd:11
2021/02/28 11:17:04 [debug] 81313#0: pass channel s:3 pid:81330 fd:15 to s:2 pid:81328 fd:13
2021/02/28 11:17:04 [debug] 81313#0: sigsuspend
2021/02/28 11:17:04 [debug] 81330#0: close listening 127.0.0.1:3333 #7
2021/02/28 11:17:04 [debug] 81330#0: close listening 0.0.0.0:80 #8
2021/02/28 11:17:04 [debug] 81330#0: close listening 0.0.0.0:443 #9
2021/02/28 11:17:04 [debug] 81330#0: add cleanup: 00007F92E80DB508
2021/02/28 11:17:04 [debug] 81330#0: malloc: 00007F92DF004390:8
2021/02/28 11:17:04 [debug] 81326#0: malloc: 00007F92E80DC800:16384
2021/02/28 11:17:04 [debug] 81326#0: malloc: 00007F92E800C600:16384
2021/02/28 11:17:04 [debug] 81327#0: malloc: 00007F92CF808200:16384
2021/02/28 11:17:04 [debug] 81327#0: malloc: 00007F92E8811A00:16384
2021/02/28 11:17:04 [debug] 81326#0: malloc: 00007F92C0008000:237568
2021/02/28 11:17:04 [debug] 81327#0: malloc: 00007F92C0008000:237568
2021/02/28 11:17:04 [debug] 81327#0: malloc: 00007F92C0048000:106496
2021/02/28 11:17:04 [debug] 81326#0: malloc: 00007F92B0008000:106496
2021/02/28 11:17:04 [debug] 81327#0: malloc: 00007F92C0068000:106496
2021/02/28 11:17:04 [debug] 81326#0: malloc: 00007F92B8008000:106496
2021/02/28 11:17:04 [debug] 81328#0: malloc: 00007F92CF808200:16384
2021/02/28 11:17:04 [debug] 81328#0: malloc: 00007F92CF80C200:16384
2021/02/28 11:17:04 [debug] 81327#0: kevent set event: 7: ft:-1 fl:0005
2021/02/28 11:17:04 [debug] 81326#0: kevent set event: 7: ft:-1 fl:0005
2021/02/28 11:17:04 [debug] 81326#0: kevent set event: 8: ft:-1 fl:0005
2021/02/28 11:17:04 [debug] 81326#0: kevent set event: 9: ft:-1 fl:0005
2021/02/28 11:17:04 [debug] 81327#0: kevent set event: 8: ft:-1 fl:0005
2021/02/28 11:17:04 [debug] 81328#0: malloc: 00007F92C0008000:118784
2021/02/28 11:17:04 [debug] 81327#0: kevent set event: 9: ft:-1 fl:0005
2021/02/28 11:17:04 [debug] 81328#0: malloc: 00007F92B0008000:53248
2021/02/28 11:17:04 [debug] 81328#0: malloc: 00007F92C0028000:53248
2021/02/28 11:17:04 [notice] 81313#0: signal 20 (SIGCHLD) received from 81326
2021/02/28 11:17:04 [alert] 81313#0: worker process 81327 exited on signal 11
2021/02/28 11:17:04 [debug] 81313#0: shmtx forced unlock
2021/02/28 11:17:04 [debug] 81313#0: shmtx forced unlock
2021/02/28 11:17:04 [debug] 81313#0: shmtx forced unlock
2021/02/28 11:17:04 [alert] 81313#0: worker process 81326 exited on signal 11
2021/02/28 11:17:04 [debug] 81313#0: shmtx forced unlock
2021/02/28 11:17:04 [debug] 81313#0: shmtx forced unlock
2021/02/28 11:17:04 [debug] 81313#0: shmtx forced unlock
2021/02/28 11:17:04 [debug] 81330#0: malloc: 00007F92E8811A00:16384
2021/02/28 11:17:04 [debug] 81330#0: malloc: 00007F92E8815A00:16384
2021/02/28 11:17:04 [debug] 81313#0: wake up, sigio 0
2021/02/28 11:17:04 [debug] 81330#0: malloc: 00007F92C0008000:118784
2021/02/28 11:17:04 [debug] 81313#0: reap children
2021/02/28 11:17:04 [debug] 81330#0: malloc: 00007F92E0008000:53248
2021/02/28 11:17:04 [debug] 81313#0: child: 0 81326 e:0 t:1 d:0 r:1 j:0
2021/02/28 11:17:04 [debug] 81313#0: pass close channel s:0 pid:81326 to:81328
2021/02/28 11:17:04 [debug] 81330#0: malloc: 00007F92E0018000:53248
2021/02/28 11:17:04 [debug] 81313#0: pass close channel s:0 pid:81326 to:81330
2021/02/28 11:17:04 [debug] 81313#0: channel 3:10
2021/02/28 11:17:04 [notice] 81313#0: start worker process 81334
2021/02/28 11:17:04 [debug] 81313#0: pass channel s:0 pid:81334 fd:3 to s:1 pid:81327 fd:11
2021/02/28 11:17:04 [debug] 81313#0: pass channel s:0 pid:81334 fd:3 to s:2 pid:81328 fd:13
2021/02/28 11:17:04 [debug] 81313#0: pass channel s:0 pid:81334 fd:3 to s:3 pid:81330 fd:15
2021/02/28 11:17:04 [debug] 81313#0: child: 1 81327 e:0 t:1 d:0 r:1 j:0
2021/02/28 11:17:04 [debug] 81313#0: pass close channel s:1 pid:81327 to:81334
2021/02/28 11:17:04 [debug] 81313#0: pass close channel s:1 pid:81327 to:81328
2021/02/28 11:17:04 [debug] 81313#0: pass close channel s:1 pid:81327 to:81330
2021/02/28 11:17:04 [debug] 81313#0: channel 11:12
2021/02/28 11:17:04 [debug] 81334#0: add cleanup: 00007F92E80DB508
2021/02/28 11:17:04 [debug] 81334#0: malloc: 00007F92DE407CA0:8
2021/02/28 11:17:04 [notice] 81313#0: start worker process 81335
2021/02/28 11:17:04 [debug] 81313#0: pass channel s:1 pid:81335 fd:11 to s:0 pid:81334 fd:3
2021/02/28 11:17:04 [debug] 81313#0: pass channel s:1 pid:81335 fd:11 to s:2 pid:81328 fd:13
2021/02/28 11:17:04 [debug] 81313#0: pass channel s:1 pid:81335 fd:11 to s:3 pid:81330 fd:15
2021/02/28 11:17:04 [debug] 81313#0: child: 2 81328 e:0 t:0 d:0 r:1 j:0
2021/02/28 11:17:04 [debug] 81313#0: child: 3 81330 e:0 t:0 d:0 r:0 j:0
2021/02/28 11:17:04 [debug] 81313#0: sigsuspend
2021/02/28 11:17:04 [notice] 81313#0: signal 23 (SIGIO) received
2021/02/28 11:17:04 [notice] 81313#0: signal 20 (SIGCHLD) received from 81330
2021/02/28 11:17:04 [alert] 81313#0: cache loader process 81330 exited on signal 11
2021/02/28 11:17:04 [debug] 81313#0: shmtx forced unlock
2021/02/28 11:17:04 [debug] 81313#0: shmtx forced unlock
2021/02/28 11:17:04 [debug] 81313#0: shmtx forced unlock
2021/02/28 11:17:04 [alert] 81313#0: cache manager process 81328 exited on signal 11
2021/02/28 11:17:04 [debug] 81313#0: shmtx forced unlock
2021/02/28 11:17:04 [debug] 81313#0: shmtx forced unlock
2021/02/28 11:17:04 [debug] 81313#0: shmtx forced unlock
2021/02/28 11:17:04 [debug] 81313#0: wake up, sigio 0
2021/02/28 11:17:04 [debug] 81313#0: reap children
2021/02/28 11:17:04 [debug] 81313#0: child: 0 81334 e:0 t:0 d:0 r:1 j:0
2021/02/28 11:17:04 [debug] 81313#0: child: 1 81335 e:0 t:0 d:0 r:1 j:0
2021/02/28 11:17:04 [debug] 81313#0: child: 2 81328 e:0 t:1 d:0 r:1 j:0
2021/02/28 11:17:04 [debug] 81313#0: pass close channel s:2 pid:81328 to:81334
2021/02/28 11:17:04 [debug] 81313#0: pass close channel s:2 pid:81328 to:81335
2021/02/28 11:17:04 [debug] 81313#0: channel 13:14
2021/02/28 11:17:04 [debug] 81335#0: add cleanup: 00007F92E80DB508
2021/02/28 11:17:04 [debug] 81335#0: malloc: 00007F92DF1175D0:8
2021/02/28 11:17:04 [notice] 81313#0: start cache manager process 81336
2021/02/28 11:17:04 [debug] 81313#0: pass channel s:2 pid:81336 fd:13 to s:0 pid:81334 fd:3
2021/02/28 11:17:04 [debug] 81313#0: pass channel s:2 pid:81336 fd:13 to s:1 pid:81335 fd:11
2021/02/28 11:17:04 [debug] 81313#0: pass channel s:2 pid:81336 fd:13 to s:3 pid:81330 fd:15
2021/02/28 11:17:04 [debug] 81313#0: child: 3 81330 e:0 t:1 d:0 r:0 j:0
2021/02/28 11:17:04 [debug] 81313#0: pass close channel s:3 pid:81330 to:81334
2021/02/28 11:17:04 [debug] 81313#0: pass close channel s:3 pid:81330 to:81335
2021/02/28 11:17:04 [debug] 81313#0: pass close channel s:3 pid:81330 to:81336
2021/02/28 11:17:04 [debug] 81313#0: sigsuspend
2021/02/28 11:17:04 [debug] 81336#0: close listening 127.0.0.1:3333 #7
2021/02/28 11:17:04 [debug] 81336#0: close listening 0.0.0.0:80 #8
2021/02/28 11:17:04 [debug] 81336#0: close listening 0.0.0.0:443 #9
2021/02/28 11:17:04 [debug] 81336#0: add cleanup: 00007F92E80DB508
2021/02/28 11:17:04 [debug] 81336#0: malloc: 00007F92DF004330:8
2021/02/28 11:17:04 [debug] 81334#0: malloc: 00007F92E8811A00:16384
2021/02/28 11:17:04 [debug] 81334#0: malloc: 00007F92E8815A00:16384
2021/02/28 11:17:04 [debug] 81334#0: malloc: 00007F92C0008000:237568
2021/02/28 11:17:04 [debug] 81334#0: malloc: 00007F92C0048000:106496
2021/02/28 11:17:04 [debug] 81334#0: malloc: 00007F92C0068000:106496
2021/02/28 11:17:04 [debug] 81335#0: malloc: 00007F92CF008200:16384
2021/02/28 11:17:04 [debug] 81335#0: malloc: 00007F92CF00C200:16384
2021/02/28 11:17:04 [debug] 81335#0: malloc: 00007F92C0008000:237568
2021/02/28 11:17:04 [debug] 81335#0: malloc: 00007F92C0048000:106496
2021/02/28 11:17:04 [debug] 81334#0: kevent set event: 7: ft:-1 fl:0005
2021/02/28 11:17:04 [debug] 81334#0: kevent set event: 8: ft:-1 fl:0005
2021/02/28 11:17:04 [debug] 81334#0: kevent set event: 9: ft:-1 fl:0005
2021/02/28 11:17:04 [debug] 81335#0: malloc: 00007F92C0068000:106496
2021/02/28 11:17:04 [notice] 81313#0: signal 23 (SIGIO) received from 81334
2021/02/28 11:17:04 [debug] 81313#0: wake up, sigio 0
2021/02/28 11:17:04 [debug] 81313#0: sigsuspend
2021/02/28 11:17:04 [debug] 81335#0: kevent set event: 7: ft:-1 fl:0005
2021/02/28 11:17:04 [debug] 81335#0: kevent set event: 8: ft:-1 fl:0005
2021/02/28 11:17:04 [debug] 81335#0: kevent set event: 9: ft:-1 fl:0005
2021/02/28 11:17:04 [notice] 81313#0: signal 23 (SIGIO) received
2021/02/28 11:17:04 [notice] 81313#0: signal 20 (SIGCHLD) received from 81334
2021/02/28 11:17:04 [alert] 81313#0: worker process 81334 exited on signal 11
2021/02/28 11:17:04 [debug] 81313#0: shmtx forced unlock
2021/02/28 11:17:04 [debug] 81313#0: shmtx forced unlock
2021/02/28 11:17:04 [debug] 81313#0: shmtx forced unlock
2021/02/28 11:17:04 [debug] 81313#0: wake up, sigio 0
2021/02/28 11:17:04 [debug] 81313#0: reap children
2021/02/28 11:17:04 [debug] 81313#0: child: 0 81334 e:0 t:1 d:0 r:1 j:0
2021/02/28 11:17:04 [debug] 81313#0: pass close channel s:0 pid:81334 to:81335
2021/02/28 11:17:04 [debug] 81313#0: pass close channel s:0 pid:81334 to:81336
2021/02/28 11:17:04 [debug] 81313#0: channel 3:10
2021/02/28 11:17:04 [debug] 81336#0: malloc: 00007F92E8811A00:16384
2021/02/28 11:17:04 [debug] 81336#0: malloc: 00007F92E8815A00:16384
2021/02/28 11:17:04 [debug] 81336#0: malloc: 00007F92C0008000:118784
2021/02/28 11:17:04 [debug] 81336#0: malloc: 00007F92C0028000:53248
2021/02/28 11:17:04 [debug] 81336#0: malloc: 00007F92C0038000:53248
2021/02/28 11:17:04 [notice] 81313#0: start worker process 81338
2021/02/28 11:17:04 [debug] 81313#0: pass channel s:0 pid:81338 fd:3 to s:1 pid:81335 fd:11
2021/02/28 11:17:04 [debug] 81313#0: pass channel s:0 pid:81338 fd:3 to s:2 pid:81336 fd:13
2021/02/28 11:17:04 [debug] 81313#0: child: 1 81335 e:0 t:0 d:0 r:1 j:0
2021/02/28 11:17:04 [debug] 81313#0: child: 2 81336 e:0 t:0 d:0 r:1 j:0
2021/02/28 11:17:04 [debug] 81313#0: sigsuspend
2021/02/28 11:17:04 [notice] 81313#0: signal 23 (SIGIO) received
2021/02/28 11:17:04 [debug] 81338#0: add cleanup: 00007F92E80DB508
2021/02/28 11:17:04 [debug] 81338#0: malloc: 00007F92DE704290:8
2021/02/28 11:17:04 [notice] 81313#0: signal 20 (SIGCHLD) received from 81336
2021/02/28 11:17:04 [alert] 81313#0: cache manager process 81336 exited on signal 11
2021/02/28 11:17:04 [debug] 81313#0: shmtx forced unlock
2021/02/28 11:17:04 [debug] 81313#0: shmtx forced unlock
2021/02/28 11:17:04 [debug] 81313#0: shmtx forced unlock
2021/02/28 11:17:04 [alert] 81313#0: worker process 81335 exited on signal 11
2021/02/28 11:17:04 [debug] 81313#0: shmtx forced unlock
2021/02/28 11:17:04 [debug] 81313#0: shmtx forced unlock
2021/02/28 11:17:04 [debug] 81313#0: shmtx forced unlock
2021/02/28 11:17:04 [debug] 81313#0: wake up, sigio 0
2021/02/28 11:17:04 [debug] 81313#0: reap children
2021/02/28 11:17:04 [debug] 81313#0: child: 0 81338 e:0 t:0 d:0 r:1 j:0
2021/02/28 11:17:04 [debug] 81313#0: child: 1 81335 e:0 t:1 d:0 r:1 j:0
2021/02/28 11:17:04 [debug] 81313#0: pass close channel s:1 pid:81335 to:81338
2021/02/28 11:17:04 [debug] 81313#0: channel 11:12
2021/02/28 11:17:04 [notice] 81313#0: start worker process 81339
2021/02/28 11:17:04 [debug] 81313#0: pass channel s:1 pid:81339 fd:11 to s:0 pid:81338 fd:3
2021/02/28 11:17:04 [debug] 81313#0: pass channel s:1 pid:81339 fd:11 to s:2 pid:81336 fd:13
2021/02/28 11:17:04 [debug] 81313#0: child: 2 81336 e:0 t:1 d:0 r:1 j:0
2021/02/28 11:17:04 [debug] 81313#0: pass close channel s:2 pid:81336 to:81338
2021/02/28 11:17:04 [debug] 81313#0: pass close channel s:2 pid:81336 to:81339
2021/02/28 11:17:04 [debug] 81313#0: channel 13:14
2021/02/28 11:17:04 [debug] 81339#0: add cleanup: 00007F92E80DB508
2021/02/28 11:17:04 [debug] 81339#0: malloc: 00007F92DF004390:8
2021/02/28 11:17:04 [debug] 81338#0: malloc: 00007F92CF808200:16384
2021/02/28 11:17:04 [debug] 81338#0: malloc: 00007F92CF80C200:16384
2021/02/28 11:17:04 [debug] 81338#0: malloc: 00007F92C0008000:237568
2021/02/28 11:17:04 [debug] 81338#0: malloc: 00007F92C0048000:106496
2021/02/28 11:17:04 [debug] 81338#0: malloc: 00007F92C0068000:106496
2021/02/28 11:17:04 [debug] 81338#0: kevent set event: 7: ft:-1 fl:0005
2021/02/28 11:17:04 [debug] 81338#0: kevent set event: 8: ft:-1 fl:0005
2021/02/28 11:17:04 [debug] 81338#0: kevent set event: 9: ft:-1 fl:0005
2021/02/28 11:17:04 [notice] 81313#0: start cache manager process 81340
2021/02/28 11:17:04 [debug] 81313#0: pass channel s:2 pid:81340 fd:13 to s:0 pid:81338 fd:3
2021/02/28 11:17:04 [debug] 81313#0: pass channel s:2 pid:81340 fd:13 to s:1 pid:81339 fd:11
2021/02/28 11:17:04 [debug] 81313#0: sigsuspend
2021/02/28 11:17:04 [notice] 81313#0: signal 23 (SIGIO) received
2021/02/28 11:17:04 [notice] 81313#0: signal 20 (SIGCHLD) received from 81338
2021/02/28 11:17:04 [alert] 81313#0: worker process 81338 exited on signal 11
2021/02/28 11:17:04 [debug] 81313#0: shmtx forced unlock
2021/02/28 11:17:04 [debug] 81313#0: shmtx forced unlock
2021/02/28 11:17:04 [debug] 81313#0: shmtx forced unlock
2021/02/28 11:17:04 [debug] 81313#0: wake up, sigio 0
2021/02/28 11:17:04 [debug] 81313#0: reap children
2021/02/28 11:17:04 [debug] 81313#0: child: 0 81338 e:0 t:1 d:0 r:1 j:0
2021/02/28 11:17:04 [debug] 81313#0: pass close channel s:0 pid:81338 to:81339
2021/02/28 11:17:04 [debug] 81313#0: pass close channel s:0 pid:81338 to:81340
2021/02/28 11:17:04 [debug] 81340#0: close listening 127.0.0.1:3333 #7
2021/02/28 11:17:04 [debug] 81313#0: channel 3:10
2021/02/28 11:17:04 [debug] 81339#0: malloc: 00007F92CF008200:16384
2021/02/28 11:17:04 [debug] 81339#0: malloc: 00007F92CF00C200:16384
2021/02/28 11:17:04 [debug] 81340#0: close listening 0.0.0.0:80 #8
2021/02/28 11:17:04 [debug] 81339#0: malloc: 00007F92C0008000:237568
2021/02/28 11:17:04 [debug] 81339#0: malloc: 00007F92C0048000:106496
2021/02/28 11:17:04 [debug] 81340#0: close listening 0.0.0.0:443 #9
2021/02/28 11:17:04 [debug] 81339#0: malloc: 00007F92C0068000:106496
2021/02/28 11:17:04 [debug] 81340#0: add cleanup: 00007F92E80DB508
2021/02/28 11:17:04 [debug] 81340#0: malloc: 00007F92DF1175D0:8
2021/02/28 11:17:04 [debug] 81339#0: kevent set event: 7: ft:-1 fl:0005
2021/02/28 11:17:04 [debug] 81339#0: kevent set event: 8: ft:-1 fl:0005
2021/02/28 11:17:04 [debug] 81339#0: kevent set event: 9: ft:-1 fl:0005
2021/02/28 11:17:04 [notice] 81313#0: start worker process 81342
2021/02/28 11:17:04 [debug] 81313#0: pass channel s:0 pid:81342 fd:3 to s:1 pid:81339 fd:11
2021/02/28 11:17:04 [debug] 81313#0: pass channel s:0 pid:81342 fd:3 to s:2 pid:81340 fd:13
2021/02/28 11:17:04 [debug] 81313#0: child: 1 81339 e:0 t:0 d:0 r:1 j:0
2021/02/28 11:17:04 [debug] 81313#0: child: 2 81340 e:0 t:0 d:0 r:1 j:0
2021/02/28 11:17:04 [debug] 81313#0: sigsuspend
2021/02/28 11:17:04 [notice] 81313#0: signal 23 (SIGIO) received
2021/02/28 11:17:04 [notice] 81313#0: signal 20 (SIGCHLD) received from 81339
2021/02/28 11:17:04 [alert] 81313#0: worker process 81339 exited on signal 11
2021/02/28 11:17:04 [debug] 81313#0: shmtx forced unlock
2021/02/28 11:17:04 [debug] 81313#0: shmtx forced unlock
2021/02/28 11:17:04 [debug] 81313#0: shmtx forced unlock
2021/02/28 11:17:04 [debug] 81313#0: wake up, sigio 0
2021/02/28 11:17:04 [debug] 81313#0: reap children
2021/02/28 11:17:04 [debug] 81313#0: child: 0 81342 e:0 t:0 d:0 r:1 j:0
2021/02/28 11:17:04 [debug] 81313#0: child: 1 81339 e:0 t:1 d:0 r:1 j:0
2021/02/28 11:17:04 [debug] 81313#0: pass close channel s:1 pid:81339 to:81342
2021/02/28 11:17:04 [debug] 81313#0: pass close channel s:1 pid:81339 to:81340
2021/02/28 11:17:04 [debug] 81313#0: channel 11:12
2021/02/28 11:17:04 [debug] 81342#0: add cleanup: 00007F92E80DB508
2021/02/28 11:17:04 [debug] 81342#0: malloc: 00007F92DE6040A0:8
2021/02/28 11:17:04 [debug] 81340#0: malloc: 00007F92CF808200:16384
2021/02/28 11:17:04 [debug] 81340#0: malloc: 00007F92CF80C200:16384
2021/02/28 11:17:04 [debug] 81340#0: malloc: 00007F92C0008000:118784
2021/02/28 11:17:04 [debug] 81340#0: malloc: 00007F92C0028000:53248
2021/02/28 11:17:04 [debug] 81340#0: malloc: 00007F92C0038000:53248
2021/02/28 11:17:04 [notice] 81313#0: start worker process 81344
2021/02/28 11:17:04 [debug] 81313#0: pass channel s:1 pid:81344 fd:11 to s:0 pid:81342 fd:3
2021/02/28 11:17:04 [debug] 81313#0: pass channel s:1 pid:81344 fd:11 to s:2 pid:81340 fd:13
2021/02/28 11:17:04 [debug] 81313#0: child: 2 81340 e:0 t:0 d:0 r:1 j:0
2021/02/28 11:17:04 [debug] 81313#0: sigsuspend
2021/02/28 11:17:04 [notice] 81313#0: signal 23 (SIGIO) received from 81340
2021/02/28 11:17:04 [debug] 81313#0: wake up, sigio 0
2021/02/28 11:17:04 [debug] 81313#0: sigsuspend
2021/02/28 11:17:04 [notice] 81313#0: signal 23 (SIGIO) received
2021/02/28 11:17:04 [notice] 81313#0: signal 20 (SIGCHLD) received from 81340
2021/02/28 11:17:04 [alert] 81313#0: cache manager process 81340 exited on signal 11
2021/02/28 11:17:04 [debug] 81313#0: shmtx forced unlock
2021/02/28 11:17:04 [debug] 81313#0: shmtx forced unlock
2021/02/28 11:17:04 [debug] 81313#0: shmtx forced unlock
2021/02/28 11:17:04 [debug] 81344#0: add cleanup: 00007F92E80DB508
2021/02/28 11:17:04 [debug] 81313#0: wake up, sigio 0
2021/02/28 11:17:04 [debug] 81313#0: reap children
2021/02/28 11:17:04 [debug] 81313#0: child: 0 81342 e:0 t:0 d:0 r:1 j:0
2021/02/28 11:17:04 [debug] 81313#0: child: 1 81344 e:0 t:0 d:0 r:1 j:0
2021/02/28 11:17:04 [debug] 81313#0: child: 2 81340 e:0 t:1 d:0 r:1 j:0
2021/02/28 11:17:04 [debug] 81313#0: pass close channel s:2 pid:81340 to:81342
2021/02/28 11:17:04 [debug] 81313#0: pass close channel s:2 pid:81340 to:81344
2021/02/28 11:17:04 [debug] 81344#0: malloc: 00007F92DE407CA0:8
2021/02/28 11:17:04 [debug] 81313#0: channel 13:14
2021/02/28 11:17:04 [debug] 81342#0: malloc: 00007F92DF82CE00:16384
2021/02/28 11:17:04 [debug] 81342#0: malloc: 00007F92DF830E00:16384
2021/02/28 11:17:04 [debug] 81342#0: malloc: 00007F92C0008000:237568
2021/02/28 11:17:04 [debug] 81342#0: malloc: 00007F92C0048000:106496
2021/02/28 11:17:04 [debug] 81342#0: malloc: 00007F92C0068000:106496
2021/02/28 11:17:04 [debug] 81342#0: kevent set event: 7: ft:-1 fl:0005
2021/02/28 11:17:04 [debug] 81342#0: kevent set event: 8: ft:-1 fl:0005
2021/02/28 11:17:04 [debug] 81342#0: kevent set event: 9: ft:-1 fl:0005
2021/02/28 11:17:04 [debug] 81344#0: malloc: 00007F92CF008200:16384
2021/02/28 11:17:04 [debug] 81344#0: malloc: 00007F92CF00C200:16384
2021/02/28 11:17:04 [debug] 81344#0: malloc: 00007F92C0008000:237568
2021/02/28 11:17:04 [debug] 81344#0: malloc: 00007F92C0048000:106496
2021/02/28 11:17:04 [notice] 81313#0: start cache manager process 81346
2021/02/28 11:17:04 [debug] 81313#0: pass channel s:2 pid:81346 fd:13 to s:0 pid:81342 fd:3
2021/02/28 11:17:04 [debug] 81344#0: malloc: 00007F92C0068000:106496
2021/02/28 11:17:04 [debug] 81313#0: pass channel s:2 pid:81346 fd:13 to s:1 pid:81344 fd:11
2021/02/28 11:17:04 [debug] 81313#0: sigsuspend
2021/02/28 11:17:04 [notice] 81313#0: signal 23 (SIGIO) received
2021/02/28 11:17:04 [notice] 81313#0: signal 20 (SIGCHLD) received from 81342
2021/02/28 11:17:04 [alert] 81313#0: worker process 81342 exited on signal 11
2021/02/28 11:17:04 [debug] 81313#0: shmtx forced unlock
2021/02/28 11:17:04 [debug] 81313#0: shmtx forced unlock
2021/02/28 11:17:04 [debug] 81313#0: shmtx forced unlock
2021/02/28 11:17:04 [debug] 81344#0: kevent set event: 7: ft:-1 fl:0005
2021/02/28 11:17:04 [debug] 81344#0: kevent set event: 8: ft:-1 fl:0005
2021/02/28 11:17:04 [debug] 81344#0: kevent set event: 9: ft:-1 fl:0005
2021/02/28 11:17:04 [debug] 81313#0: wake up, sigio 0
2021/02/28 11:17:04 [debug] 81313#0: reap children
2021/02/28 11:17:04 [debug] 81313#0: child: 0 81342 e:0 t:1 d:0 r:1 j:0
2021/02/28 11:17:04 [debug] 81313#0: pass close channel s:0 pid:81342 to:81344
2021/02/28 11:17:04 [debug] 81346#0: close listening 127.0.0.1:3333 #7
2021/02/28 11:17:04 [debug] 81313#0: pass close channel s:0 pid:81342 to:81346
2021/02/28 11:17:04 [debug] 81346#0: close listening 0.0.0.0:80 #8
2021/02/28 11:17:04 [debug] 81346#0: close listening 0.0.0.0:443 #9
2021/02/28 11:17:04 [debug] 81313#0: channel 3:10
2021/02/28 11:17:04 [debug] 81346#0: add cleanup: 00007F92E80DB508
2021/02/28 11:17:04 [debug] 81346#0: malloc: 00007F92DF1175D0:8
2021/02/28 11:17:04 [notice] 81313#0: start worker process 81348
2021/02/28 11:17:04 [debug] 81313#0: pass channel s:0 pid:81348 fd:3 to s:1 pid:81344 fd:11
2021/02/28 11:17:04 [debug] 81313#0: pass channel s:0 pid:81348 fd:3 to s:2 pid:81346 fd:13
2021/02/28 11:17:04 [debug] 81313#0: child: 1 81344 e:0 t:0 d:0 r:1 j:0
2021/02/28 11:17:04 [debug] 81313#0: child: 2 81346 e:0 t:0 d:0 r:1 j:0
2021/02/28 11:17:04 [debug] 81313#0: sigsuspend
2021/02/28 11:17:04 [notice] 81313#0: signal 23 (SIGIO) received
2021/02/28 11:17:04 [notice] 81313#0: signal 20 (SIGCHLD) received from 81344
2021/02/28 11:17:04 [alert] 81313#0: worker process 81344 exited on signal 11
2021/02/28 11:17:04 [debug] 81313#0: shmtx forced unlock
2021/02/28 11:17:04 [debug] 81313#0: shmtx forced unlock
2021/02/28 11:17:04 [debug] 81313#0: shmtx forced unlock
2021/02/28 11:17:04 [debug] 81313#0: wake up, sigio 0
2021/02/28 11:17:04 [debug] 81313#0: reap children
2021/02/28 11:17:04 [debug] 81313#0: child: 0 81348 e:0 t:0 d:0 r:1 j:0
2021/02/28 11:17:04 [debug] 81348#0: add cleanup: 00007F92E80DB508
2021/02/28 11:17:04 [debug] 81348#0: malloc: 00007F92DE6040A0:8
2021/02/28 11:17:04 [debug] 81313#0: child: 1 81344 e:0 t:1 d:0 r:1 j:0
2021/02/28 11:17:04 [debug] 81313#0: pass close channel s:1 pid:81344 to:81348
2021/02/28 11:17:04 [debug] 81313#0: pass close channel s:1 pid:81344 to:81346
2021/02/28 11:17:04 [debug] 81313#0: channel 11:12
2021/02/28 11:17:04 [debug] 81346#0: malloc: 00007F92CE808600:16384
2021/02/28 11:17:04 [debug] 81346#0: malloc: 00007F92CE80C600:16384
2021/02/28 11:17:04 [notice] 81313#0: start worker process 81350
2021/02/28 11:17:04 [debug] 81313#0: pass channel s:1 pid:81350 fd:11 to s:0 pid:81348 fd:3
2021/02/28 11:17:04 [debug] 81313#0: pass channel s:1 pid:81350 fd:11 to s:2 pid:81346 fd:13
2021/02/28 11:17:04 [debug] 81313#0: child: 2 81346 e:0 t:0 d:0 r:1 j:0
2021/02/28 11:17:04 [debug] 81313#0: sigsuspend
2021/02/28 11:17:04 [debug] 81346#0: malloc: 00007F92C0008000:118784
2021/02/28 11:17:04 [debug] 81346#0: malloc: 00007F92B0008000:53248
2021/02/28 11:17:04 [debug] 81346#0: malloc: 00007F92B0018000:53248
2021/02/28 11:17:04 [debug] 81350#0: add cleanup: 00007F92E80DB508
2021/02/28 11:17:04 [debug] 81350#0: malloc: 00007F92DF1175D0:8
2021/02/28 11:17:04 [notice] 81313#0: signal 23 (SIGIO) received from 81346
2021/02/28 11:17:04 [debug] 81313#0: wake up, sigio 0
2021/02/28 11:17:04 [debug] 81313#0: sigsuspend
2021/02/28 11:17:04 [notice] 81313#0: signal 23 (SIGIO) received
2021/02/28 11:17:04 [notice] 81313#0: signal 20 (SIGCHLD) received from 81346
2021/02/28 11:17:04 [alert] 81313#0: cache manager process 81346 exited on signal 11
Any ideas?