From owner-freebsd-current Thu Feb 14 1: 5:46 2002 Delivered-To: freebsd-current@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id 0C16A37B405 for ; Thu, 14 Feb 2002 01:05:44 -0800 (PST) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id UAA01274; Thu, 14 Feb 2002 20:05:32 +1100 Date: Thu, 14 Feb 2002 20:08:33 +1100 (EST) From: Bruce Evans X-X-Sender: To: Mike Silbersack Cc: Subject: Re: Newbie ddb question In-Reply-To: <20020214025151.E9922-100000@patrocles.silby.com> Message-ID: <20020214200416.F13688-100000@gamplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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 ". Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message