From mboxrd@z Thu Jan 1 00:00:00 1970 From: "=?ISO-8859-1?Q?Ilpo_J=E4rvinen?=" Subject: Re: [Bugme-new] [Bug 10767] New: Seg Fault Instead of Swapping Date: Mon, 26 May 2008 14:33:08 +0300 (EEST) Message-ID: References: <20080521105747.215be17d.akpm@linux-foundation.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: Andrew Morton , Netdev , bugme-daemon@bugzilla.kernel.org To: Brian Vowell Return-path: Received: from courier.cs.helsinki.fi ([128.214.9.1]:43464 "EHLO mail.cs.helsinki.fi" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754204AbYEZLdK (ORCPT ); Mon, 26 May 2008 07:33:10 -0400 In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: On Fri, 23 May 2008, Brian Vowell wrote: > Here are some of the others that show in the logs: > > This one repeats four times, and then again multiple times every minute > afterwards for about 30 minutes. > May 18 19:31:00 ishtar kernel: pdflush: page allocation failure. order:3, > mode:0x4020 I think that the problem here is that tg3 tries to allocate a large contiguous memory block which isn't available. > May 18 19:31:00 ishtar kernel: Pid: 15300, comm: pdflush Not tainted > 2.6.25.4 #1 > May 18 19:31:00 ishtar kernel: > May 18 19:31:00 ishtar kernel: Call Trace: > May 18 19:31:00 ishtar kernel: [] > __alloc_pages+0x33f/0x35a > May 18 19:31:00 ishtar kernel: [] new_slab+0x3f/0x242 > May 18 19:31:00 ishtar kernel: [] > __slab_alloc+0x212/0x43b > May 18 19:31:00 ishtar kernel: [] > __netdev_alloc_skb+0x29/0x43 > May 18 19:31:00 ishtar kernel: [] > __netdev_alloc_skb+0x29/0x43 > May 18 19:31:00 ishtar kernel: [] > __kmalloc_node_track_caller+0x75/0xab > May 18 19:31:00 ishtar kernel: [] __alloc_skb+0x6a/0x133 > May 18 19:31:00 ishtar kernel: [] > __netdev_alloc_skb+0x29/0x43 > May 18 19:31:00 ishtar kernel: [] > tg3_alloc_rx_skb+0xc4/0x153 > May 18 19:31:00 ishtar kernel: [] tg3_poll+0x3be/0x7df ...but I'm probably not much of help with it. -- i.