From owner-freebsd-stable@FreeBSD.ORG Tue Feb 8 19:01:10 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B398216A4CE for ; Tue, 8 Feb 2005 19:01:10 +0000 (GMT) Received: from hub.org (hub.org [200.46.204.220]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7BC9443D46 for ; Tue, 8 Feb 2005 19:01:10 +0000 (GMT) (envelope-from scrappy@hub.org) Received: from localhost (unknown [200.46.204.144]) by hub.org (Postfix) with ESMTP id C572312B21B for ; Tue, 8 Feb 2005 15:01:07 -0400 (AST) Received: from hub.org ([200.46.204.220]) by localhost (av.hub.org [200.46.204.144]) (amavisd-new, port 10024) with ESMTP id 45274-01 for ; Tue, 8 Feb 2005 19:01:07 +0000 (GMT) Received: from ganymede.hub.org (blk-224-186-245.eastlink.ca [24.224.186.245]) by hub.org (Postfix) with ESMTP id 23C0D12B218 for ; Tue, 8 Feb 2005 15:01:07 -0400 (AST) Received: by ganymede.hub.org (Postfix, from userid 1000) id 387113A596; Tue, 8 Feb 2005 15:01:02 -0400 (AST) Received: from localhost (localhost [127.0.0.1]) by ganymede.hub.org (Postfix) with ESMTP id 338583A590 for ; Tue, 8 Feb 2005 15:01:02 -0400 (AST) Date: Tue, 8 Feb 2005 15:01:02 -0400 (AST) From: "Marc G. Fournier" To: freebsd-stable@freebsd.org Message-ID: <20050208150007.J94338@ganymede.hub.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Scanned: by amavisd-new at hub.org Subject: PIOCWAIT top of loop: Operation not permitted X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Feb 2005 19:01:10 -0000 FreeBSD 4.10 from October: Last night, I ran the following command during a moment of high load: truss perl -V and received a screenful of the following message: PIOCWAIT top of loop: Operation not permitted Does that mean that perl was stuck in a wait state, or truss?