From owner-freebsd-geom@FreeBSD.ORG Sun Apr 3 18:43:53 2005 Return-Path: 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 2DF9B16A4CE; Sun, 3 Apr 2005 18:43:53 +0000 (GMT) Received: from shellma.zin.lublin.pl (shellma.zin.lublin.pl [212.182.126.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id D792743D41; Sun, 3 Apr 2005 18:43:52 +0000 (GMT) (envelope-from pawmal-posting@freebsd.lublin.pl) Received: by shellma.zin.lublin.pl (Postfix, from userid 1018) id D5DF8347116; Sun, 3 Apr 2005 20:42:13 +0200 (CEST) Date: Sun, 3 Apr 2005 20:42:13 +0200 From: Pawel Malachowski To: Pawel Jakub Dawidek Message-ID: <20050403184213.GA95013@shellma.zin.lublin.pl> References: <20050403130602.GA86317@shellma.zin.lublin.pl> <20050403144813.GB837@darkness.comp.waw.pl> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20050403144813.GB837@darkness.comp.waw.pl> User-Agent: Mutt/1.4.2i cc: freebsd-geom@FreeBSD.org Subject: Re: Processess running on gconcat lock in kserel or ufs state X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Apr 2005 18:43:53 -0000 On Sun, Apr 03, 2005 at 04:48:13PM +0200, Pawel Jakub Dawidek wrote: > I think I found the problem. Could you try this patch: > http://people.freebsd.org/~pjd/patches/g_concat.c.patch I will give it a try ASAP. > There was missing g_io_deliver() in case of insufficient memory. > I also add a fix for very rare case - when we need two I/O operations > and allocation of the second bio will fail, we leaked memory. -- Paweł Małachowski