From owner-freebsd-current Sun Jul 20 09:37:03 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id JAA23137 for current-outgoing; Sun, 20 Jul 1997 09:37:03 -0700 (PDT) Received: from dyson.iquest.net (dyson.iquest.net [198.70.144.127]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id JAA23132 for ; Sun, 20 Jul 1997 09:37:00 -0700 (PDT) Received: (from root@localhost) by dyson.iquest.net (8.8.6/8.8.5) id LAA03801; Sun, 20 Jul 1997 11:36:53 -0500 (EST) From: "John S. Dyson" Message-Id: <199707201636.LAA03801@dyson.iquest.net> Subject: Re: Machine Locks Up After Recent VM Changes In-Reply-To: <19970720081318.23409@scsn.net> from "Donald J. Maddox" at "Jul 20, 97 08:13:18 am" To: dmaddox@scsn.net Date: Sun, 20 Jul 1997 11:36:53 -0500 (EST) Cc: current@FreeBSD.ORG 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 > > Since the recent VM changes, a number of X-based programs lock > up my machine almost instantly when executed. A couple of good > examples are swriter3 from the StarOffice package, and xkobo-1.9 > from the port. > Yes, others have been seeing it. Try removing the call to pmap_addr_hint on about line 977 in /sys/vm/vm_mmap.c. Before doing that, please "cat" the contents of /proc//map and send it to me. Thanks. John