From: bugzilla-daemon@bugzilla.kernel.org
To: linux-ext4@vger.kernel.org
Subject: [Bug 13909] md5sum on 3GB file is constantly hanging
Date: Mon, 10 Aug 2009 18:21:24 GMT [thread overview]
Message-ID: <200908101821.n7AILOcs014007@demeter.kernel.org> (raw)
In-Reply-To: <bug-13909-13602@http.bugzilla.kernel.org/>
http://bugzilla.kernel.org/show_bug.cgi?id=13909
--- Comment #19 from Roland Kletzing <devzero@web.de> 2009-08-10 18:21:23 ---
maybe running
"strace md5sum bigfile 2>&1 | tail -n 25"
"strace dd if=bigfile of=/dev/null 2>&1 |tail -n 25"
gives some additional information where it gets stuck.
sorry if this information already hides in the stacktrace - i`m not familar
with reading those.
also contents from
/proc/sched_debug
and checking
/proc/$PID_OF_STUCK_TASK/stat for increasing values (utime/stime/eip)
would perhaps give additional information.
to see if this is scheduling/smp issue, you could either boot with 'maxcpus=1'
into single cpu mode or start your tasks with cpu affinity "taskset -c 0
cmdname" or "taskset -c 1 cmdname". does that make any difference ?
--
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
next prev parent reply other threads:[~2009-08-10 18:21 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-08-04 10:44 [Bug 13909] New: md5sum on 3GB file is constantly hanging bugzilla-daemon
2009-08-04 17:10 ` [Bug 13909] " bugzilla-daemon
2009-08-05 4:27 ` bugzilla-daemon
2009-08-08 10:03 ` bugzilla-daemon
2009-08-08 17:10 ` bugzilla-daemon
2009-08-08 19:41 ` bugzilla-daemon
2009-08-08 19:41 ` bugzilla-daemon
2009-08-08 19:42 ` bugzilla-daemon
2009-08-08 19:54 ` bugzilla-daemon
2009-08-08 20:38 ` bugzilla-daemon
2009-08-10 9:31 ` bugzilla-daemon
2009-08-10 13:33 ` bugzilla-daemon
2009-08-10 13:58 ` bugzilla-daemon
2009-08-10 14:11 ` bugzilla-daemon
2009-08-10 14:13 ` bugzilla-daemon
2009-08-10 14:34 ` bugzilla-daemon
2009-08-10 15:11 ` bugzilla-daemon
2009-08-10 15:58 ` bugzilla-daemon
2009-08-10 17:41 ` bugzilla-daemon
2009-08-10 18:21 ` bugzilla-daemon [this message]
2009-08-10 18:39 ` bugzilla-daemon
2009-08-10 20:11 ` bugzilla-daemon
2009-08-10 20:13 ` bugzilla-daemon
2009-08-10 21:13 ` bugzilla-daemon
2009-08-10 21:24 ` bugzilla-daemon
2009-08-10 21:59 ` bugzilla-daemon
2009-08-11 18:47 ` bugzilla-daemon
2009-08-11 22:35 ` bugzilla-daemon
2009-08-15 13:54 ` bugzilla-daemon
2009-08-17 14:31 ` Ric Wheeler
2009-08-17 10:23 ` bugzilla-daemon
2009-08-17 14:29 ` bugzilla-daemon
[not found] <bug-13909-13602@https.bugzilla.kernel.org/>
2012-06-13 14:35 ` bugzilla-daemon
2012-06-13 14:35 ` 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=200908101821.n7AILOcs014007@demeter.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.