9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] ip qunlock problem
@ 2007-05-10  1:38 erik quanstrom
  2007-05-10  1:52 ` erik quanstrom
  0 siblings, 1 reply; 4+ messages in thread
From: erik quanstrom @ 2007-05-10  1:38 UTC (permalink / raw)
  To: 9fans

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [9fans] ip qunlock problem
  2007-05-10  1:38 [9fans] ip qunlock problem erik quanstrom
@ 2007-05-10  1:52 ` erik quanstrom
  2007-05-10  2:08   ` Russ Cox
  0 siblings, 1 reply; 4+ messages in thread
From: erik quanstrom @ 2007-05-10  1:52 UTC (permalink / raw)
  To: 9fans

it turned out to be simplier than i thought.

udpclose needs to loose the qunlock.

- erik


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [9fans] ip qunlock problem
  2007-05-10  1:52 ` erik quanstrom
@ 2007-05-10  2:08   ` Russ Cox
  2007-05-10  2:35     ` erik quanstrom
  0 siblings, 1 reply; 4+ messages in thread
From: Russ Cox @ 2007-05-10  2:08 UTC (permalink / raw)
  To: 9fans

> it turned out to be simplier than i thought.
> 
> udpclose needs to loose the qunlock.

I think it did, on May 1.

Russ



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [9fans] ip qunlock problem
  2007-05-10  2:08   ` Russ Cox
@ 2007-05-10  2:35     ` erik quanstrom
  0 siblings, 0 replies; 4+ messages in thread
From: erik quanstrom @ 2007-05-10  2:35 UTC (permalink / raw)
  To: 9fans

you're correct.

sorry for the noise.  i thought i'd synced that file and i had
--- on a different system.

d'oh!

- erik


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2007-05-10  2:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-05-10  1:38 [9fans] ip qunlock problem erik quanstrom
2007-05-10  1:52 ` erik quanstrom
2007-05-10  2:08   ` Russ Cox
2007-05-10  2:35     ` erik quanstrom

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).