From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Tue, 25 Sep 2001 19:46:00 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Tue, 25 Sep 2001 19:45:40 -0400 Received: from [195.223.140.107] ([195.223.140.107]:6129 "EHLO athlon.random") by vger.kernel.org with ESMTP id ; Tue, 25 Sep 2001 19:45:36 -0400 Date: Wed, 26 Sep 2001 01:46:03 +0200 From: Andrea Arcangeli To: Christian =?iso-8859-1?Q?Borntr=E4ger?= Cc: Marcelo Tosatti , Paul Larson , Linus Torvalds , =?iso-8859-1?Q?Jacek=5Biso-8859-2=5DPop=B3awski?= , lkml Subject: Re: __alloc_pages: 0-order allocation failed Message-ID: <20010926014603.S1782@athlon.random> In-Reply-To: <1001319223.4613.34.camel@plars.austin.ibm.com> <20010926010149.U8350@athlon.random> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: ; from linux-kernel@borntraeger.net on Wed, Sep 26, 2001 at 01:24:10AM +0200 X-GnuPG-Key-URL: http://e-mind.com/~andrea/aa.gnupg.asc X-PGP-Key-URL: http://e-mind.com/~andrea/aa.asc Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Sep 26, 2001 at 01:24:10AM +0200, Christian Bornträger wrote: > > Could you enable CONFIG_DEBUG_GFP (kernel debugging menu) in 2.4.10aa1 > > and send me full traces of the faliures so I can better see where the > > problem cames from? Thanks! > > OK, with the vm-tweaks and the gfp-patch I got the following output: > > __alloc_pages: 0-order allocation failed (gfp=0x1d2/0) > dcb81e30 c01fd640 00000000 000001d2 00000000 00000000 dcb81e5c 00000001 > c0223848 c02239b8 000001d2 00000000 00000001 c1978d40 de9f30c0 de9855a0 > c01219d7 00000000 00000000 c012b35f c0223848 de9f30c0 c1978d40 00000001 > Call Trace: [] [] [] [] [] > [] [] [] [] > VM: killing process a.out > > > feeding it to ksymoops....: > > > dcb81e30 c01fd640 00000000 000001d2 00000000 00000000 dcb81e5c 00000001 > c0223848 c02239b8 000001d2 00000000 00000001 c1978d40 de9f30c0 de9855a0 > c01219d7 00000000 00000000 c012b35f c0223848 de9f30c0 c1978d40 00000001 > Call Trace: [] [] [] [] [] > [] [] [] [] > Warning (Oops_read): Code line not seen, dumping what data is available > > Trace; c01219d7 > Trace; c012b35f <__alloc_pages+4f/240> > Trace; c0121a60 > Trace; c0121b40 > Trace; c011152e > Trace; c010adc2 > Trace; c0121e27 > Trace; c01113b0 > Trace; c0106dec > > > If you need a run on a complete aa1-patch, let me know. ok, this sounds like a normal oom condition but of course I assume it isn't. Can you show a `vmstat 1` during the oom kill + some /proc/meminfo? thanks for the great feedback! Andrea