From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <031501c44a62$c57b7770$637f7d50@SOMA> From: "boyd, rounin" To: "Fans of the OS Plan 9 from Bell Labs" <9fans@cse.psu.edu> References: <200406041533.i54FXNm29967@plg2.math.uwaterloo.ca> Subject: Re: [9fans] stack reclamation on Unix using clone, rfork_thread, etc. Date: Fri, 4 Jun 2004 20:35:45 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: 9556dec8-eacd-11e9-9e20-41e7f4b1d025 > Yes, but what thread does the free? You can't free your own stack, and > how does any other thread know to do it for you? This is a pain, and a > pain that I have felt myself. mark it as BUGGERED and get the memory mangement system to clean it up. i'd reference count it too, if they are shared in some way.