From owner-freebsd-bugs@FreeBSD.ORG Fri Aug 11 13:01:50 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org 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 BF17116A4E1; Fri, 11 Aug 2006 13:01:50 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7AA5243D4C; Fri, 11 Aug 2006 13:01:50 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from freefall.freebsd.org (rwatson@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k7BD1odX082032; Fri, 11 Aug 2006 13:01:50 GMT (envelope-from rwatson@freefall.freebsd.org) Received: (from rwatson@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k7BD1oED082028; Fri, 11 Aug 2006 13:01:50 GMT (envelope-from rwatson) Date: Fri, 11 Aug 2006 13:01:50 GMT From: Robert Watson Message-Id: <200608111301.k7BD1oED082028@freefall.freebsd.org> To: gkozyrev@gmail.com, rwatson@FreeBSD.org, freebsd-bugs@FreeBSD.org, rwatson@FreeBSD.org Cc: Subject: Re: kern/101763: [panic] sodealloc(): so_count 1 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Aug 2006 13:01:50 -0000 Synopsis: [panic] sodealloc(): so_count 1 State-Changed-From-To: open->feedback State-Changed-By: rwatson State-Changed-When: Fri Aug 11 13:01:04 UTC 2006 State-Changed-Why: Grab ownership of this PR. Responsible-Changed-From-To: freebsd-bugs->rwatson Responsible-Changed-By: rwatson Responsible-Changed-When: Fri Aug 11 13:01:04 UTC 2006 Responsible-Changed-Why: I have sent a patch for the submitter to test, which sets so_count back to 0 before calling sodealloc() in the socreate() error path. http://www.freebsd.org/cgi/query-pr.cgi?pr=101763