From owner-freebsd-current Sat Nov 4 18:58:15 1995 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id SAA01424 for current-outgoing; Sat, 4 Nov 1995 18:58:15 -0800 Received: from Root.COM (implode.Root.COM [198.145.90.17]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id SAA01419 for ; Sat, 4 Nov 1995 18:58:13 -0800 Received: from corbin.Root.COM (corbin [198.145.90.50]) by Root.COM (8.6.12/8.6.5) with ESMTP id SAA01299; Sat, 4 Nov 1995 18:58:06 -0800 Received: from localhost (localhost [127.0.0.1]) by corbin.Root.COM (8.6.12/8.6.5) with SMTP id SAA00775; Sat, 4 Nov 1995 18:55:57 -0800 Message-Id: <199511050255.SAA00775@corbin.Root.COM> To: Scott Mace cc: current@freebsd.org Subject: Re: vnode_pager_outpages error In-reply-to: Your message of "Sat, 04 Nov 95 13:55:57 CST." <199511041955.NAA02081@metal.ops.neosoft.com> From: David Greenman Reply-To: davidg@Root.COM Date: Sat, 04 Nov 1995 18:55:56 -0800 Sender: owner-current@freebsd.org Precedence: bulk >While under high paging I sometimes get the following errors: > >vnode_pager_putpages: attempt to write meta-data!!! -- 0xfffe8000(ff) >vnode_pager_putpages: attempt to write meta-data!!! -- 0xfffe9000(ff) > >this kernel was built from -current CTM1298. This is a known problem, and as far as we can tell, is benign. >Also, I randomly get signal-10's and singal-11's when compiling. That's a real problem. It's interesting to note that Jordan was having trouble a few days ago when he tried to upgrade his 90Mhz machine (same motherboard as you) to 100Mhz. When he replaced the CPU with a 133Mhz one, his problems went away. In his case, it was obviously a hardware problem, but since the external cache and memory were operating with the same timing (66Mhz), I can only conclude that the problem was the CPU itself. Strange... >This is with an ASUS P55TP4XE/100 , > 256 Pipline Burst cache, AHA2940 scsi 16MB EDO ram Hmmm...what kind of disk are you using on it? I'm definately interested in the results of any equipment swapping you can do. It's possible that there is some sort of bug in the VM system (we've been down THIS road plenty of times :-)), but I haven't seen any problems like that here...and I do countless make worlds. I have two P55TP4XE based machines here, both are 90Mhz w/PB cache. I know that Rod does extensive testing with these motherboards, too, and he does 100Mhz+ there. His tests are all with -stable, however. -DG