From owner-freebsd-hackers Tue Jul 18 12:40:46 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id MAA09489 for hackers-outgoing; Tue, 18 Jul 1995 12:40:46 -0700 Received: from Root.COM (implode.Root.COM [198.145.90.1]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id MAA09479 for ; Tue, 18 Jul 1995 12:40:43 -0700 Received: from corbin.Root.COM (corbin [198.145.90.18]) by Root.COM (8.6.11/8.6.5) with ESMTP id MAA17828; Tue, 18 Jul 1995 12:40:01 -0700 Received: from localhost (localhost [127.0.0.1]) by corbin.Root.COM (8.6.11/8.6.5) with SMTP id MAA00250; Tue, 18 Jul 1995 12:41:18 -0700 Message-Id: <199507181941.MAA00250@corbin.Root.COM> To: Karl Denninger cc: bugs@ns1.win.net (Mark Hittinger), hackers@freebsd.org Subject: Re: SCSI disk wedge (fwd) In-reply-to: Your message of "Tue, 18 Jul 95 14:15:48 CDT." <199507181915.OAA00718@Jupiter.mcs.net> From: David Greenman Reply-To: davidg@Root.COM Date: Tue, 18 Jul 1995 12:41:17 -0700 Sender: hackers-owner@freebsd.org Precedence: bulk >Uh, I'm not betting on the disk wedge any longer. My bet is on a VM problem >of some kind. Peter Wemm has provided some code which has *changed* the >symptoms on the 1742 systems from a hang to a crash with a VM problem (freed >objects that are already free). > >I'm going to continue to work this. Sounds like the object allocation race condition I fixed recently. It happens when doing lots of NFS client stuff. -DG