Re: XFS and 2.6.12-rc5

From: Nathan Scott
Date: Thu Jun 02 2005 - 23:49:10 EST


On Wed, Jun 01, 2005 at 01:10:47PM +0200, Goran Gajic wrote:
> xfs partition is exported via nfs to FreeBSD-5.4 machine. This is what I
> find every morning in my syslog:
>
> ------------[ cut here ]------------
> kernel BUG at fs/xfs/support/debug.c:106!
> ...
> [<c0269758>] xfs_bmap_search_extents+0x108/0x140
> [<c026accd>] xfs_bmapi+0x28d/0x1660

There should be some diagnostic text just above this panic message,
what does it say? At a guess, I'd say you have a corrupt inode on
disk, and your nightly cron jobs are tripping this up each time.
The panic happens cos the kernel detects an inode with an extent
map which claiming to have an extent starting at the offset of the
primary superblock. I've seen another case of this recently which
looked like a possible compiler bug, so could you send me both the
full diagnostic message and your compiler version number?

Also, the diagnostic will contain an inode number - for bonus points
run "xfs_db -r -c 'inode XXX' -c print /dev/foo" and send me that as
well. Thanks!

cheers.

--
Nathan
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/