From owner-cvs-all@FreeBSD.ORG Mon Jun 2 18:09:27 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3173837B401; Mon, 2 Jun 2003 18:09:27 -0700 (PDT) Received: from sccrmhc12.attbi.com (sccrmhc12.attbi.com [204.127.202.56]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25AAC43F3F; Mon, 2 Jun 2003 18:09:26 -0700 (PDT) (envelope-from julian@elischer.org) Received: from interjet.elischer.org ([12.232.168.4]) by attbi.com (sccrmhc12) with ESMTP id <20030603010924012003upqge>; Tue, 3 Jun 2003 01:09:25 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id SAA86953; Mon, 2 Jun 2003 18:09:24 -0700 (PDT) Date: Mon, 2 Jun 2003 18:09:22 -0700 (PDT) From: Julian Elischer To: Scott Long In-Reply-To: <3EDBBB53.9000902@mho.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Tor Egge cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/i386 vm_machdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Jun 2003 01:09:27 -0000 It is possible that this is the mysterious panic that I and others have been seeing in KSE and THR programs. It certainly looks like it (we had a wild pointer of 0xd0d01000 in code fro clearing teh PCB out...). If so I'd definitly like to see it in 5.1. On Mon, 2 Jun 2003, Scott Long wrote: > Tor Egge wrote: > > tegge 2003/06/02 13:43:28 PDT > > > > FreeBSD src repository > > > > Modified files: > > sys/i386/i386 vm_machdep.c > > Log: > > Initialize td->td_pcb->pcb_ext in cpu_thread_setup() since a garbage > > value (e.g. 0xd0d0d0d0) can cause a kernel panic. > > > > Revision Changes Path > > 1.209 +1 -0 src/sys/i386/i386/vm_machdep.c > > > > Is this a candidate for 5.1? > >