ECTED]>
Sent: Friday, June 20, 2003 5:06 AM
Subject: Re: socket leak in FreeBSD 4.7
>
> I don't see this on my 4.8 or 5.x systems. Are you running any custom
> patches on that machine's kernel?
>
> Alternately, can anyone else with a 4.7 or earlier machine replicate th
PROTECTED]'
Subject: Re: socket leak in FreeBSD 4.7
I don't see this on my 4.8 or 5.x systems. Are you running any custom
patches on that machine's kernel?
Alternately, can anyone else with a 4.7 or earlier machine replicate this
problem?
Thanks,
Mike "Silby" Silbersa
I don't see this on my 4.8 or 5.x systems. Are you running any custom
patches on that machine's kernel?
Alternately, can anyone else with a 4.7 or earlier machine replicate this
problem?
Thanks,
Mike "Silby" Silbersack
On Thu, 19 Jun 2003, Scot Loach wrote:
> If I execute the following progr
If I execute the following program on a FreeBSD 4.7 system:
int main()
{
for (int i = 0; i < 7; i++)
{
socket(PF_INET, SOCK_STREAM, 0);
}
return 0;
}
the sockets never seem to be freed.
vmstat tells me the memory is still in use:
bash-2.05a$ vmstat -z
ITEM