From owner-freebsd-stable@FreeBSD.ORG Tue Aug 26 09:59:59 2003 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 4F7B116A58B for ; Tue, 26 Aug 2003 09:59:59 -0700 (PDT) Received: from lava.sentex.ca (pyroxene.sentex.ca [199.212.134.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 814E843FA3 for ; Tue, 26 Aug 2003 09:59:58 -0700 (PDT) (envelope-from mike@sentex.net) Received: from simian.sentex.net (simeon.sentex.ca [192.168.43.27]) by lava.sentex.ca (8.12.9/8.12.8) with ESMTP id h7QGxuFb063001; Tue, 26 Aug 2003 12:59:57 -0400 (EDT) (envelope-from mike@sentex.net) Message-Id: <5.2.0.9.0.20030826130050.021505b0@209.112.4.2> X-Sender: mdtpop@209.112.4.2 (Unverified) X-Mailer: QUALCOMM Windows Eudora Version 5.2.0.9 Date: Tue, 26 Aug 2003 13:01:42 -0400 To: Vitor de Matos Carvalho , From: Mike Tancsa In-Reply-To: <01d501c36bf1$92365330$020aa8c0@acaraje> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Virus-Scanned: By Sentex Communications (lava/20020517) Subject: Re: kernel panic: vm_page_remove 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, 26 Aug 2003 16:59:59 -0000 At 01:46 PM 26/08/2003 -0300, Vitor de Matos Carvalho wrote: >Hi, > >I have a machine Athlon XP2000+ with 512MB DDR, and a HD SCSI to be >serving of proxy, running only squid. It was functioning normally, when he >gave the following message to me of error in/var/log/messages: >Aug 26 11:31:03 < kern.crit > bolter/kernel: panic: vm_page_remove(): page >not found in hash I was seeing the same type of panic. There was a commit made early this morning to /usr/src/sys/i386/i386/pmap.c that fixed this for me. ---Mike