]> Sergey Matveev's repositories - public-inbox.git/commit
ipc: do not die inside wq_worker child process
authorEric Wong <e@80x24.org>
Sun, 7 Feb 2021 08:51:47 +0000 (08:51 +0000)
committerEric Wong <e@80x24.org>
Sun, 7 Feb 2021 22:56:57 +0000 (22:56 +0000)
commit41045a11867303e5949f557dd37061923c37c202
tree41bf56097fa45567a119a485445fd796887f1522
parentff36e076103eef2713895fcb4b401f129ae4b6de
ipc: do not die inside wq_worker child process

die() in a child zips up the stack into the parent, which is
undesirable behavior.  We're going to exit anyways, just warn
and let exit(1) happen due to $@ being set.
lib/PublicInbox/IPC.pm