From owner-freebsd-current@FreeBSD.ORG Fri Aug 1 23:29:27 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E297D37B401 for ; Fri, 1 Aug 2003 23:29:27 -0700 (PDT) Received: from mail26c.sbc-webhosting.com (mail26c.sbc-webhosting.com [216.173.237.166]) by mx1.FreeBSD.org (Postfix) with SMTP id B7F1543FDD for ; Fri, 1 Aug 2003 23:29:26 -0700 (PDT) (envelope-from alc@imimic.com) Received: from www.imimic.com (64.143.12.21)2-0877155762; Sat, 2 Aug 2003 02:29:22 -0400 (EDT) Sender: alc@FreeBSD.ORG Message-ID: <3F2B5A42.4E97D689@imimic.com> Date: Sat, 02 Aug 2003 01:29:22 -0500 From: "Alan L. Cox" Organization: iMimic Networking, Inc. X-Mailer: Mozilla 4.8 [en] (X11; U; Linux 2.4.2 i386) X-Accept-Language: en MIME-Version: 1.0 To: Kris Kennaway References: <20030731084859.GB36327@rot13.obsecurity.org> <20030731204842.GA14640@rot13.obsecurity.org> <20030801030411.GA16725@rot13.obsecurity.org> <20030802060412.GA24469@rot13.obsecurity.org> Content-Type: text/plain; charset=x-user-defined Content-Transfer-Encoding: 7bit X-Loop-Detect: 1 cc: alc@FreeBSD.org cc: current@FreeBSD.org Subject: Re: panic: vm_fault: fault on nofault entry, addr: fffffe0007e8e000 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Aug 2003 06:29:28 -0000 Kris Kennaway wrote: > > On Thu, Jul 31, 2003 at 08:04:11PM -0700, Kris Kennaway wrote: > > On Thu, Jul 31, 2003 at 01:48:42PM -0700, Kris Kennaway wrote: > > > > > > I upgraded the alpha package machines tonight, and one of them fell > > > > over shortly after taking load, with the following: > > > > > > > > panic: vm_fault: fault on nofault entry, addr: fffffe0007e8e000 > > > > > Two more panics on alpha: > > > > > > panic: vm_fault: fault on nofault entry, addr: fffffe0007fde000 > > > > > fatal kernel trap: > > > > > > trap entry = 0x2 (memory management fault) > > > > I'm also seeing a lot of random corruption going on on the alpha > > machines (these packages build successfully if I retry): > > Another one: > > panic: vm_fault: fault on nofault entry, addr: fffffe0007fbe000 > Debugger() at Debugger+0x38 > panic() at panic+0x168 > vm_fault() at vm_fault+0x1360 > trap() at trap+0x5c8 > XentMM() at XentMM+0x2c > --- memory management fault (from ipl 0) --- > bcopy() at bcopy+0x14 > copyout() at copyout+0x38 > uiomove() at uiomove+0x19c > pipe_read() at pipe_read+0x290 > dofileread() at dofileread+0x100 > read() at read+0x64 > syscall() at syscall+0x33c > XentSys() at XentSys+0x64 > --- syscall (3, FreeBSD ELF64, read) --- > --- user mode --- > Could you please do an objdump -d on sys_pipe.o (or similar) to verify that pipe_read+0x290 is the second call to uiomove() in pipe_read()? Alan