From owner-freebsd-current@FreeBSD.ORG Fri May 13 05:27:28 2005 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 DE79D16A4CE for ; Fri, 13 May 2005 05:27:28 +0000 (GMT) Received: from relay.pair.com (relay00.pair.com [209.68.1.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 2749443D8C for ; Fri, 13 May 2005 05:27:28 +0000 (GMT) (envelope-from pho@holm.cc) Received: (qmail 43496 invoked from network); 13 May 2005 05:27:27 -0000 Received: from unknown (HELO peter.osted.lan) (unknown) by unknown with SMTP; 13 May 2005 05:27:27 -0000 X-pair-Authenticated: 80.161.118.233 Received: from peter.osted.lan (localhost.osted.lan [127.0.0.1]) by peter.osted.lan (8.13.1/8.13.1) with ESMTP id j4D5RPNl099602 for ; Fri, 13 May 2005 07:27:25 +0200 (CEST) (envelope-from pho@peter.osted.lan) Received: (from pho@localhost) by peter.osted.lan (8.13.1/8.13.1/Submit) id j4D5RPiA099601 for current@freebsd.org; Fri, 13 May 2005 07:27:25 +0200 (CEST) (envelope-from pho) Date: Fri, 13 May 2005 07:27:25 +0200 From: Peter Holm To: current@freebsd.org Message-ID: <20050513052725.GA99589@peter.osted.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Subject: Page fault in kern_proc.c:736 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: Fri, 13 May 2005 05:27:29 -0000 With GENERIC HEAD from May 10 17:58 UTC I got a page fault in kern_proc.c:736: #8 0xc07c5eba in calltrap () at ../../../i386/i386/exception.s:139 #9 0x00000008 in ?? () #10 0xcf350028 in ?? () #11 0xc0610028 in thread_export_context #12 0xc061aea9 in sysctl_out_proc #13 0xc061b400 in sysctl_kern_proc #14 0xc062750f in sysctl_root #15 0xc06276e0 in userland_sysctl #16 0xc0627597 in __sysctl #17 0xc07d8937 in syscall #18 0xc07c5f0f in Xint0x80_syscall More info at http://www.holm.cc/stress/log/cons130.html I have a KTR dump with KTR_INTR|KTR_PROC|KTR_RUNQ|KTR_SYSC|KTR_CLK| KTR_TRAP if that's any help. -- Peter Holm