Re: [reiserfs-list] [bug] kernel panic related to reiserfs, 2.4.0-test11-pre1 and 3.6.18

From: Chris Mason (mason@suse.com)
Date: Fri Nov 10 2000 - 10:31:00 EST


On Friday, November 10, 2000 06:15:40 -0800 David Ford <david@linux.com>
wrote:

> Over the last three weeks my box has been locking up w/ a black screen
> of death. This time I had kdb patched in and got the following:
>
> Entering kdb (current=0xcf906000, pid 16808) Panic: invalid operand
> due to panic @ 0xc0163d7a

Odd. There is nothing in de_still_valid that should panic, unless there is
some major memory corruption going on. Do you always get the same trace?

[ ... ]

> I have been writing code on it for the last two days straight. It was
> fully functional until I left for 15 minutes for a shower. I came back
> and the system is hosed. Everything is quickly going to D state. I can
> move and type until I attempt to execute or reference anything. It's
> all downhill from there.
>
> It is 2.4.0-test11-pre1 with reiserfs 3.6.18.
>
> With kdb, after the panic happens, I can hit 'sr s' then 'g', it will
> OOPS (process sendmail) then continue. Without kdb, I am SOL and have
> to hit the power button. sysrq won't react.
>

Once you get inside reiserfs_rename, you've started a transaction. If you
oops inside there, the transaction never finishes, and all the other
transactions end up waiting on it. So, if you can continue without hanging
the box, the oops didn't happen in reiserfs_rename ;-) Could you send a
decoded version?

-chris

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



This archive was generated by hypermail 2b29 : Wed Nov 15 2000 - 21:00:16 EST