In mod_dbd.c dbd_check() gets a SIGPIPE when the connection has been
shutdown because it is idle for too long. The SIGPIPE causes the thread to
terminate abruptly. Is mod_dbd.c or the underlying libraries supposed to
handle (or ignore) the SIGPIPE?