Date: Tue, 12 Jan 1999 00:05:23 +0900 From: Hidetoshi Shimokawa <simokawa@sat.t.u-tokyo.ac.jp> To: csubl@csv.warwick.ac.uk Cc: mike@smith.net.au, mjacob@feral.com, alpha@FreeBSD.ORG Subject: Re: complete lockup under large I/O? Message-ID: <19990112000523V.simokawa@sat.t.u-tokyo.ac.jp> In-Reply-To: Your message of "Mon, 11 Jan 1999 14:50:22 %2B0000 (GMT)" <199901111450.OAA07913@lupin.csv.warwick.ac.uk> References: <199901111450.OAA07913@lupin.csv.warwick.ac.uk>
index | next in thread | previous in thread | raw e-mail
csubl> > All states that can be found is:
csubl> >
csubl> > accept
csubl> > getblk
csubl> > inode
csubl> > nanslp
csubl> > nfsd
csubl> > nfsidl
csubl> > pause
csubl> > ppwait
csubl> > psleep
csubl> > sbwait
csubl> > sched
csubl> > select
csubl> > ttyin
csubl> > vmpfw
csubl> > wait
csubl> > wmesg
csubl> > wswbuf
csubl> >
csubl> >
csubl>
csubl> Where can I find what each state means?
I don't know the right way to find. But the following may help you.
% cd /sys
% gtags (--- wait for a while)
% global -rx tsleep
Note: gctags sometimes dies on alpha without the following patch.
/usr/src/usr.bin/ctags/C.c may have the same bug.
Index: C.c
===================================================================
RCS file: /pub/FreeBSD-CVS/src/contrib/global/gctags/C.c,v
retrieving revision 1.2
diff -u -r1.2 C.c
--- C.c 1997/12/15 23:22:41 1.2
+++ C.c 1998/12/06 16:02:04
@@ -468,6 +468,8 @@
while (GETC(!=, EOF) && iswhite(c))
if (c == '\n')
SETLINE;
+ if (c == EOF)
+ return (NO);
if (intoken(c) || c == '{')
break;
if (c == '/' && GETC(==, '*'))
/\ Hidetoshi Shimokawa
\/ simokawa@sat.t.u-tokyo.ac.jp
PGP public key: finger -l simokawa@sat.t.u-tokyo.ac.jp
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-alpha" in the body of the message
home |
help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990112000523V.simokawa>
