From owner-freebsd-mobile Sun Jun 9 11:50:28 2002 Delivered-To: freebsd-mobile@freebsd.org Received: from mail.speakeasy.net (mail14.speakeasy.net [216.254.0.214]) by hub.freebsd.org (Postfix) with ESMTP id 92D3D37B403 for ; Sun, 9 Jun 2002 11:50:02 -0700 (PDT) Received: (qmail 2709 invoked from network); 9 Jun 2002 18:50:00 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) by mail14.speakeasy.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 9 Jun 2002 18:50:00 -0000 Received: from laptop.baldwin.cx (laptop.baldwin.cx [192.168.0.4]) by server.baldwin.cx (8.11.6/8.11.6) with ESMTP id g59InkF75647; Sun, 9 Jun 2002 14:49:46 -0400 (EDT) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.2 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20020609.003037.08625897.imp@village.org> Date: Sun, 09 Jun 2002 14:49:43 -0400 (EDT) From: John Baldwin To: "M. Warner Losh" Subject: Re: newcard panic Cc: mobile@FreeBSD.ORG, morganw@chemikals.org Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On 09-Jun-2002 M. Warner Losh wrote: > First, I'm assuming that you are doing this against a fairly recent > -current, Please correct me of I'm wrong. > >: Fatal trap 12: page fault while in kernel mode >: fault virtual address = 0xdb6c7000 > > This is a very very odd address to fault at. It's a stack address. Looks like either a stack overrun or underrun. >: #11 0xc015efcc in pccard_scan_cis (dev=0xd4b1c800, >: fct=0xc015fe82 , arg=0xd91dcb8c) >: at ../../../dev/pccard/pccard_cis.c:1196 > > Here's where we get into trouble. It looks like the Fault is at the > return line: > > > 1195: return (0); > 1196:} > > Does that match your sources? That would be consistent with a hosed stack. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message