From: bugme-daemon@bugzilla.kernel.org
To: linux-ext4@vger.kernel.org
Subject: [Bug 12885] kernel BUG at fs/jbd/transaction.c:1376!
Date: Wed, 18 Mar 2009 12:11:00 -0700 (PDT) [thread overview]
Message-ID: <20090318191101.2EEB6108040@picon.linux-foundation.org> (raw)
In-Reply-To: <bug-12885-13602@http.bugzilla.kernel.org/>
http://bugzilla.kernel.org/show_bug.cgi?id=12885
------- Comment #13 from tytso@mit.edu 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.
next prev parent reply other threads:[~2009-03-18 19:11 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-03-16 19:42 [Bug 12885] New: kernel BUG at fs/jbd/transaction.c:1376! bugme-daemon
2009-03-17 9:30 ` [Bug 12885] " bugme-daemon
2009-03-17 21:49 ` bugme-daemon
2009-03-18 14:46 ` bugme-daemon
2009-03-18 14:57 ` bugme-daemon
2009-03-18 14:58 ` bugme-daemon
2009-03-18 16:34 ` bugme-daemon
2009-03-18 17:41 ` bugme-daemon
2009-03-18 17:45 ` bugme-daemon
2009-03-18 17:51 ` bugme-daemon
2009-03-18 18:10 ` bugme-daemon
2009-03-18 18:14 ` bugme-daemon
2009-03-18 18:50 ` bugme-daemon
2009-03-18 19:11 ` bugme-daemon [this message]
2009-03-18 19:13 ` bugme-daemon
2009-03-18 21:12 ` bugme-daemon
2009-03-18 21:50 ` bugme-daemon
2009-03-18 22:04 ` bugme-daemon
2009-03-19 9:37 ` bugme-daemon
2009-03-19 21:41 ` bugme-daemon
2009-03-19 21:43 ` bugme-daemon
2009-03-19 21:51 ` bugme-daemon
2009-03-19 21:54 ` bugme-daemon
2009-03-20 7:23 ` bugme-daemon
2009-03-20 13:26 ` bugme-daemon
2009-03-21 7:12 ` bugme-daemon
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20090318191101.2EEB6108040@picon.linux-foundation.org \
--to=bugme-daemon@bugzilla.kernel.org \
--cc=linux-ext4@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).