From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <6247f729563b3efff220a0b6a2224908@coraid.com> From: erik quanstrom Date: Wed, 9 May 2007 21:38:53 -0400 To: 9fans@cse.psu.edu MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: [9fans] ip qunlock problem Topicbox-Message-UUID: 614fdfa8-ead2-11e9-9d60-3106f5b1d025 i'm getting these error messages from ip about 1 every 10 seconds. qunlock called with qlock not held, from 0xf015ba30 qunlock called with qlock not held, from 0xf015ba30 qunlock called with qlock not held, from 0xf015ba30 qunlock called with qlock not held, from 0xf015ba30 qunlock called with qlock not held, from 0xf015ba30 acid: src(0xf015ba30) /usr/quanstro/dist/sys/src/9/ip/devip.c:582 577 578 cv->r = nil; 579 cv->rgen = 0; 580 cv->p->close(cv); 581 cv->state = Idle; >582 qunlock(cv); it seems like the problem is a few layers deep. i'm looking for the problem, but it hasn't jumped out at me yet. - erik