From owner-freebsd-current@FreeBSD.ORG Sat Jul 28 20:16:22 2007 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5119C16A419 for ; Sat, 28 Jul 2007 20:16:22 +0000 (UTC) (envelope-from silby@silby.com) Received: from relay03.pair.com (relay03.pair.com [209.68.5.17]) by mx1.freebsd.org (Postfix) with SMTP id 0F74113C465 for ; Sat, 28 Jul 2007 20:16:21 +0000 (UTC) (envelope-from silby@silby.com) Received: (qmail 22635 invoked from network); 28 Jul 2007 20:16:20 -0000 Received: from 209.68.2.70 (HELO localhost) (209.68.2.70) by relay03.pair.com with SMTP; 28 Jul 2007 20:16:20 -0000 X-pair-Authenticated: 209.68.2.70 Date: Sat, 28 Jul 2007 15:16:20 -0500 (CDT) From: Mike Silbersack To: Alex Keda Message-ID: <20070728151437.R3202@odysseus.silby.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: current@freebsd.org Subject: Fixed: kernel panic on ssh connect X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Jul 2007 20:16:22 -0000 Rev 1.127 of tcp_syncache.c (which I just committed) should fix this: panic: syncache_add: unexpected tcp flag cpuid = 0 KDB: enter: panic [thread pid 32 tid 100037] stopped at kdb_enter+0x31: leave Please csup and see if that does the trick for you. Thanks, Mike "Silby" Silbersack