Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756149Ab0GIPEA (ORCPT ); Fri, 9 Jul 2010 11:04:00 -0400 Received: from mail-yx0-f174.google.com ([209.85.213.174]:38869 "EHLO mail-yx0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754367Ab0GIPD6 (ORCPT ); Fri, 9 Jul 2010 11:03:58 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=vIbVr7fE28XKb8LZvdIWBwXU39BZE/urtXEBYmj9j8sq6sA1EC3y/7u4cy7TeV6+7c Gtxod1qOwaAlOzJ2V4KUqWFAhgPpfUBn1CrfIRDE355KtOtkebJi232QCAONfOMKvYRY nA8oKFAD1KI9atr3/pLdZHvAv4hxisUtIF/h0= MIME-Version: 1.0 In-Reply-To: <1278626921.2435.73.camel@edumazet-laptop> References: <1278626921.2435.73.camel@edumazet-laptop> Date: Fri, 9 Jul 2010 12:03:56 -0300 Message-ID: Subject: Re: Squid hang up on 2.6.34 From: Felipe W Damasio To: Eric Dumazet Cc: linux-kernel@vger.kernel.org, netdev Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 3290 Lines: 70 Hi, 2010/7/8 Eric Dumazet : > Please try to reproduce a new report. > > It looks like a memory corruption, and it would be good to see if a > common pattern is occurring. I'm trying..the thing is the freeze occured on the machine that sits on a 200Mbps ISP in bridge-mode. Since the machine frooze, and the whole ISP went down for a few minutes, I'm not allowed to run any tests on it. I've setup the same scenario on a lab, but since last night been unable to reproduce the bug. Maybe there's a clue on the this crash below that can help me write some program to trigger the problem? Cheers, Felipe Damasio kernel: general protection fault: 0000 [#1] SMP kernel: last sysfs file: /sys/devices/pci0000:00/0000:00:1f.3/i2c-0/name kernel: CPU 1 kernel: Modules linked in: kernel: Pid: 18351, comm: squid Not tainted 2.6.34 #1 DX58SO/ kernel: RIP: 0010:[] [] sock_rfree+0x26/0x37 kernel: RSP: 0018:ffff88041c28fc20 EFLAGS: 00010206 kernel: RAX: dce8dce85d415d41 RBX: ffff88038f098c00 RCX: 0000000000000720 kernel: RDX: ffff8804053b2e00 RSI: ffff88032564ee0c RDI: ffff88038f098c00 kernel: RBP: ffff8804051b2e00 R08: 0000000000000000 R09: 0000000000000000 kernel: R10: 0000000000020860 R11: ffff8804051b2e00 R12: 00000000000005a8 kernel: R13: 00000000000005a8 R14: 0000000000003d21 R15: 0000000000000000 kernel: FS: 00007f214fa8c710(0000) GS:ffff880001840000(0000) knlGS:0000000000000000 kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 kernel: CR2: 000000000b388000 CR3: 000000041c4c4000 CR4: 00000000000006e0 kernel: DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000 kernel: DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400 kernel: Process squid (pid: 18351, threadinfo ffff88041c28e000, task ffff88042e0fcec0) kernel: Stack: kernel: ffffffff81365dda ffff88038f098c00 ffffffff81365b8c ffff88038f098c00 kernel: <0> ffffffff813a222a 00000000000000d0 ffffffff81366af9 000000002e0fcec0 kernel: <0> ffff88042e0fcec0 ffff88042e0fcec0 ffff88042e0fcec0 0000000014d31cc0 kernel: Call Trace: kernel: [] ? skb_release_head_state+0x6d/0xb7 kernel: [] ? __kfree_skb+0x9/0x7d kernel: [] ? tcp_recvmsg+0x6a3/0x89a kernel: [] ? __alloc_skb+0x5e/0x14e kernel: [] ? sock_common_recvmsg+0x30/0x45 kernel: [] ? sock_aio_read+0xdd/0xf1 kernel: [] ? do_sync_read+0xb0/0xf2 kernel: [] ? _raw_spin_lock_bh+0x9/0x1f kernel: [] ? vfs_read+0xb9/0xff kernel: [] ? sys_read+0x45/0x6e kernel: [] ? system_call_fastpath+0x16/0x1b kernel: Code: ff ff ff ff c3 48 8b 57 18 8b 87 d8 00 00 00 48 8d 8a ac 00 00 00 f0 29 82 ac 00 00 00 48 8b 57 18 8b 8f d8 00 00 00 48 8b 42 38 <48> 83 b8 b0 00 00 00 00 74 06 01 8a f4 00 00 00 c3 41 57 41 89 kernel: RIP [] sock_rfree+0x26/0x37 kernel: RSP kernel: ---[ end trace bcd320fe508cc071 ]--- -- 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/