Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1422851AbWJPTZW (ORCPT ); Mon, 16 Oct 2006 15:25:22 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1422854AbWJPTZV (ORCPT ); Mon, 16 Oct 2006 15:25:21 -0400 Received: from omx1-ext.sgi.com ([192.48.179.11]:11952 "EHLO omx1.americas.sgi.com") by vger.kernel.org with ESMTP id S1422851AbWJPTZU (ORCPT ); Mon, 16 Oct 2006 15:25:20 -0400 Date: Mon, 16 Oct 2006 12:25:14 -0700 (PDT) From: Christoph Lameter To: Will Schmidt cc: linuxppc-dev@ozlabs.org, linux-kernel@vger.kernel.org Subject: Re: kernel BUG in __cache_alloc_node at linux-2.6.git/mm/slab.c:3177! In-Reply-To: <1161026409.31903.15.camel@farscape> Message-ID: References: <1160764895.11239.14.camel@farscape> <1160769226.11239.22.camel@farscape> <1160773040.11239.28.camel@farscape> <1161026409.31903.15.camel@farscape> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1080 Lines: 37 On Mon, 16 Oct 2006, Will Schmidt wrote: > Node 1 MemTotal: 327680 kB > Node 1 MemFree: 435704 kB Too big. > Node 1 MemUsed: 18446744073709443592 kB Memused is going negative? > Node 1 Active: 41412 kB > Node 1 Inactive: 19976 kB > Node 1 HighTotal: 0 kB > Node 1 HighFree: 0 kB > Node 1 LowTotal: 327680 kB > Node 1 LowFree: 435704 kB > Node 1 Dirty: 0 kB > Node 1 Writeback: 0 kB > Node 1 Mapped: 0 kB > Node 1 Slab: 0 kB zero slab??? That cannot be. The slab allocator always allocs on each node. Or is this <2.6.18 with the strange counters that we had before? > Node 0 MemTotal: 229376 kB > Node 0 MemFree: 0 kB > Node 0 MemUsed: 229376 kB Node 0 is filled up during bootup? - 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/