Received: (from majordomo@localhost) by oss.sgi.com (8.11.2/8.11.3) id f8107Ln01384 for linux-xfs-outgoing; Fri, 31 Aug 2001 17:07:21 -0700 Received: from mail.ocs.com.au (ppp0.ocs.com.au [203.34.97.3]) by oss.sgi.com (8.11.2/8.11.3) with SMTP id f8107Hd01365 for ; Fri, 31 Aug 2001 17:07:17 -0700 Received: (qmail 30383 invoked from network); 1 Sep 2001 00:07:14 -0000 Received: from ocs3.ocs-net (192.168.255.3) by mail.ocs.com.au with SMTP; 1 Sep 2001 00:07:14 -0000 X-Mailer: exmh version 2.1.1 10/15/1999 From: Keith Owens To: Paul Schutte cc: XFS mailing list Subject: Re: Kernel hangs with mongo.pl benchmark. In-reply-to: Your message of "Fri, 31 Aug 2001 18:32:27 +0200." <3B8FBC1B.4AB635C3@it.up.ac.za> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 01 Sep 2001 10:07:14 +1000 Message-ID: <18173.999302834@ocs3.ocs-net> Sender: owner-linux-xfs@oss.sgi.com Precedence: bulk On Fri, 31 Aug 2001 18:32:27 +0200, Paul Schutte wrote: >I have not worked with kdb before. I scanned the mailing lists and FAQ on >kdb. >I am sorry if this was mentioned earlier, but I could'nt find a way to >search the archives. > >I am in the debugger by pressing Pause. > >What info must I gather for you guys and how do I capture it ? Start with the bt command, for backtrace. Capturing debugger output is difficult because the machine is dead and cannot write to disk. The best way is to build the kernel with a serial console and debug over that. Recommended reading: linux/Documentation/serial-console.txt man linux/Documentation/kdb/kdb.mm man linux/Documentation/kdb/kdb_bt.man