Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759451AbYFIXCV (ORCPT ); Mon, 9 Jun 2008 19:02:21 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753507AbYFIXCD (ORCPT ); Mon, 9 Jun 2008 19:02:03 -0400 Received: from smtp1.linux-foundation.org ([140.211.169.13]:56204 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753363AbYFIXCA (ORCPT ); Mon, 9 Jun 2008 19:02:00 -0400 Date: Mon, 9 Jun 2008 16:01:54 -0700 From: Andrew Morton To: Jiri Slaby Cc: linux-kernel@vger.kernel.org, linux-mm@kvack.org, netdev@vger.kernel.org Subject: Re: sock lockup -> process in D state [Was: 2.6.26-rc5-mm1] Message-Id: <20080609160154.218f3e69.akpm@linux-foundation.org> In-Reply-To: <484DAF9D.5080702@gmail.com> References: <20080609053908.8021a635.akpm@linux-foundation.org> <484DAF9D.5080702@gmail.com> X-Mailer: Sylpheed version 2.2.4 (GTK+ 2.8.20; i486-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 3714 Lines: 77 On Tue, 10 Jun 2008 00:33:01 +0200 Jiri Slaby wrote: > On 06/09/2008 02:39 PM, Andrew Morton wrote: > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.26-rc5/2.6.26-rc5-mm1/ > > I don't know how to reproduce it so far, but posting anyway: > > httpd2-prefor D 00000000ffffffff 0 3697 2811 > ffff810055bd7198 0000000000000046 ffff810055bd7160 ffff810055bd715c > ffffffff80728000 ffff810063896700 ffff81007d093380 ffff810063896980 > 00000001781e1700 00000001005585a6 ffff810063896980 0000000000000600 > Call Trace: > [] lock_sock_nested+0x8d/0xd0 > [] ? autoremove_wake_function+0x0/0x40 > [] sock_fasync+0x4c/0x180 > [] sock_close+0x1d/0x40 > [] __fput+0xc4/0x1a0 > [] fput+0x1d/0x30 > [] filp_close+0x5b/0x90 > [] put_files_struct+0x79/0xe0 > [] exit_files+0x4e/0x60 > [] do_exit+0x6e4/0x7f0 > [] ? __wake_up+0x4e/0x70 > [] oops_end+0x88/0x90 > [] die+0x5e/0x90 > [] do_trap+0x146/0x170 > [] ? atomic_notifier_call_chain+0x15/0x20 > [] do_invalid_op+0x92/0xb0 > [] ? unlock_page+0x17/0x40 > [] ? check_object+0x265/0x270 > [] ? init_object+0x50/0x90 > [] error_exit+0x0/0x51 > [] ? unlock_page+0x17/0x40 > [] ? unlock_page+0x2d/0x40 > [] ? shrink_page_list+0x2fd/0x720 > [] ? isolate_pages_global+0x1c3/0x270 > [] ? shrink_list+0x240/0x5e0 > [] ? init_object+0x50/0x90 > [] ? shrink_zone+0x253/0x330 > [] ? background_writeout+0x0/0xe0 > [] ? try_to_free_pages+0x251/0x3e0 > [] ? isolate_pages_global+0x0/0x270 > [] ? __alloc_pages_internal+0x20f/0x4e0 > [] ? __slab_alloc+0x6d4/0x6f0 > [] ? sk_stream_alloc_skb+0x41/0x110 > [] ? sk_stream_alloc_skb+0x41/0x110 > [] ? __kmalloc_track_caller+0xc3/0xf0 > [] ? __alloc_skb+0x6e/0x150 > [] ? sk_stream_alloc_skb+0x41/0x110 > [] ? tcp_sendmsg+0x370/0xc30 > [] ? sock_aio_write+0x137/0x150 > [] ? touch_atime+0x31/0x140 > [] ? sock_aio_write+0x0/0x150 > [] ? do_sync_readv_writev+0xeb/0x130 > [] ? pipe_read+0x4b1/0x4c0 > [] ? autoremove_wake_function+0x0/0x40 > [] ? do_sync_read+0xf1/0x140 > [] ? rw_copy_check_uvector+0x7e/0x130 > [] ? do_readv_writev+0xcf/0x1e0 > [] ? sys_epoll_wait+0xcb/0x560 > [] ? vfs_writev+0x40/0x60 > [] ? sys_writev+0x50/0xb0 > [] ? system_call_after_swapgs+0x7b/0x80 Looks like it tried to go BUG then deadlocked. Didn't it print BUG stuff into the logs? And I'd guess that you hit the unlock_page() BUG (Subject: Re: 2.6.26-rc5-mm1: kernel BUG at mm/filemap.c:575!). This bug means that rc5-mm1 is toast, sorry. -- 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/