From owner-freebsd-bugs@FreeBSD.ORG Tue Aug 14 10:20:11 2007 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2C2BA16A417 for ; Tue, 14 Aug 2007 10:20:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 196D913C459 for ; Tue, 14 Aug 2007 10:20:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l7EAKAw2039710 for ; Tue, 14 Aug 2007 10:20:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l7EAKAVZ039709; Tue, 14 Aug 2007 10:20:10 GMT (envelope-from gnats) Date: Tue, 14 Aug 2007 10:20:10 GMT Message-Id: <200708141020.l7EAKAVZ039709@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Mo McRoberts Cc: Subject: Re: kern/115374: [panic] vm_fault: fault on nofault entry, addr: e120d000 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Mo McRoberts List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Aug 2007 10:20:11 -0000 The following reply was made to PR kern/115374; it has been noted by GNATS. From: Mo McRoberts To: bug-followup@FreeBSD.org Cc: Subject: Re: kern/115374: [panic] vm_fault: fault on nofault entry, addr: e120d000 Date: Tue, 14 Aug 2007 11:13:05 +0100 Also, I don't know if this is related, dmesg is showing the following before a panic; it's not always there, but it is more often than it isn't: rl0: discard oversize frame (ether type 806 flags 3 len 65514 > max 1514) The length always appears to be the same (65514), and is quite obviously wrong (unless the local Ethernet has suddenly started supporting 65KB frames). It could just be a nearby machine spewing bad frames, of course, but the consistent bad length seems suspicious. Thanks, Mo.