Subject: | [PATCH] order of operations fork bug |
The logic for reopening the log filehandle after a fork suffers from an
order of operations bug. Also, the handle will always be reopened in the
first logging call (note that it is already open from the constructor).
The attached patch fixes these issues and provides tests which expose
the error.
Subject: | patch |