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:57:49 +0000 (18:57 -0800)
commit4ee064e947ca3008c054fda33de8b5963b07d851
tree95749ba50c0dc506a8e6a915a4fd568ffac47cd3
parentfa54c2d93ba08c61e97b7e04d1bc0c132ad1d81d
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