From owner-freebsd-amd64@FreeBSD.ORG Fri Nov 1 15:32:36 2013 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 1B6A1430 for ; Fri, 1 Nov 2013 15:32:36 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [IPv6:2001:470:1f11:75::1]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E9BEE24AE for ; Fri, 1 Nov 2013 15:32:35 +0000 (UTC) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id F0E9AB93B; Fri, 1 Nov 2013 11:32:30 -0400 (EDT) From: John Baldwin To: freebsd-amd64@freebsd.org, Torbjorn Granlund Subject: Re: amd64/183397: Kernel panic at first incoming ssh Date: Fri, 1 Nov 2013 09:21:57 -0400 User-Agent: KMail/1.13.5 (FreeBSD/8.4-CBSD-20130906; KDE/4.5.5; amd64; ; ) References: <201310312350.r9VNo1gE056086@freefall.freebsd.org> In-Reply-To: <201310312350.r9VNo1gE056086@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201311010921.57769.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Fri, 01 Nov 2013 11:32:31 -0400 (EDT) X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Nov 2013 15:32:36 -0000 On Thursday, October 31, 2013 7:50:01 pm Torbjorn Granlund wrote: > The following reply was made to PR amd64/183397; it has been noted by GNATS. > > From: Torbjorn Granlund > To: John Baldwin > Cc: freebsd-amd64@freebsd.org, freebsd-gnats-submit@freebsd.org > Subject: Re: amd64/183397: Kernel panic at first incoming ssh > Date: Fri, 01 Nov 2013 00:42:19 +0100 > > Those attachments didn't come out too pretty at the web PR interface. > > I put the screen dumps in png format here: > > http://gmplib.org/~tege/fbsd32-oh-no-ssh.png > http://gmplib.org/~tege/fbsd64-oh-no-ssh.png Can you fire up gdb against your 64-bit kernel file (e.g. gdb /boot/kernel/kernel) and do 'l *xn_intr+0x7d'? -- John Baldwin