From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752093AbZH0Jl1 (ORCPT ); Thu, 27 Aug 2009 05:41:27 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751946AbZH0Jl0 (ORCPT ); Thu, 27 Aug 2009 05:41:26 -0400 Received: from bombadil.infradead.org ([18.85.46.34]:57436 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751813AbZH0Jl0 (ORCPT ); Thu, 27 Aug 2009 05:41:26 -0400 Subject: Re: PROBLEM: oops From: Peter Zijlstra To: Pawel Golaszewski Cc: linux-kernel@vger.kernel.org, Ingo Molnar , Dhaval Giani In-Reply-To: References: <1251209206.7538.1159.camel@twins> <1251209734.7538.1160.camel@twins> <1251211483.7538.1162.camel@twins> <1251212859.7538.1166.camel@twins> <1251265742.7538.1192.camel@twins> <1251364230.18584.52.camel@twins> Content-Type: text/plain Content-Transfer-Encoding: 7bit Date: Thu, 27 Aug 2009 11:40:17 +0200 Message-Id: <1251366017.18584.62.camel@twins> Mime-Version: 1.0 X-Mailer: Evolution 2.26.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 2009-08-27 at 11:24 +0200, Pawel Golaszewski wrote: > On Thu, 27 Aug 2009, Peter Zijlstra wrote: > > > > > > > > > could you try to reproduce without that? > > > > > > > > > > > > > > > > > > CONFIG_GROUP_SCHED=n > > > > > > > > I'll try. > > > > > > It seems that problem still exists - system has crashed too. > > > > > > From netconsole: Any ideas? Last kernel I was using is 2.6.27.13 > > > > > > - works fine. None between 13 and 31 tested... > > > > > # git log --format=oneline v2.6.27.13..v2.6.27.31 kernel/sched* > > > > > 2b46f3769896dc04e1e49144d282e4655677105a wait: prevent exclusive waiter starvation > > > > > > > > > > Nothing changed anywhere near the code that is falling apart.. > > > > I have 2 machines with the same hardware and similar software. On > > > > one .13 is stable - I will test it on the second one. Should be too. > > > I've checked it - 2.6.27.13 is stable for me. Conclusion: there is > > > something wrong between 2.6.27.13 and 2.6.27.31 What can I do about > > > that? I'm not kernel-hacker... > > Unless any of the memory debugging options yield a clue > > Which options? I'm not sure what was available in .27 looking at your config, the things you can try are: CONFIG_SLUB_DEBUG_ON=y CONFIG_DEBUG_PAGEALLOC=y I'm not seeing kmemcheck.