Hi, On Wed, 7 Mar 2001, Michael Hicks wrote: > I don't suppose you've actually tried figuring out where the kernel is > crashing? Well, since it was actually saying "kernel BUG at inode.c:376" I'm gonna guess it's something to do with inode.c. This is on a reiserfs partition, so I'm guessing fs/reiserfs/inode.c. Lets look at line 376: 376: } Hm. It's part of the block read function. > One time, I had to deal with this -- the function that I found after > everything had something to do with the virtual memory system. > Replacing the RAM made the system more reliable. Nah, my RAM's fine. This only happens when I read a lot from reiserfs. > Also, is your system overclocked or anything? Nope. > Perhaps there are some strange hardware incompatibilities. Nope, it's all supported. I'm thinking I have some buggy version of reiser. I'd LOVE to have compiled reiserfstools with a non-beta GCC, but alas, I haven't tried. > is known to be flaky. It's also probably a good idea to upgrade the > BIOS(es) on your system. That'll help reiserfs? -Yaron --