[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <5059F446.5010308@redhat.com>
Date: Wed, 19 Sep 2012 11:35:18 -0500
From: Eric Sandeen <sandeen@...hat.com>
To: "Theodore Ts'o" <tytso@....edu>
CC: Adrian Sandu <dexter@...t3r01.tk>, linux-ext4@...r.kernel.org
Subject: Re: possible bug ?
On 9/19/12 11:30 AM, Eric Sandeen wrote:
> On 9/19/12 11:26 AM, Theodore Ts'o wrote:
>> On Wed, Sep 19, 2012 at 10:13:46AM -0500, Eric Sandeen wrote:
>>> On 9/19/12 9:44 AM, Adrian Sandu wrote:
>>>> Hi people,
>>>>
>>>> While trying to delete a couple of files today, I got into this lil'
>>>> thingy. It first happened in mc, then at a reboot.
>>>
>>> Did you cut off a few lines before this? Like one that said NULL pointer
>>> dereference, or BUG() at .... or something similar?
>>>
>>> I think we have a few reports of this in the fedora bugzilla, I don't
>>> think we've gotten to the bottom of it yet.
>>
>> The fix is in mainline, and backported to v3.5.3. If Fedora's kernel
>> hasn't been updated to v3.5.3, it would be great if you could
>> encourage an update to get pushed out.
>
> Hm I thought we had a similar bug on 3.5.3 so didn't think
> it was fixed. let me check ... Nope sorry, it was older.
>
> Thanks for the info, sorry I had missed it.
Actually argh, too many bugs. ;) I was thinking of
https://bugzilla.redhat.com/show_bug.cgi?id=857618
which has been reported a few times, and hits a BUG() in
1965 ext4_ext_put_in_cache(struct inode *inode, ext4_lblk_t block,
1966 __u32 len, ext4_fsblk_t start)
1967 {
1968 struct ext4_ext_cache *cex;
1969 BUG_ON(len == 0);
but that's not what this reporter sees, sorry for the noise.
(Lukas pointed at upstream commit 31d4f3a2f3c73f279ff96a7135d7202ef6833f12
to avoid the BUG_ON but we still don't know the root cause I think).
Anyway, now I'm OT for this thread.
-Eric
--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists