From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <8ccc8ba40606121415i63c1064fi5ae59cf04fca7aa2@mail.gmail.com> Date: Mon, 12 Jun 2006 23:15:25 +0200 From: "Francisco J Ballesteros" To: "Fans of the OS Plan 9 from Bell Labs" <9fans@cse.psu.edu> Subject: Re: [9fans] quantity vs. quality In-Reply-To: <448DCB8A.6060905@lanl.gov> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <0243d2031c9594ad7c4d4139dfbd642f@collyer.net> <08E86926-0DE9-4C3E-8D9D-0B4D39956A8C@telus.net> <448DCB8A.6060905@lanl.gov> Topicbox-Message-UUID: 69c76d5a-ead1-11e9-9d60-3106f5b1d025 in /n/sources/nemo/sys/src/liberror there is such beast, we made it for Plan B. I found it useful when error handling required a lot of nesting and checking, because simply calling error sufficed. However, at the end, I still had the problem of what to do with the error. In may times, btw, it was just clean up to avoid messing things up, and then sysfatal(). On 6/12/06, Ronald G Minnich wrote: > actually, to repeat my serious question: waserror() and friends in user > mode. Crazy, doable, or just plain bad idea? > > thanks > > ron > >