worker: Don't have worker abort when parent dies.
authorJustin Pettit <jpettit@nicira.com>
Sat, 26 Jan 2013 02:12:01 +0000 (18:12 -0800)
committerJustin Pettit <jpettit@nicira.com>
Sat, 26 Jan 2013 02:58:34 +0000 (18:58 -0800)
commit7c944cb900ec3a1f309148adb79fc339961cc6f4
tree9ce1e2c33836d51dce202d6c8776f3043dc87a4e
parentfea1494c0ebaa949da0c962980dc369e82fb4b5e
worker: Don't have worker abort when parent dies.

Depending on how forcefully the parent process is killed, the worker
could abort when trying to read or write on their shared socket.  This
changes those errors from VLOG_ABORT to VLOG_FATAL so that a core isn't
generated.

Bug #14821

Reported-by: Amey Bhide <abhide@nicira.com>
Signed-off-by: Justin Pettit <jpettit@nicira.com>
lib/worker.c