Re: [PATCH -BUGFIX] Re: BUG in ext4 with 2.6.37-rc1

From: Ted Ts'o
Date: Sun Nov 07 2010 - 16:21:54 EST


On Wed, Nov 03, 2010 at 04:53:06PM -0400, Nick Bowler wrote:
>
> OK, it's 100% reproducible: the kernel BUGs, without fail, every time I
> do 'make install' in the gcc build tree. After applying the patch, it
> seems that the original BUG is gone, but now there's a new one:

OK, I think I have a new version of the patch that should fix both the
original and the second BUG_ON which you reported. Unfortunately,
I've not been able to reproduce the BUG_ON, even by downloading gcc
4.5.1, configuring to build just gcc, and then doing a "make install".
I'm not sure what languages you had enabled, or how much memory you
have on your machine, etc., all of which might have made it harder for
me to repro the bug. Still, I think I now understand what's causing
it.

Can you give this a try and let me know if this fixes things for you?

- Ted