Plan 9 from Bell Labs’s /usr/web/sources/contrib/quanstro/root/sys/src/fs/aska/BUG

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


1. aoe tries to sleep with il lock held.
static void
strategy(Aoedev *d, Srb *s)
{
	send(d->work, s);
	sleep(s, srbready, s);	/* recv? */
}
called from ilhangup()
likely problem is that fileinit() causes i/o.
f->open & FREMOV ?
this is a pretty subtile problem.  any i/o problem
can hangup all of il.  

2. time gets reset.

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.