From owner-freebsd-current@FreeBSD.ORG Fri Sep 8 19:12:47 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org 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 6007916A576 for ; Fri, 8 Sep 2006 19:12:47 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (66-23-211-162.clients.speedfactory.net [66.23.211.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id C8BE143D45 for ; Fri, 8 Sep 2006 19:12:46 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.13.6/8.13.6) with ESMTP id k88JCfwP095208; Fri, 8 Sep 2006 15:12:44 -0400 (EDT) (envelope-from jhb@freebsd.org) From: John Baldwin To: freebsd-current@freebsd.org Date: Fri, 8 Sep 2006 14:56:30 -0400 User-Agent: KMail/1.9.1 References: <20060908072830.GA63071@peter.osted.lan> In-Reply-To: <20060908072830.GA63071@peter.osted.lan> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200609081456.30656.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Fri, 08 Sep 2006 15:12:44 -0400 (EDT) X-Virus-Scanned: ClamAV 0.88.3/1826/Fri Sep 8 07:38:39 2006 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: Subject: Re: Page fault in uipc_usrreq.c:997 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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, 08 Sep 2006 19:12:47 -0000 On Friday 08 September 2006 03:28, Peter Holm wrote: > During boot of GENERIC HEAD from Sep 7 07:29 UTC I got this page > fault: > > Kernel page fault with the following non-sleepable locks held: > exclusive sleep mutex unp r = 0 (0xc0a5520c) locked @ > kern/uipc_usrreq.c:987 > KDB: stack backtrace: > kdb_backtrace(1,c410b000,c,c3f77a20,e43f7a28,...) at > kdb_backtrace+0x29 > witness_warn(5,0,c0941302) at witness_warn+0x192 > trap(8,28,c4190028,c413a7a8,c4195690,...) at trap+0x108 > calltrap() at calltrap+0x5 > --- trap 0xc, eip = 0xc06e01e6, esp = 0xe43f7a70, ebp = 0xe43f7bfc --- > unp_connect(c41ce000,c3f797e0,c3f77a20,c0a5520c,0,...) at > unp_connect+0x292 > uipc_connect(c41ce000,c3f797e0,c3f77a20) at uipc_connect+0x3e > soconnect(c41ce000,c3f797e0,c3f77a20) at soconnect+0x4e > kern_connect(c3f77a20,3,c3f797e0,c3f797e0,0,...) at kern_connect+0x76 > connect(c3f77a20,e43f7d04) at connect+0x30 > syscall(3b,3b,3b,1,8270000,...) at syscall+0x256 > > http://people.freebsd.org/~pho/stress/log/cons207.html. > > The core file is toast and I missed a back trace of pid 678 :-( Ask ups@ for a patch, he probably just fixed this at work. -- John Baldwin