From owner-freebsd-current Sun Dec 21 16:00:23 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA07793 for current-outgoing; Sun, 21 Dec 1997 16:00:23 -0800 (PST) (envelope-from owner-freebsd-current) Received: from dyson.iquest.net (dyson.iquest.net [198.70.144.127]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id QAA07766; Sun, 21 Dec 1997 16:00:09 -0800 (PST) (envelope-from toor@dyson.iquest.net) Received: (from root@localhost) by dyson.iquest.net (8.8.8/8.8.8) id SAA00926; Sun, 21 Dec 1997 18:59:50 -0500 (EST) (envelope-from toor) Message-Id: <199712212359.SAA00926@dyson.iquest.net> Subject: Re: panics with csh under -current: looking for testers In-Reply-To: <199712212351.KAA30446@godzilla.zeta.org.au> from Bruce Evans at "Dec 22, 97 10:51:13 am" To: bde@zeta.org.au (Bruce Evans) Date: Sun, 21 Dec 1997 18:59:50 -0500 (EST) Cc: ache@nagual.pp.ru, dyson@FreeBSD.ORG, freebsd-current@FreeBSD.ORG, pb@fasterix.freenix.org From: "John S. Dyson" Reply-To: dyson@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL31 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Bruce Evans said: > >> No, you need 1.37. :-(. > > > >I have this panic with 1.37 too. > > The upages for the new process are sometimes wrong. Reverting to > always always flushing the TLB in cpu_switch() fixes this. I think > the upages don't go away properly on exit() after vfork() without > an intemediate exec(). > Thank you. I'll commit the (a) fix. John