Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755652AbZCLR3T (ORCPT ); Thu, 12 Mar 2009 13:29:19 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752998AbZCLR3K (ORCPT ); Thu, 12 Mar 2009 13:29:10 -0400 Received: from vms173009pub.verizon.net ([206.46.173.9]:61789 "EHLO vms173009pub.verizon.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753241AbZCLR3J (ORCPT ); Thu, 12 Mar 2009 13:29:09 -0400 From: Gene Heskett Organization: Organization? very little To: David Newall , "linux-kernel@vger.kernel.org" Subject: Re: I just got got another Oops Date: Thu, 12 Mar 2009 13:28:51 -0400 User-Agent: KMail/1.11.0 (Linux/2.6.29-rc7; KDE/4.2.0; i686; ; ) References: <200903120133.11583.gene.heskett@gmail.com> <49B8C98D.3020309@davidnewall.com> In-reply-to: <49B8C98D.3020309@davidnewall.com> MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7bit Content-disposition: inline Message-id: <200903121328.51881.gene.heskett@gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1595 Lines: 41 On Thursday 12 March 2009, David Newall wrote: >Gene Heskett wrote: >> Mar 12 01:15:01 coyote xinetd[2583]: START: amanda pid=8970 >> from=::ffff:192.168.71.3 Mar 12 01:16:21 coyote kernel: [10353.910914] >> BUG: unable to handle kernel NULL pointer dereference at 00000006 Mar 12 >> 01:16:21 coyote kernel: [10353.910921] IP: [] >> get_page_from_freelist+0x24b/0x4c0 Mar 12 01:16:21 coyote kernel: >> [10353.910929] *pdpt = 0000000000b38001 *pde = 0000000000000000 Mar 12 >> 01:16:21 coyote kernel: [10353.910934] Oops: 0000 [#1] PREEMPT SMP > >I think there must be a zone at 0x0. Try adding > > if (!zone) goto try_next_zone; > > >in mm/page_alloc.c, (near line 1469), before > > if (NUMA_BUILD && zlc_active && This line is at #1417 in my mm/page_alloc.c, (in 2.6.29-rc7) but I have added it, and a rebuild is in progress. I'll post again if I see it again. The machine is still up, and functioning apparently only semi-normally ATM. I don't know it its related, but setroubleshoot's daemon is also exiting frequently. And can't be restarted with the 'service' utility. Off to reboot next. Thanks David. -- Cheers, Gene "There are four boxes to be used in defense of liberty: soap, ballot, jury, and ammo. Please use in that order." -Ed Howdershelt (Author) You're dead, Jim. -- McCoy, "Amok Time", stardate 3372.7 -- 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/