Comment 43 for bug 13405

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-Id: <email address hidden>
Date: Sun, 27 Mar 2005 23:10:12 +0200
From: Frans Pop <email address hidden>
To: <email address hidden>
Cc: Marc Haber <email address hidden>,
 <email address hidden>
Subject: Re: Long pause when exim daemon is being stopped (was: Re: exim4 prone to break d-i,
 bug #297607)

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.