Received: with ECARTIS (v1.0.0; list linux-xfs); Wed, 18 Sep 2002 19:38:31 -0700 (PDT) Received: from deliverator.sgi.com (deliverator.SGI.COM [204.94.214.10] (may be forged)) by oss.sgi.com (8.12.5/8.12.5) with SMTP id g8J2cStG004219 for ; Wed, 18 Sep 2002 19:38:28 -0700 Received: from larry.melbourne.sgi.com (larry.melbourne.sgi.com [134.14.52.130]) by deliverator.sgi.com (980327.SGI.8.8.8-aspam/980304.SGI-aspam: SGI does not authorize the use of its proprietary systems or networks for unsolicited or bulk email from the Internet.) via SMTP id TAA02545 for ; Wed, 18 Sep 2002 19:43:32 -0700 (PDT) mail_from (kaos@sgi.com) Received: from kao2.melbourne.sgi.com (kao2.melbourne.sgi.com [134.14.55.180]) by larry.melbourne.sgi.com (950413.SGI.8.6.12/950213.SGI.AUTOCF) via ESMTP id MAA04228; Thu, 19 Sep 2002 12:42:13 +1000 Received: by kao2.melbourne.sgi.com (Postfix, from userid 16331) id B73A23000B8; Thu, 19 Sep 2002 12:42:12 +1000 (EST) Received: from kao2.melbourne.sgi.com (localhost [127.0.0.1]) by kao2.melbourne.sgi.com (Postfix) with ESMTP id 91BB885; Thu, 19 Sep 2002 12:42:12 +1000 (EST) X-Mailer: exmh version 2.4 06/23/2000 with nmh-1.0.4 From: Keith Owens To: Sidik Isani Cc: linux-xfs@sgi.com Subject: Re: kernel OOPS in xlog_do_log_recovery (2.4.19) In-reply-to: Your message of "Wed, 18 Sep 2002 16:23:59 -1000." <20020918162359.A30809@cfht.hawaii.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 19 Sep 2002 12:42:07 +1000 Message-ID: <3697.1032403327@kao2.melbourne.sgi.com> X-archive-position: 480 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: kaos@sgi.com Precedence: bulk X-list: linux-xfs On Wed, 18 Sep 2002 16:23:59 -1000, Sidik Isani wrote: > As a follow-up to my previous posting: I just tried the current > linux-2.4-xfs from CVS, and the same thing happens (mount crashes > and I drop into kdb.) Something is strange about the formatting > of the backtrace in kdb ... some lines are definitely scrolling > off the top of my console before the "more>" prompt appears. This > time the function at the top of my screen is "scrup", but I think > there are stack levels above which rolled off the screen (is there > a screen height setting in kdb?) set LINES 15 The default LINES is 24 which matches the screen, but only if all lines are <= 80 characters. kdb does not track long lines so it does not detect wraparound. You are much better off using kdb over a serial console and capturing the output on a second machine - no problems with lost lines then.