Re: socket leak in FreeBSD 4.7

From: Mike Silbersack (silby_at_silby.com)
Date: 06/20/03

  • Next message: Tom Daly: "Re: Firewall Performance Question."
    Date: Fri, 20 Jun 2003 03:06:42 -0500 (CDT)
    To: Scot Loach <sloach@sandvine.com>
    
    

    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 program on a FreeBSD 4.7 system:
    >
    > int main()
    > {
    > for (int i = 0; i < 70000; i++)
    > {
    > socket(PF_INET, SOCK_STREAM, 0);
    > }
    > return 0;
    > }
    > the sockets never seem to be freed.
    _______________________________________________
    freebsd-net@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-net
    To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org"


  • Next message: Tom Daly: "Re: Firewall Performance Question."

    Relevant Pages

    • Re: [PATCH] [Coding Style]: misc fixes for fs/ext{3,4}/acl.{c,h} from checkpatch.pl
      ... contributed fixes to the Linux kernel? ... My pet theory is that it is similar to the "unsubscribe me" ... cascade effect you sometimes see on mailing lists. ... Since I'm one of those people that sent "Codying style fixes" patches ...
      (Linux-Kernel)
    • Re: [PATCH] [Coding Style]: misc fixes for fs/ext{3,4}/acl.{c,h} from checkpatch.pl
      ... My pet theory is that it is similar to the "unsubscribe me" ... cascade effect you sometimes see on mailing lists. ... Since I'm one of those people that sent "Codying style fixes" patches ... Or build the kernel and check for any "deprecated" warnings and fix them ...
      (Linux-Kernel)
    • Re: Patching a kernel source --verbose
      ... Different patches each time, and ... I also recall when I was compiling a kernel ... I'm now running a kernel I ... To UNSUBSCRIBE, email to debian-user-REQUEST@xxxxxxxxxxxxxxxx with a subject of "unsubscribe". ...
      (Debian-User)
    • boot problem with custom kernel
      ... I've been using the powertop ... utility to check on power consumption and needed to install a custom ... kernel with a few patches. ... the patch for the correct kernel. ...
      (Debian-User)
    • Re: Kernel compile the old way
      ... For a distribution kernel it provides support for all possible permutations ... Now I know why custom built kernels don't have initrd images. ... But if you want to see the progress on *resume* you have to use an initrd that loads the userui *before* the kernel gets control. ... To UNSUBSCRIBE, email to debian-user-REQUEST@xxxxxxxxxxxxxxxx with a subject of "unsubscribe". ...
      (Debian-User)