From owner-freebsd-alpha@FreeBSD.ORG Mon Nov 15 18:52:36 2004 Return-Path: Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA9FC16A4CE for ; Mon, 15 Nov 2004 18:52:36 +0000 (GMT) Received: from mail4.speakeasy.net (mail4.speakeasy.net [216.254.0.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45B6743D2F for ; Mon, 15 Nov 2004 18:52:36 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: (qmail 30667 invoked from network); 15 Nov 2004 18:52:35 -0000 Received: from dsl027-160-063.atl1.dsl.speakeasy.net (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) encrypted SMTP for ; 15 Nov 2004 18:52:33 -0000 Received: from [10.50.41.235] (gw1.twc.weather.com [216.133.140.1]) (authenticated bits=0) by server.baldwin.cx (8.12.11/8.12.11) with ESMTP id iAFIqEld075648; Mon, 15 Nov 2004 13:52:22 -0500 (EST) (envelope-from jhb@FreeBSD.org) From: John Baldwin To: freebsd-alpha@FreeBSD.org Date: Mon, 15 Nov 2004 11:11:11 -0500 User-Agent: KMail/1.6.2 References: In-Reply-To: MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200411151111.11950.jhb@FreeBSD.org> X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on server.baldwin.cx cc: Robert Watson Subject: Re: alpha and em mtu X-BeenThere: freebsd-alpha@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Alpha List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Nov 2004 18:52:36 -0000 On Sunday 14 November 2004 04:26 pm, Sten Spans wrote: > I upgraded my ds10 with an intel gigabit card, > and encountered the following issue (RELENG_5): > > deepthought# ifconfig em0 mtu 1501 > deepthought# > fatal kernel trap: > > trap entry = 0x4 (unaligned access fault) > faulting va = 0xfffffc001847a02e > opcode = 0x28 > register = 0x1 > pc = 0xfffffc00004cd0f8 > ra = 0xfffffc00004cce24 > sp = 0xfffffe00187a9af0 > curthread = 0xfffffc001f3a70e0 > pid = 14, comm = swi1: net > > [thread 100006] > Stopped at tcp_input+0x368: srl t0,#0x2,t0 > db> trace > tcp_input() at tcp_input+0x368 Can you do 'gdb kernel.debug' in your kernel build directory and then do 'l *tcp_input+0x368' to determine which source line it is panic'ing at? This might help us figure out what the unaligned access is so it can be fixed. If you don't have a debug kernel, please build one and reproduce the panic to get the updated 'tcp_input+0xblah' line and then do the gdb command with the updated 'tcp_input+0xblah' bit. Thanks. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org