[Bug 12885] kernel BUG at fs/jbd/transaction.c:1376!

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



http://bugzilla.kernel.org/show_bug.cgi?id=12885





------- Comment #13 from tytso@xxxxxxx  2009-03-18 12:11 -------
Oh, sorry, I misunderstood what you were saying.  All you need to do is "cp
-rp" the directory and you get the system hang?   Uh, that's very interesting. 
 How big is the file system in question?   I thought you were saying you were
doing a backup while some other process was doing a cp -rp *into* the
directory.

I agree, if that's all it takes, then it must be highly sensitive to the
filesystem state, and we want to be careful to preserve it.   In fact, before
you do anything else, you might want to save the filesystem image using
e2image:

        e2image -r /dev/sda1 - | bzip2 > sda1.e2i.bz2

Given that this is an encrypted filesystem, I can imagine that you probably
won't be willing to send this to me, even though this omits all of the data
blocks, and only keeps the metadata blocks (although this does include the
directory blocks and hence the file names).

However, you can take this raw image file, and dump it on a raw disk, and see
if you can replicate the problem on a disk partition.    Something else you
could do is to send me a "scrambled" e2image:

        e2image -rs /dev/sda1 - | bzip2 > sda1.e2i.bz2

This randomizes the directory names, although it means that I would have to
turn off the dir_index flags before I could try using it.  Still, it might be
enough to replicate the problem on my end.

Final question --- have you tried running e2fsck -n on the filesystem; do you
know if the filesystem has been reported as self-consistent by e2fsck?

Thanks,


-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Reiser Filesystem Development]     [Ceph FS]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Linux FS]     [Yosemite National Park]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Device Mapper]     [Linux Media]

  Powered by Linux