From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ingo Molnar Subject: Re: [BUG] long freezes on thinkpad t60 Date: Thu, 24 May 2007 16:42:51 +0200 Message-ID: <20070524144251.GA24859@elte.hu> References: <20070524125453.GA7554@elte.hu> <20070524141059.GA19872@elte.hu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mx3.mail.elte.hu ([157.181.1.138]:41121 "EHLO mx3.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750717AbXEXOm5 (ORCPT ); Thu, 24 May 2007 10:42:57 -0400 Content-Disposition: inline In-Reply-To: Sender: linux-acpi-owner@vger.kernel.org List-Id: linux-acpi@vger.kernel.org To: Miklos Szeredi Cc: linux-kernel@vger.kernel.org, linux-acpi@vger.kernel.org, tglx@linutronix.de * Miklos Szeredi wrote: > > hm, you should only need these: > > > > CONFIG_EVENT_TRACE=y > > CONFIG_FUNCTION_TRACE=y > > # CONFIG_WAKEUP_TIMING is not set > > # CONFIG_CRITICAL_IRQSOFF_TIMING is not set > > CONFIG_MCOUNT=y > > > > does it boot with these? > > Nope. Same segfault. If I try to continue manually with 'init 5', > then init segfaults as well :( does it go away if you turn off CONFIG_FUNCTION_TRACE? (that will make the trace a lot less verbose, but still informative) Ingo