From owner-freebsd-bugs@FreeBSD.ORG Wed Nov 3 16:20:12 2010 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5C47D1065672 for ; Wed, 3 Nov 2010 16:20:12 +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 30C4E8FC23 for ; Wed, 3 Nov 2010 16:20:12 +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 oA3GKC8h098471 for ; Wed, 3 Nov 2010 16:20:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oA3GKC4b098470; Wed, 3 Nov 2010 16:20:12 GMT (envelope-from gnats) Date: Wed, 3 Nov 2010 16:20:12 GMT Message-Id: <201011031620.oA3GKC4b098470@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Jaakko Heinonen Cc: Subject: Re: misc/151861: dlclose() of library causes separately opened libraries to unload as well X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Jaakko Heinonen List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Nov 2010 16:20:12 -0000 The following reply was made to PR misc/151861; it has been noted by GNATS. From: Jaakko Heinonen To: Kostik Belousov Cc: Arjan van Leeuwen , bug-followup@freebsd.org, kan@freebsd.org Subject: Re: misc/151861: dlclose() of library causes separately opened libraries to unload as well Date: Wed, 3 Nov 2010 18:12:05 +0200 On 2010-11-03, Kostik Belousov wrote: > > If you are going to take this approach, why not remove init_dag() altogether > > and make ref_dag() to initialize the dag when necessary? > I like the explicit notion that ref_dag() does not initialize the DAG. > We may add some assertion about state of the DAG there. OK. I don't like that init_dag() is used to increase reference count for already initialized DAGs but feel free to do whatever you think is best. -- Jaakko