Re: [Exim] Child process of address_pipe transport returned …

Pàgina inicial
Delete this message
Reply to this message
Autor: Tamas TEVESZ
Data:  
A: Tom
CC: exim-users
Assumpte: Re: [Exim] Child process of address_pipe transport returned 75
On Thu, 25 Jan 2001, Tom wrote:

> What does exit code 75 mean?


itop:/tmp$ cat >err.c
#include <errno.h>
#include <stdio.h>
#include <stdlib.h>
int main(int argc, char* argv[]) {
printf("%s\n", strerror(atoi(argv[1])));
return 0;
}
itop:/tmp$ gcc err.c -o err
itop:/tmp$ ./err 75
Value too large for defined data type
itop:/tmp$



--
[-]
So, you're a Ph.D. Just don't touch anything.