From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754310AbYICJDw (ORCPT ); Wed, 3 Sep 2008 05:03:52 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751352AbYICJDo (ORCPT ); Wed, 3 Sep 2008 05:03:44 -0400 Received: from casper.infradead.org ([85.118.1.10]:40083 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751350AbYICJDo (ORCPT ); Wed, 3 Sep 2008 05:03:44 -0400 Subject: Re: [2.6.27] early exception - lockdep related? From: Peter Zijlstra To: Luca Tettamanti Cc: linux-kernel@vger.kernel.org, mingo@redhat.com In-Reply-To: <68676e00809030154i7470b08o770198bbefe00924@mail.gmail.com> References: <20080902210646.GA10925@dreamland.darkstar.lan> <1220424721.8609.74.camel@twins> <68676e00809030128o45820023n6f270847e14af2a3@mail.gmail.com> <1220431061.8609.87.camel@twins> <68676e00809030154i7470b08o770198bbefe00924@mail.gmail.com> Content-Type: text/plain Date: Wed, 03 Sep 2008 11:03:44 +0200 Message-Id: <1220432624.8609.92.camel@twins> Mime-Version: 1.0 X-Mailer: Evolution 2.22.3.1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 2008-09-03 at 10:54 +0200, Luca Tettamanti wrote: > On Wed, Sep 3, 2008 at 10:37 AM, Peter Zijlstra wrote: > > On Wed, 2008-09-03 at 10:28 +0200, Luca Tettamanti wrote: > >> On Wed, Sep 3, 2008 at 8:52 AM, Peter Zijlstra wrote: > >> > On Tue, 2008-09-02 at 23:06 +0200, Luca Tettamanti wrote: > >> >> Hello, > >> >> I'm seeing an early exception (0e) - which seems related to lockdep - at > >> >> boot with many 2.6.27 kernels and I'm having troubles to track it down. > >> > > >> > Does it print one of these nice stack traces? > >> > >> Of course not ;-) It dies before dumping the stack trace (or at least > >> it doesn't make to the console - that machine has a serial port, but > >> my notebook does not... I've ordered a usb-to-serial adapter). > > > > Until it arrives, you could try poking at netconsole.. > > Hum, I forgot to mention that it dies very early, just after: > > Kernel is alive > Kernel is really alive > > > > Is netconsole already up at that point? Another thing you could try is booting this kernel in qemu and try attaching to its gdb stub. I've had varying levels of success doing that, you need a very recent (might still be svn snapshot) of qemu to get x86_64 gdb to work iirc.