Bug#297607: Long pause when exim daemon is being stopped (was: Re: exim4 prone to break d-i, bug #297607)

Frans Pop Frans Pop <aragorn@tiscali.nl>, 297607@bugs.debian.org
Sun, 27 Mar 2005 23:10:12 +0200


On Sunday 27 March 2005 19:47, Marc Haber wrote:
> An strace of start-stop-daemon and the exim daemon with timestamps
> enabled would be nice.
>
OK. Here's the last piece of the puzzle. The strace for the daemon gives:
Process 7475 attached - interrupt to quit
21:04:29.883761 select(1, [0], NULL, NULL, NULL) = ? ERESTARTNOHAND (To be restarted)
21:04:40.296456 --- SIGTERM (Terminated) @ 0 (0) ---
21:04:40.297103 select(1, [0], NULL, NULL, NULL) = ? ERESTARTNOHAND (To be restarted)
21:04:50.309359 +++ killed by SIGKILL +++

The pause is clearly visible in the timings between the last 2 lines.