From owner-freebsd-stable Mon Feb 18 11:32:21 2002 Delivered-To: freebsd-stable@freebsd.org Received: from apollo.backplane.com (apollo.backplane.com [216.240.41.2]) by hub.freebsd.org (Postfix) with ESMTP id 4420537B405 for ; Mon, 18 Feb 2002 11:32:18 -0800 (PST) Received: (from dillon@localhost) by apollo.backplane.com (8.11.6/8.9.1) id g1IJWEj32277; Mon, 18 Feb 2002 11:32:14 -0800 (PST) (envelope-from dillon) Date: Mon, 18 Feb 2002 11:32:14 -0800 (PST) From: Matthew Dillon Message-Id: <200202181932.g1IJWEj32277@apollo.backplane.com> To: David Malone Cc: Chris Byrnes , stable@FreeBSD.ORG Subject: Re: syncache bug References: <009e01c1b891$75ce2f20$345bbc42@mad.chartermi.net> <200202181717.g1IHHYm15275@apollo.backplane.com> <20020218192007.GA92896@walton.maths.tcd.ie> Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG : :On Mon, Feb 18, 2002 at 09:17:34AM -0800, Matthew Dillon wrote: :> :When is the patch for the syncache bug going to be committed to -STABLE? : :> I reminded J. Lemon about this yesterday. If he doesn't get to it :> in the next day or two I'll go ahead and MFC it. : :Is this the syncache bug in: : :http://www.FreeBSD.org/cgi/query-pr.cgi?pr=34658 : :or a different one? : : David. That looks like a different one but, who knows? The bug jlemon just fixed is related killing and restarting a web server. syncache caches the listening socket ('so') so killing and then restarting the server resulted in a stale reference to the previously closed (and now free) 'so'. -Matt Matthew Dillon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message