Date: Thu, 14 Feb 2002 20:08:33 +1100 (EST) From: Bruce Evans <bde@zeta.org.au> To: Mike Silbersack <silby@silby.com> Cc: <current@FreeBSD.ORG> Subject: Re: Newbie ddb question Message-ID: <20020214200416.F13688-100000@gamplex.bde.org> In-Reply-To: <20020214025151.E9922-100000@patrocles.silby.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 14 Feb 2002, Mike Silbersack wrote: > I've been poking around in ddb in an attempt to work on some forkbomb/low > memory problems, and I've found it extremely useful. There's one thing I > can't figure out how to do that would be useful, though. Say that I have > a process of interest tsleeping. Is there some way for me to get a > backtrace of that process at the time it entered tsleep? In the case I'm Try "t <pid>". Bruce 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?20020214200416.F13688-100000>