Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750706AbWC3Wly (ORCPT ); Thu, 30 Mar 2006 17:41:54 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750781AbWC3Wly (ORCPT ); Thu, 30 Mar 2006 17:41:54 -0500 Received: from out1.smtp.messagingengine.com ([66.111.4.25]:11142 "EHLO out1.smtp.messagingengine.com") by vger.kernel.org with ESMTP id S1750706AbWC3Wlx (ORCPT ); Thu, 30 Mar 2006 17:41:53 -0500 X-Sasl-enc: gKBFEDu+qbzk32S+bVaZ+E/ImxHNV74KxU+KAHbsjeZX 1143758490 Message-ID: <13d501c6544b$23e023d0$c100a8c0@robm> From: "Robert Mueller" To: , "Reiserfs developers mail-list" , "Oleg Drokin" , "Chris Mason" Cc: "Bron Gondwana" , "Jeremy Howard" Subject: System lockup with processes in D state in 2.6.16.1 Date: Fri, 31 Mar 2006 08:41:38 +1000 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2670 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1881 Lines: 44 Some time ago, we were seeing a problem in the kernel in the reiserfs code where a lock inversion issue could cause processes to get stuck in D state, requiring a system reboot. http://marc.theaimsgroup.com/?t=108932517300001&r=1&w=2 This link describes the actual call path that causes the problem. http://marc.theaimsgroup.com/?l=linux-kernel&m=109035413201491&w=2 At the time, the solution we got was to add a patch the basically bypasses reiser_file_write and just calls generic_file_write. This semed to fix the problem and we've been running for over a year fine with that patch. Recent we brought the issue up again with some reiser people, who mentioned that: > There was a patch for the problem referenced by this link. (By Cris Mason, > I think). This patch is long included into vanilla kernel > (2.6.15 certainly contains it). If you still see deadlocks, I guess you > need > to gather some more info again (sysrq-t and friends). So we recently built 2.6.16.1, without the patch. However after just 1 hour of stress testing with cyrus again, we were able to lock up the system with lots of processes stuck in D state and a load running to 500+. The machine had about 1500 processes running on it, and the dmesg buffer was only 1M, so it seems we weren't able to capture all the traces with a sysrq-t, but there's still a lot of info. I've put the sysrq-t and kernel config output at the links below: http://kernel.robm.fastmail.fm/sysrq-t-2006-03-30-1.txt http://kernel.robm.fastmail.fm/kernel-config-2006-03-30-1.txt Any idea if this is related to the previous problem or is something different? Rob - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/