Re: [EXIM] glibc 2 && exim 1.92: Problems with signals

Página Principal
Apagar esta mensagem
Responder a esta mensagem
Autor: Piete Brooks
Data:  
Para: Philip Hazel
CC: Mark Baker, exim-users, Piete.Brooks
Assunto: Re: [EXIM] glibc 2 && exim 1.92: Problems with signals
> 3. Run the resulting program. The output should look like this:
>
>    Testing restarting signal; wait for handler message, then type a line
>    Used SA_RESTART
>    SIGALRM handler run
>    This is my input line
>    Read: This is my input line
>    Testing non-restarting signal; should read no data after handler message
>    Used sigaction() with flags = 0
>    SIGALRM handler run
>    No data read
>    Testing load averages
>    cpu time = 0.00 load average not available


Yup:

Testing restarting signal; wait for handler message, then type a line
Used SA_RESTART
SIGALRM handler run
This is my input line
Read: This is my input line
Testing non-restarting signal; should read no data after handler message
Used sigaction() with flags = 0
SIGALRM handler run
No data read
Testing load averages
cpu time = 0.00 load average not available


--
*** Exim information can be found at http://www.exim.org/ ***