From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/1673 Path: news.gmane.org!not-for-mail From: Rich Felker Newsgroups: gmane.linux.lib.musl.general Subject: Re: ldso: dlclose. Date: Wed, 22 Aug 2012 18:41:17 -0400 Message-ID: <20120822224117.GH27715@brightrain.aerifal.cx> References: <503113C5.5010206@gmail.com> <20120820004803.GA27715@brightrain.aerifal.cx> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1345675193 29783 80.91.229.3 (22 Aug 2012 22:39:53 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 22 Aug 2012 22:39:53 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-1674-gllmg-musl=m.gmane.org@lists.openwall.com Thu Aug 23 00:39:50 2012 Return-path: Envelope-to: gllmg-musl@plane.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1T4JaW-0000cn-56 for gllmg-musl@plane.gmane.org; Thu, 23 Aug 2012 00:39:48 +0200 Original-Received: (qmail 12237 invoked by uid 550); 22 Aug 2012 22:39:46 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 12226 invoked from network); 22 Aug 2012 22:39:46 -0000 Content-Disposition: inline In-Reply-To: <20120820004803.GA27715@brightrain.aerifal.cx> User-Agent: Mutt/1.5.21 (2010-09-15) Xref: news.gmane.org gmane.linux.lib.musl.general:1673 Archived-At: On Sun, Aug 19, 2012 at 08:48:03PM -0400, Rich Felker wrote: > In summary, I don't see any way to make a correct implementation where > dlclose actually unloads stuff. If you have ideas for how to do it, > please explain; I'm not against doing it, but only if it can be done > correctly. And for completeness' sake, I posted a bug to the glibc bug tracker: http://sourceware.org/bugzilla/show_bug.cgi?id=14511 Rich