From: bugzilla-daemon@bugzilla.kernel.org
To: linux-ext4@vger.kernel.org
Subject: [Bug 89131] Hangs when checking torrent through libtorrent; kernel BUG at mm/iov_iter.c:219!
Date: Fri, 19 Dec 2014 16:02:38 +0000 [thread overview]
Message-ID: <bug-89131-13602-UR7rds3Sef@https.bugzilla.kernel.org/> (raw)
In-Reply-To: <bug-89131-13602@https.bugzilla.kernel.org/>
https://bugzilla.kernel.org/show_bug.cgi?id=89131
Theodore Tso <tytso@mit.edu> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |tytso@mit.edu
--- Comment #6 from Theodore Tso <tytso@mit.edu> ---
Couple of questions. First of all, is there any chance you could give a try
with 3.18.0, and see if it fails there?
Also, can you try to get line numbers out of the stack dump?
Also, how long does it take before you trigger the failure? I'm in particular
interested in seeing where this comes from:
[ 4244.680376] [<ffffffff81203313>] __blockdev_direct_IO+0x25e3/0x3630
Part of the problem here is that fs/direct_io.c has a bunch of inline
functions, so it becomes tricky to figure out where the call to advance_iovec
comes from. This looks like a bug in the core direct I/O code, but we do a
fair amount of regression testing and this is a new one; it's a bit surprising
no once else found this when running xfstests.
To get the line numbers, compile the kernel with
CONFIG_DEBUG_INFO=y
(You can also set CONFIG_DEBUG_INFO_REDUCED to reduce the size of your kernel
build.)
Then use the addr2line program to translate the address to a line number, i.e.:
addr2line -e /path/to/kernel/build/vmlinux -i -a ffffffff81203313
Finally, can you send me an output of dumpe2fs -h of your ext3/ext4 file
system, just so I can understand what file system features are enabled with
your file system.
Thanks!!
--
You are receiving this mail because:
You are watching the assignee of the bug.
next prev parent reply other threads:[~2014-12-19 16:02 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-12-01 13:19 [Bug 89131] New: Hangs when checking torrent through libtorrent; kernel BUG at mm/iov_iter.c:219! bugzilla-daemon
2014-12-17 9:49 ` [Bug 89131] " bugzilla-daemon
2014-12-17 11:08 ` bugzilla-daemon
2014-12-17 11:20 ` bugzilla-daemon
2014-12-17 11:36 ` bugzilla-daemon
2014-12-18 9:49 ` bugzilla-daemon
2014-12-19 16:02 ` bugzilla-daemon [this message]
2014-12-19 16:30 ` bugzilla-daemon
2014-12-19 16:37 ` bugzilla-daemon
2014-12-19 16:37 ` bugzilla-daemon
2015-01-19 7:54 ` bugzilla-daemon
2015-01-19 17:36 ` bugzilla-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=bug-89131-13602-UR7rds3Sef@https.bugzilla.kernel.org/ \
--to=bugzilla-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).