From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Howells Subject: Re: next-20080808: bash: fork: Resource temporarily unavailable Date: Sat, 09 Aug 2008 15:07:06 +0100 Message-ID: <15386.1218290826@redhat.com> References: <1218287473.3155.13.camel@dhcppc0> <1218281190.3155.5.camel@dhcppc0> <1218214935.3146.5.camel@dhcppc0> <14476.1218286327@redhat.com> Return-path: Received: from mx1.redhat.com ([66.187.233.31]:42404 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752337AbYHIOHw (ORCPT ); Sat, 9 Aug 2008 10:07:52 -0400 In-Reply-To: <1218287473.3155.13.camel@dhcppc0> Sender: linux-next-owner@vger.kernel.org List-ID: To: Thomas Meyer Cc: dhowells@redhat.com, James Morris , Linux-Kernel , Linux-Next Thomas Meyer wrote: > Is that what you wanted to know? Doesn't look like a memory leak for me. It wasn't really what I was after, but I agree, with only 24.4 MB allocated to slabs, it doesn't look like a leak. > kmem: invalid structure member offset: kmem_cache_objects > FILE: memory.c LINE: 13500 FUNCTION: dump_kmem_cache_slub() That smacks of the internal structs having changed more recently than F9's kmem program. I guess I need to get this thing running on an i386 box. David