From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: To: 9fans@cse.psu.edu Subject: Re: [9fans] thread cleanup Date: Wed, 6 Sep 2006 15:11:10 -0700 From: Skip Tavakkolian <9nut@9netics.com> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: b06cc890-ead1-11e9-9d60-3106f5b1d025 > don't use threadkill or postnote. thanks Russ. i caused the problem with a postnote. the fs.write service routine that handled the 'exit' request, was posting a kill note to itself (proc that srv was running in), ahead of calling the fs.end function.