From owner-freebsd-geom@FreeBSD.ORG Fri Oct 21 08:58:19 2005 Return-Path: X-Original-To: freebsd-geom@freebsd.org Delivered-To: freebsd-geom@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D945116A41F for ; Fri, 21 Oct 2005 08:58:19 +0000 (GMT) (envelope-from andrew@djw.hu) Received: from web.djw.hu (web.djw.hu [212.92.23.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id 82C1343D45 for ; Fri, 21 Oct 2005 08:58:19 +0000 (GMT) (envelope-from andrew@djw.hu) Received: from filter_main.jail (filter_main.jail [127.0.1.72]) by web.djw.hu (Postfix) with ESMTP id 8464EA955 for ; Fri, 21 Oct 2005 10:50:13 +0200 (CEST) Received: by web.djw.hu (Postfix, from userid 1001) id A5B02A954; Fri, 21 Oct 2005 10:50:00 +0200 (CEST) Date: Fri, 21 Oct 2005 10:50:00 +0200 From: Szalai Andras To: freebsd-geom@freebsd.org Message-ID: <20051021085000.GA62267@web.djw.hu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Subject: gnop problem? X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Oct 2005 08:58:20 -0000 Hi, The situation is the following: In g_nop_destroy() there is a line: g_free(gp->softc); But what happens, when immediately after this line a request comes in that is handled by g_nop_start. But softc is already freed -> panic? c'ya andrew