On Wed, 28 May 2003 17:54:03 -0500,
"Jeffrey E. Hundstad" <jeffrey.hundstad@xxxxxxxx> 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.
|