From owner-freebsd-alpha Fri Dec 8 11: 0:40 2000 From owner-freebsd-alpha@FreeBSD.ORG Fri Dec 8 11:00:38 2000 Return-Path: Delivered-To: freebsd-alpha@freebsd.org Received: from pike.osd.bsdi.com (pike.osd.bsdi.com [204.216.28.222]) by hub.freebsd.org (Postfix) with ESMTP id 6E7BF37B401; Fri, 8 Dec 2000 11:00:38 -0800 (PST) Received: from foo.osd.bsdi.com (root@foo.osd.bsdi.com [204.216.28.137]) by pike.osd.bsdi.com (8.11.1/8.9.3) with ESMTP id eB8J02759944; Fri, 8 Dec 2000 11:00:02 -0800 (PST) (envelope-from jhb@foo.osd.bsdi.com) Received: (from jhb@localhost) by foo.osd.bsdi.com (8.11.1/8.11.0) id eB8J05h75198; Fri, 8 Dec 2000 11:00:05 -0800 (PST) (envelope-from jhb) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20001208174515.1CD8637B400@hub.freebsd.org> Date: Fri, 08 Dec 2000 11:00:04 -0800 (PST) Organization: BSD, Inc. From: John Baldwin To: (Bill Paul) , (Wilko Bulte) Subject: Re: cvs commit: src/sys/alpha/conf GENERIC Cc: alpha@FreeBSD.org Sender: jhb@foo.osd.bsdi.com Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org [ moved to -alpha ] On 08-Dec-00 Bill Paul wrote: >> mx5# ifconfig tx0 10.0.0.1 >> >> fatal kernel trap: >> >> trap entry = 0x2 (memory management fault) >> a0 = 0x464000 >> a1 = 0x1 >> a2 = 0x0 >> pc = 0xfffffc000046b008 >> ra = 0xfffffc0000469dac >> curproc = 0xfffffe00042f5e40 >> pid = 206, comm = ifconfig >> >> panic: trap > > Hm. This doesn't look like an alignment problem. Unfortunately, I'd need > an EPIC card to fix this, and I don't have one. Looks like a NULL dereference. ra is the offending address. Wilko, if you have a kernel.debug laying around, do a gdb -k kernel.debug /dev/mem and then do 'l *0xfffffc0000469dac' to get the source line associated with the panic. > -Bill -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.Baldwin.cx/~john/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message