Received: with ECARTIS (v1.0.0; list linux-xfs); Wed, 28 May 2003 16:14:21 -0700 (PDT) Received: from mail.ocs.com.au (mail.ocs.com.au [203.34.97.2]) by oss.sgi.com (8.12.9/8.12.9) with SMTP id h4SNEG2x002977 for ; Wed, 28 May 2003 16:14:18 -0700 Received: (qmail 17860 invoked from network); 28 May 2003 23:14:14 -0000 Received: from ocs3.intra.ocs.com.au (192.168.255.3) by mail.ocs.com.au with SMTP; 28 May 2003 23:14:14 -0000 Received: by ocs3.intra.ocs.com.au (Postfix, from userid 16331) id D379ED8F55; Thu, 29 May 2003 09:14:12 +1000 (EST) Received: from ocs3.intra.ocs.com.au (localhost [127.0.0.1]) by ocs3.intra.ocs.com.au (Postfix) with ESMTP id D0AE091357; Thu, 29 May 2003 09:14:12 +1000 (EST) X-Mailer: exmh version 2.5 01/15/2001 with nmh-1.0.4 From: Keith Owens To: "Jeffrey E. Hundstad" Cc: linux-xfs@oss.sgi.com Subject: Re: two oopses with 2.4.21-rc3-xfs SGI-XFS CVS-2003-05-23_05:00_UTC In-reply-to: Your message of "Wed, 28 May 2003 17:54:03 EST." <3ED53E0B.1080306@mnsu.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 29 May 2003 09:14:07 +1000 Message-ID: <24734.1054163647@ocs3.intra.ocs.com.au> X-archive-position: 4170 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 Content-Length: 997 Lines: 22 On Wed, 28 May 2003 17:54:03 -0500, "Jeffrey E. Hundstad" wrote: >EIP: 0010:[xfs_iget_core+88/1096] Not tainted >Call Trace: [xfs_iget+111/332] [xfs_dir_lookup_int+99/200] >[xfs_lookup+62/104] [linvfs_lookup+68/144] [real_lookup+122/268] >[link_path_walk+1802/2480] [path_walk+26/28] [path_lookup+27/36] >[__user_walk+38/64] [sys_lstat64+25/112] [sys_close+91/112] >[system_call+51/56] Although this probably is an XFS problem, the oops data has been stamped on by klogd, which means that ksymoops cannot decode accurately. Since I do not trust the klogd code as far as I can throw it, please disable klogd address to symbol conversion, then ksymoops will get some good data to work with and we can be sure that this is an XFS problem. To disable klogd address conversion, add KLOGD_OPTIONS="-x" to /etc/sysconfig/syslog. If that file does not exist, edit /etc/rc.d/init.d/syslog, in the start() function, append '-x' to the klogd command.