From owner-freebsd-geom@FreeBSD.ORG Wed Oct 5 08:00:22 2011 Return-Path: Delivered-To: freebsd-geom@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D9C22106566B for ; Wed, 5 Oct 2011 08:00:22 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id AFC878FC0C for ; Wed, 5 Oct 2011 08:00:22 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p9580MYW047099 for ; Wed, 5 Oct 2011 08:00:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p9580MZO047095; Wed, 5 Oct 2011 08:00:22 GMT (envelope-from gnats) Date: Wed, 5 Oct 2011 08:00:22 GMT Message-Id: <201110050800.p9580MZO047095@freefall.freebsd.org> To: freebsd-geom@FreeBSD.org From: "Serverel NOC#3" Cc: Subject: Re: kern/158197: [geom] geom_cache with size> 1000 leads to panics X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Serverel NOC#3 List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Oct 2011 08:00:23 -0000 The following reply was made to PR kern/158197; it has been noted by GNATS. From: "Serverel NOC#3" To: bug-followup@freebsd.org, bsd@kobyla.org Cc: Subject: Re: kern/158197: [geom] geom_cache with size>1000 leads to panics Date: Wed, 05 Oct 2011 07:29:12 -0000 Panics occur when more than one instance of gcache are active. So, having 2 geom caches for /usr and /usr/obj, and making install of ports with WRKDIRPREFIX=/usr/obj/work leads to panic, no matter which size of geom caches used. But single active instance of gcache for /usr/obj seems to show no problems ("inactive" instances are present, but not used to mount filesystems).