From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <737f7061a8946454b4636f893e6d30d6@coraid.com> From: erik quanstrom Date: Mon, 27 Nov 2006 15:07:21 -0500 To: 9fans@cse.psu.edu MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: [9fans] win woe Topicbox-Message-UUID: e75d8dd0-ead1-11e9-9d60-3106f5b1d025 has anybody else had trouble with win giving "win: pendingS = -6" (or whatever negative number it happens to be) messages? they seem to be frequent and unrecoverable with serial consoles. the relavent code seems to be: main.c:465: if(pendingS < 0) main.c:466: fprint(2, "win: pendingS = %d\n", pendingS); but it's not clear why this code is firing. is it just the case the q1 and q0 have been swapped? or are events getting out-of-order? - erik