From owner-freebsd-current@FreeBSD.ORG Sat Nov 15 20:50:37 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D45FB16A4CE for ; Sat, 15 Nov 2003 20:50:37 -0800 (PST) Received: from mail-in.m-online.net (svr8.m-online.net [62.245.150.237]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9D6543FB1 for ; Sat, 15 Nov 2003 20:50:36 -0800 (PST) (envelope-from h@schmalzbauer.de) Received: from mail.m-online.net (svr14.m-online.net [192.168.3.144]) by svr8.m-online.net (Postfix) with ESMTP id 3989D146F for ; Sun, 16 Nov 2003 05:50:36 +0100 (CET) Received: from cale.flintsbach.schmalzbauer.de (ppp-62-245-161-121.mnet-online.de [62.245.161.121]) by mail.m-online.net (Postfix) with ESMTP id 08706180D4 for ; Sun, 16 Nov 2003 05:50:31 +0100 (CET) From: Harald Schmalzbauer To: current@freebsd.org Date: Sun, 16 Nov 2003 05:50:30 +0100 User-Agent: KMail/1.5.4 References: <200311160532.08710@harrymail> <20031116044011.GA20267@crodrigues.org> In-Reply-To: <20031116044011.GA20267@crodrigues.org> X-Birthday: 06 Oktober 1972 X-Name: Harald Schmalzbauer X-Phone1: +49 (0) 163 555 3237 X-Phone2: +49 (0) 89 18947781 X-Address: Munich, 80686 X-Country: Germany MIME-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="Boundary-02=_WIwt/dp0oHVOyZx"; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <200311160550.30857@harrymail> Subject: Re: kernel panic with todays source X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Sun, 16 Nov 2003 04:50:37 -0000 --Boundary-02=_WIwt/dp0oHVOyZx Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: quoted-printable Content-Description: signed data Content-Disposition: inline On Sunday 16 November 2003 05:40, Craig Rodrigues wrote: > On Sun, Nov 16, 2003 at 05:32:03AM +0100, Harald Schmalzbauer wrote: > > instruction pointer =3D0x8:0xc056c706 > > stack pointer =3D0x10:0xcdca4ca4 > > frame pointer =3D0x10:0xcdca4ca4 > > Do you have a file: > /usr/obj/usr/src/sys/CALE/kernel.debug ? > > If so, if you do: > > gdb -k /usr/obj/usr/src/sys/CALE/kernel.debug > > What do you see if you do: > l *0xc056c706 (kgdb) l *0xc056c706 0xc056c706 is in vsscanf (/usr/src/sys/kern/subr_scanf.c:224). 219 220 case '[': 221 fmt =3D __sccl(ccltab, fmt); 222 flags |=3D NOSKIP; 223 c =3D CT_CCL; 224 break; 225 226 case 'c': 227 flags |=3D NOSKIP; 228 c =3D CT_CHAR; > l *0xcdca4ca4 (kgdb) l *0xcdca4ca4 No source file for address 0xcdca4ca4 > l *0xcdca4ca4 Sorry, perhaps I mistyped that address. If it helps, I could reboot with th= e=20 faulty kernel and look for the address again. Thanks, =2DHarry --Boundary-02=_WIwt/dp0oHVOyZx Content-Type: application/pgp-signature Content-Description: signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/twIWBylq0S4AzzwRAjZVAJ9mzmqL93EfDQDBUfcF1rrcbls+EgCeI60W m+CmguRIsVPFrlgE+2RM/jY= =LdZq -----END PGP SIGNATURE----- --Boundary-02=_WIwt/dp0oHVOyZx--