Re: More on Bad Bug

2001-04-17 Thread Alfred Perlstein
* Terry Lambert <[EMAIL PROTECTED]> [010417 16:28] wrote: > > I guess no one else is interested in this bug hunt, or no one else > is using 30,000 sockets on any of their machines? I've committed a variation of your invariants check to -current, -stable is frozen and I'd prefer to leave it as is

Re: More on Bad Bug

2001-04-17 Thread Matt Dillon
:There seems to be some bad code in soo_close(), which looks like: : : int : soo_close(fp, p) : struct file *fp; : struct proc *p; : { : int error = 0; : : fp->f_ops = &badfileops; : if (fp->f_data) :