From mboxrd@z Thu Jan 1 00:00:00 1970 From: erik quanstrom Date: Tue, 16 Nov 2010 23:43:30 -0500 To: lucio@proxima.alt.za, 9fans@9fans.net Message-ID: <80666747a82599c2c95273616c42b4de@coraid.com> In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] That deadlock, again Topicbox-Message-UUID: 83975376-ead6-11e9-9d60-3106f5b1d025 > Hm, I thought I understood waserror(), but now I'm sure I don't. What > condition is waserror() attempting to handle here? waserror() sets up an entry in the error stack. if there is a call to error() before poperror(), then that entry is poped and waserror() returns 1. it's just like set_jmp or sched(). - erik