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

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Tamas TEVESZ
日付:  
To: Tom
CC: exim-users
題目: 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.