From owner-freebsd-hackers Tue Apr 15 11:15:26 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA26660 for hackers-outgoing; Tue, 15 Apr 1997 11:15:26 -0700 (PDT) Received: from root.com (implode.root.com [198.145.90.17]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id LAA26655 for ; Tue, 15 Apr 1997 11:15:23 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by root.com (8.8.5/8.6.5) with SMTP id LAA21651; Tue, 15 Apr 1997 11:16:33 -0700 (PDT) Message-Id: <199704151816.LAA21651@root.com> X-Authentication-Warning: implode.root.com: localhost [127.0.0.1] didn't use HELO protocol To: John Polstra cc: hackers@freebsd.org Subject: Re: mmap vs. disk errors In-reply-to: Your message of "Tue, 15 Apr 1997 09:51:15 PDT." <199704151651.JAA04914@austin.polstra.com> From: David Greenman Reply-To: dg@root.com Date: Tue, 15 Apr 1997 11:16:33 -0700 Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >What happens if an application has a file mapped into memory and tries >to access part of it, but the kernel can't bring the pages into memory >because of a disk error (bad block in the file)? You get a vnode pager error and your application ends up with a SIGBUS. -DG David Greenman Core-team/Principal Architect, The FreeBSD Project