Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1761927AbXKHVZb (ORCPT ); Thu, 8 Nov 2007 16:25:31 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1760839AbXKHVZU (ORCPT ); Thu, 8 Nov 2007 16:25:20 -0500 Received: from ogre.sisk.pl ([217.79.144.158]:52414 "EHLO ogre.sisk.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758714AbXKHVZT (ORCPT ); Thu, 8 Nov 2007 16:25:19 -0500 From: "Rafael J. Wysocki" To: Grant Wilson Subject: Re: 2.6.24-rc1-gb4f5550 oops Date: Thu, 8 Nov 2007 22:42:21 +0100 User-Agent: KMail/1.9.6 (enterprise 20070904.708012) Cc: lkml , Andrew Morton , netdev References: <20071105061158.3174d24d@worthy.swandive.local> <200711081653.11226.rjw@sisk.pl> <20071108172213.2b3b8ffd@worthy.swandive.local> In-Reply-To: <20071108172213.2b3b8ffd@worthy.swandive.local> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200711082242.21869.rjw@sisk.pl> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1426 Lines: 43 On Thursday, 8 of November 2007, Grant Wilson wrote: > On Thu, 8 Nov 2007 16:53:10 +0100 > "Rafael J. Wysocki" wrote: > > > On Thursday, 8 of November 2007, Grant Wilson wrote: > > > On Thu, 8 Nov 2007 01:06:21 +0100 > > > "Rafael J. Wysocki" wrote: > > > > > > > On Monday, 5 of November 2007, Grant Wilson wrote: > > > > > Hi, > > > > > I got this oops on 2.6.24-rc1-641-gb4f5550: > > > > > > > > (1) Is this reproducible? > > > > (2) Did it happen previously on your system? > > > > > > > > [18073.371126] Unable to handle kernel NULL pointer dereference at 0000000000000120 RIP: > > > > [18073.371134] [] check_preempt_wakeup+0x6e/0x110 > > > > > > This has now happened twice - the second time was last night when > > > running 2.6.24-rc2. > > > > > > Here's that second occurrence: > > > > [snip] > > > > Hmm. > > > > Please run "gdb vmlinux" and see what code corresponds to > > check_preempt_wakeup+0x6e in your kernel. > > > Dump of assembler code for function check_preempt_wakeup: Well, thanks, but I meant the source code. Please do "gdb vmlinux" and then "l *check_preempt_wakeup+0x6e" in gdb. Thanks, Rafael - 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/