Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754500AbZJ0NBV (ORCPT ); Tue, 27 Oct 2009 09:01:21 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754223AbZJ0NBU (ORCPT ); Tue, 27 Oct 2009 09:01:20 -0400 Received: from cantor.suse.de ([195.135.220.2]:53827 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753077AbZJ0NBU (ORCPT ); Tue, 27 Oct 2009 09:01:20 -0400 Date: Tue, 27 Oct 2009 14:01:23 +0100 (CET) From: Jiri Kosina X-X-Sender: jikos@twin.jikos.cz To: Michael Guntsche Cc: linux-kernel Subject: Re: Page alloc problems with 2.6.32-rc kernels In-Reply-To: <20091027095014.GA22215@gibson.comsick.at> Message-ID: References: <20091027095014.GA22215@gibson.comsick.at> User-Agent: Alpine 2.00 (LRH 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1606 Lines: 44 On Tue, 27 Oct 2009, Michael Guntsche wrote: > Hello list, > > I noticed that I get page alloc errors on one of my machines. > It is an old server I use as a fileserver with 512MB RAM. Before > 2.6.3[12] I did not see this problem at all. > This only seems to happens when I use mutt on this machine. > I know that it means I am running out of memory here, but I am wondering > why I did not see this before.... > > mutt: page allocation failure. order:1, mode:0x20 > Pid: 21746, comm: mutt Not tainted 2.6.32-rc5 #2 > Call Trace: > [] ? printk+0x18/0x21 > [] __alloc_pages_nodemask+0x417/0x4d8 > [] cache_alloc_refill+0x250/0x496 > [] __kmalloc+0xa4/0xa8 > [] tty_buffer_request_room+0x88/0x11d > [] tty_insert_flip_string+0x27/0x93 > [] pty_write+0x24/0x4a > [] n_tty_write+0x163/0x3ab > [] ? default_wake_function+0x0/0xd > [] tty_write+0x129/0x1c2 > [] ? n_tty_write+0x0/0x3ab > [] vfs_write+0x8e/0x142 > [] ? tty_write+0x0/0x1c2 > [] sys_write+0x3d/0x6b > [] syscall_call+0x7/0xb This is a consequence of more general problem in the allocator, and is probably not tty-specific. Please see the thread below http://lkml.org/lkml/2009/10/22/128 -- Jiri Kosina SUSE Labs, Novell Inc. -- 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/