From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965078AbWFALZp (ORCPT ); Thu, 1 Jun 2006 07:25:45 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S965156AbWFALZp (ORCPT ); Thu, 1 Jun 2006 07:25:45 -0400 Received: from mx3.mail.elte.hu ([157.181.1.138]:60593 "EHLO mx3.mail.elte.hu") by vger.kernel.org with ESMTP id S965078AbWFALZo (ORCPT ); Thu, 1 Jun 2006 07:25:44 -0400 Date: Thu, 1 Jun 2006 13:25:51 +0200 From: Ingo Molnar To: Reuben Farrelly Cc: Andrew Morton , linux-kernel@vger.kernel.org, Tejun Heo , Jeff Garzik , Jan Beulich Subject: Re: 2.6.17-rc5-mm2 Message-ID: <20060601112551.GA5811@elte.hu> References: <20060601014806.e86b3cc0.akpm@osdl.org> <447EB4AD.4060101@reub.net> <20060601025632.6683041e.akpm@osdl.org> <447EBD46.7010607@reub.net> <20060601103315.GA1865@elte.hu> <20060601105300.GA2985@elte.hu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060601105300.GA2985@elte.hu> User-Agent: Mutt/1.4.2.1i X-ELTE-SpamScore: 0.0 X-ELTE-SpamLevel: X-ELTE-SpamCheck: no X-ELTE-SpamVersion: ELTE 2.0 X-ELTE-SpamCheck-Details: score=0.0 required=5.9 tests=AWL,BAYES_50 autolearn=no SpamAssassin version=3.0.3 0.0 BAYES_50 BODY: Bayesian spam probability is 40 to 60% [score: 0.5000] 0.0 AWL AWL: From: address is in the auto white-list X-ELTE-VirusStatus: clean Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org * Ingo Molnar wrote: > > * Reuben Farrelly wrote: > > > > > >A .config would be useful too. > > > > > > Now up at > > > http://www.reub.net/files/kernel/configs/2.6.17-rc5-mm2-x86_64.confg > > > > hm, i cannot reproduce the stack backtrace secondary crash with your > > config. Weird. > > ah, managed to reproduce it! > > Jan, the dwarf2 unwinder apparently fails if we call a NULL function. Reuben, the workaround would be to disable CONFIG_STACK_UNWIND. Ingo