On Tue, 22 Jul 2003, [EMAIL PROTECTED] wrote:

>
> I have been running pre3 now for a few days and everything seems to be
> running good and stable once again.
>
> After running it for about 2 days..
> 54177 root           2   0  3864K  1728K poll     4:27  0.00%  0.00% XMail

Yes, there was a bug in all Unix versions of SysAccept(). The function was
returning the error code instead of SYS_INVALID_SOCKET. The error code was
a timeout error core (-3) and XMail was trying to serve a client with
socket -3. The problem is that on Linux and Solaris the OS correctly
handle the case by making XMail to abort the operation soon. In FreeBSD
the OS seems to go crazy when an invalid socket with value lower than zero
is passed.



- Davide

-
To unsubscribe from this list: send the line "unsubscribe xmail" in
the body of a message to [EMAIL PROTECTED]
For general help: send the line "help" in the body of a message to
[EMAIL PROTECTED]

Reply via email to