From owner-freebsd-bugs@FreeBSD.ORG Mon Mar 14 17:20:08 2005 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F3C5316A4CF for ; Mon, 14 Mar 2005 17:20:07 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C849F43D41 for ; Mon, 14 Mar 2005 17:20:07 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j2EHK75a041278 for ; Mon, 14 Mar 2005 17:20:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j2EHK7lF041277; Mon, 14 Mar 2005 17:20:07 GMT (envelope-from gnats) Date: Mon, 14 Mar 2005 17:20:07 GMT Message-Id: <200503141720.j2EHK7lF041277@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Marc Olzheim Subject: Re: kern/78824: race condition close()ing and read()ing the same socketpair on SMP. X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Marc Olzheim List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Mar 2005 17:20:08 -0000 The following reply was made to PR kern/78824; it has been noted by GNATS. From: Marc Olzheim To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: kern/78824: race condition close()ing and read()ing the same socketpair on SMP. Date: Mon, 14 Mar 2005 18:13:08 +0100 Kernel config includes SMP support btw. Marc