From owner-freebsd-questions Wed Nov 6 11:37:57 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA19728 for questions-outgoing; Wed, 6 Nov 1996 11:37:57 -0800 (PST) Received: from zellis.com (zellis.com [204.251.16.226]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id LAA19719 for ; Wed, 6 Nov 1996 11:37:51 -0800 (PST) Received: from zellis.com (localhost.zellis.com [127.0.0.1]) by zellis.com (8.7.5/8.7.3) with SMTP id NAA29564 for ; Wed, 6 Nov 1996 13:38:37 -0600 (CST) Message-ID: <3280E93D.2781E494@zellis.com> Date: Wed, 06 Nov 1996 13:38:37 -0600 From: Brian Ellis Organization: Zellis X-Mailer: Mozilla 3.0Gold (X11; I; BSD/386 uname failed) MIME-Version: 1.0 To: questions@freebsd.org Subject: VM problem? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I've noticed a consistent strange error in 2.1 and 2.1.5 RELEASE that seems like maybe a VM bug. When the same program is being executed over and over again (e.g. /usr/bin/awk from a loop in a csh script), after a long time (several thousand iterations), the system will complain "Permission denied" when trying to execute the program. So for example, I'll see: /usr/bin/awk: Permission Denied But if I restart the script, the problem goes away, until a while later. Also, if I slow the script down, the problem is much less frequent. Couldn't find any reference to this problem in the bugs list. Is this a known problem? -Brian Ellis bri@zellis.com