Date: Wed, 10 Feb 1999 12:05:05 -0800 (PST) From: Matthew Dillon <dillon@apollo.backplane.com> To: Chris Timmons <skynyrd@opus.cts.cwu.edu> Cc: freebsd-current@FreeBSD.ORG Subject: Re: hang going multiuser Message-ID: <199902102005.MAA85794@apollo.backplane.com> References: <Pine.BSF.3.96.990210091018.23723D-100000@opus.cts.cwu.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
: :I can escape to the debugger; ps tells me I have processes 0-5 plus two :sh's. init is in the 'wait' state. Is there a command to show which :process is currently executing? Maybe it is telling me that and I can't :see it. : :The trace (same for both kernels) shows: : :vm_map_madvise :madvise :syscall(2f,2f,80a1000,1000,efb94ba8) :Xint0x80_syscall Just do a 'ps' ... you can tell from the flags and whether there is a wait string. Another thing you can try doing is a 'set -v' in /etc/rc and /etc/rc.local to make it dump what it's doing, so you can tell exactly where it is hanging. -Matt Matthew Dillon <dillon@backplane.com> :-Chris To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199902102005.MAA85794>