From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@bugzilla.kernel.org Subject: [Bug 13909] md5sum on 3GB file is constantly hanging Date: Sat, 8 Aug 2009 19:54:50 GMT Message-ID: <200908081954.n78JsoQt025264@demeter.kernel.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" To: linux-ext4@vger.kernel.org Return-path: Received: from demeter.kernel.org ([140.211.167.39]:54681 "EHLO demeter.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752114AbZHHTyu (ORCPT ); Sat, 8 Aug 2009 15:54:50 -0400 Received: from demeter.kernel.org (localhost.localdomain [127.0.0.1]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id n78JsovI025265 for ; Sat, 8 Aug 2009 19:54:50 GMT In-Reply-To: Sender: linux-ext4-owner@vger.kernel.org List-ID: http://bugzilla.kernel.org/show_bug.cgi?id=13909 Eric Sandeen changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sandeen@redhat.com --- Comment #8 from Eric Sandeen 2009-08-08 19:54:49 --- Does just the md5sum/dd hang or the whole system? If you can, run ps and see what state is the dd and/or md5sum in. If it's in "D" state try # echo w > /proc/sysrq-trigger and see what shows up in dmesg. This dumps processes in wait state. Otherwise # echo t > /proc/sysrq-trigger will dump all processes. give that a shot & attach the resulting dmesg. Thanks, -Eric -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug.