In article <[EMAIL PROTECTED]>,
Pawel Pierscionek <[EMAIL PROTECTED]> wrote:
>Hi,
>
>> Sounds like your kernel's FD_SETSIZE is larger than the value of same
>> that your application was compiled with. I believe that that can cause
>> memory overruns in your application that can cause this sort of
>> behaviour.
>>
>> I should think it's safe for the application's value to be higher than
>> the kernel's, but dangerous to the life of the app to have it the other
>> way around.
>>
>Squid ./configure says:
>...
>checking Default FD_SETSIZE value... 3072
>checking Maximum number of filedescriptors we can open... 3000
>...
>
>May this be a problem ?
>Kernel is compiled with FD_SETSIE=3072
Did you use the filehandle.patch.linux patch (v8.04 is the latest,
I think) or did you just increase the FD_SETSIZE value in the
kernel? In the latter case, that's your problem. You really
want the filehandle.patch.linux thingy.
Mike.
--
Indifference will certainly be the downfall of mankind, but who cares?
--
The From: and Reply-To: addresses are internal news2mail gateway addresses.
Reply to the list or to [EMAIL PROTECTED] (Miquel van Smoorenburg)