From owner-freebsd-hackers Wed Dec 18 16:24:11 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id QAA17000 for hackers-outgoing; Wed, 18 Dec 1996 16:24:11 -0800 (PST) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id QAA16917; Wed, 18 Dec 1996 16:23:56 -0800 (PST) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id RAA10646; Wed, 18 Dec 1996 17:21:42 -0700 From: Terry Lambert Message-Id: <199612190021.RAA10646@phaeton.artisoft.com> Subject: Re: mmap problems? To: hasty@rah.star-gate.com (Amancio Hasty) Date: Wed, 18 Dec 1996 17:21:42 -0700 (MST) Cc: terry@lambert.org, hackers@freebsd.org, multimedia@freebsd.org In-Reply-To: <199612182106.NAA06275@rah.star-gate.com> from "Amancio Hasty" at Dec 18, 96 01:06:11 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > I am a little confuse . Why would "tv" work 3 or 5 times then fail to run > because the driver did not mmap properly the pages? Because the VM space was exhausted because the cleanup-on-close never happened like it was supposed to... And/or the VM space has to be contiguously allocated, and the necessary memory could not be allocated after a couple of runs because it was too fragmented. You'll have to look carefully at the driver to see which is happening (if either is the correct reason). Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.