Re: [EXIM] Exim in Linux Alpha

Página Principal
Apagar esta mensagem
Responder a esta mensagem
Autor: Peter Rye
Data:  
Para: gvz
CC: salvador, exim-users
Assunto: Re: [EXIM] Exim in Linux Alpha
>>>>> "Georg" == Georg v Zezschwitz <gvz@???> writes:

    Georg> Hi!  I don't know if the DEC Alpha will crash when you access a
    Georg> 2/4-byte integer at an odd address.


    Georg> You might check this with this small piece of code:


    Georg> void main(void) { int f[2], *p;


    Georg>     p = (int*)(((char*)f)+1); printf ("%d I survived\n", *p); }


    Georg> This would be my idea of a failure reason.


    Georg> However, I have no ideas about this. I think getting to know at
    Georg> what line in the source the process dies is pretty essential.


Alphas cope with this quite well, although you will see "unaligned trap"
messages in the "messages" log. Apparently the processor takes care of the unaligned
access internally at the cost of some speed.

Exim runs well under Alpha Linux.
I'd wonder whether the signal 11s and memory violations are more related to
a hardware problem.

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