From owner-freebsd-sparc64@FreeBSD.ORG Sun Jan 22 22:01:16 2006 Return-Path: X-Original-To: sparc64@FreeBSD.org Delivered-To: freebsd-sparc64@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3198B16A41F for ; Sun, 22 Jan 2006 22:01:16 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A3F143D76 for ; Sun, 22 Jan 2006 22:01:04 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 178081A3C20 for ; Sun, 22 Jan 2006 14:01:04 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 5F0DC51243; Sun, 22 Jan 2006 17:01:03 -0500 (EST) Date: Sun, 22 Jan 2006 17:01:02 -0500 From: Kris Kennaway To: Kris Kennaway Message-ID: <20060122220102.GA61571@xor.obsecurity.org> References: <20060122191205.GA48267@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="nFreZHaLTZJo0R7j" Content-Disposition: inline In-Reply-To: <20060122191205.GA48267@xor.obsecurity.org> User-Agent: Mutt/1.4.2.1i Cc: sparc64@FreeBSD.org Subject: Re: panic in tsb_tte_lookup() X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Jan 2006 22:01:16 -0000 --nFreZHaLTZJo0R7j Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Jan 22, 2006 at 02:12:05PM -0500, Kris Kennaway wrote: > 12-processor e4500 running 7.0: >=20 > panic: trap: data access error >=20 > db> wh > Tracing pid 57006 tid 100210 td 0xfffff80256141110 > panic() at panic+0x164 > trap() at trap+0x418 > -- data access error %o7=3D0xc0305490 -- > tsb_tte_lookup() at tsb_tte_lookup+0xd0 > pmap_copy() at pmap_copy+0xe0 > vm_map_copy_entry() at vm_map_copy_entry+0x12c > vmspace_fork() at vmspace_fork+0x2f4 > vm_forkproc() at vm_forkproc+0xe4 > fork1() at fork1+0xe14 > fork() at fork+0x10 > syscall() at syscall+0x2dc > -- syscall (2, FreeBSD ELF64, fork) %o7=3D0x1101a0 -- > userland() at 0x40649088 > user trace: trap %o7=3D0x1101a0 > pc 0x40649088, sp 0x7fdffffd701 > pc 0x106890, sp 0x7fdffffd7c1 > pc 0x1072b0, sp 0x7fdffffd981 > pc 0x10a498, sp 0x7fdffffda71 > pc 0x10be24, sp 0x7fdffffdc21 > pc 0x1065e8, sp 0x7fdffffdce1 I think this was another symptom of the e4500 hardware monitor detecting a failed CPU and taking it offline, and FreeBSD panicking because it's totally oblivious to that. Kris --nFreZHaLTZJo0R7j Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFD1ACeWry0BWjoQKURArk2AJ44qxFDjgZ6KKhwm4zuoJvTA/mAUACfSbJ6 fAgaUN306jqk802cHpu9two= =qgT5 -----END PGP SIGNATURE----- --nFreZHaLTZJo0R7j--