From owner-freebsd-net@FreeBSD.ORG Fri Oct 19 08:01:57 2012 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4CA7AA5B for ; Fri, 19 Oct 2012 08:01:57 +0000 (UTC) (envelope-from sunkeyong@gmail.com) Received: from mail-qc0-f182.google.com (mail-qc0-f182.google.com [209.85.216.182]) by mx1.freebsd.org (Postfix) with ESMTP id E43258FC14 for ; Fri, 19 Oct 2012 08:01:56 +0000 (UTC) Received: by mail-qc0-f182.google.com with SMTP id l39so152036qcs.13 for ; Fri, 19 Oct 2012 01:01:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=T6awshakab+GOnOXmQ4FgrLRfJkjuzE5OBRl0WZUy4o=; b=02s/f2icWbXPCIUS7qcEBmbeL/hb8ckSS27nBIFN8R32TQscgT3OSlEo9uhX0CDV4W rYFYineIycpZClSDqtYKcedSK99KoVMLdgRp2QuQYqfp1ZB+QxRN3NyVIypEQqYBdrWR zXTG7ob8h4snVenMSjS5n5CAbYokQERlzSWoUImZWNA77oj6cT1wc+oS8lOAaLvi8K5v vO3rnonvwYBf7pwJaBZpkb+HublxQxPBsmBjSo1RUOO1kFJndv1iSZZrPAhulRqUeukX 5VE9+5ZxjQITXATCX0e69bTdk8syptPMRvUgCHdPO15TJvjodCdIEXKUwjVqRl0qjBlp GLAA== MIME-Version: 1.0 Received: by 10.224.213.10 with SMTP id gu10mr384338qab.10.1350633716181; Fri, 19 Oct 2012 01:01:56 -0700 (PDT) Received: by 10.49.39.167 with HTTP; Fri, 19 Oct 2012 01:01:56 -0700 (PDT) Date: Fri, 19 Oct 2012 16:01:56 +0800 Message-ID: Subject: kern/94020: [tcp] tcp_timer_2msl_tw NULL pointer dereference panic From: Sun Keyong To: freebsd-net@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Oct 2012 08:01:57 -0000 Hi, Recently I meet a bug about the tcp_timer_2msl_tw null pointer dereference panic. I found there is a PR94020, the status was closed. Could anyone point to me how to fix this, and where I can found how to fix? Thanks a lot KY