From owner-freebsd-hackers Fri May 2 15:12:17 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id PAA26551 for hackers-outgoing; Fri, 2 May 1997 15:12:17 -0700 (PDT) Received: from nyx.pr.mcs.net (nyx.pr.mcs.net [204.95.55.81]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id PAA26546 for ; Fri, 2 May 1997 15:12:14 -0700 (PDT) Received: from nyx.pr.mcs.net (localhost [127.0.0.1]) by nyx.pr.mcs.net (8.8.5/8.8.5) with ESMTP id RAA03185; Fri, 2 May 1997 17:11:54 -0500 (CDT) Message-Id: <199705022211.RAA03185@nyx.pr.mcs.net> X-Mailer: exmh version 1.6.9 8/22/96 To: Jaye Mathisen cc: hackers@FreeBSD.ORG Subject: Re: Seeming problem with vm under -current: In-reply-to: Your message of Fri, 02 May 1997 11:51:39 -0700. Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 02 May 1997 17:11:54 -0500 From: Chris Csanady Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > >The following message has started turning up in my dmesg output relatively >frequently. > > >vm_page_alloc(ZERO): missing pages on cache queue: 1 > Are you running the SMP kernel by any chance? I occasionally see these messages as a result of heavy paging and was told they may be caused by page stealing or something. Since the ipi's for tlb invalidation don't do handshaking, there is a tiny window where something might go wrong.. For what its worth.. --Chris Csanady