From owner-freebsd-current@FreeBSD.ORG Tue Jul 11 01:23:51 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 BC40D16A4DA for ; Tue, 11 Jul 2006 01:23:51 +0000 (UTC) (envelope-from sullrich@gmail.com) Received: from hu-out-0102.google.com (hu-out-0102.google.com [72.14.214.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 213C443D49 for ; Tue, 11 Jul 2006 01:23:50 +0000 (GMT) (envelope-from sullrich@gmail.com) Received: by hu-out-0102.google.com with SMTP id 28so3281529hug for ; Mon, 10 Jul 2006 18:23:49 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=bih6p2+ZGWyHHa9TDbeAe6HAtDCL9wonzl8Sa/1Tn2SJWKDSHenK+Gb8txsyxQzB1MgmSHiA/qHsAQ4StV3uNOiFnzTLTiPzEnOHuKzTJI14yRUrqMYqralUVYQZh30wg6V1wOk5n8PsQQmFI4cVs64Jmj5B2B6s6Ke7MwnEA7c= Received: by 10.66.221.19 with SMTP id t19mr428649ugg; Mon, 10 Jul 2006 18:23:49 -0700 (PDT) Received: by 10.67.105.8 with HTTP; Mon, 10 Jul 2006 18:23:49 -0700 (PDT) Message-ID: Date: Mon, 10 Jul 2006 21:23:49 -0400 From: "Scott Ullrich" To: "FreeBSD Current" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: panic: nfssvc_nfsd(): debug.mpsafenet=1 && Giant 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: Tue, 11 Jul 2006 01:23:51 -0000 Howdy! I was testing out the BSDInstaller NetBoot Installation Services feature (PXE Boot) and ran into this panic: [hand scribed] panic: nfssvc_nfsd(): debug.mpsafenet=1 && Giant cpuid =0 KDB: enter: panic [thread pid 1003 tid 100090 ] Stopped at db_enter+0x2b: nop db> show locks exclusive sleep mutex nfsd_mtx r = 0 (0xc0b8fc20) locked @ /usr/src/sys/nfsserver/nfs_syscalls.c:511 exclusive sleep mutex Giant r = 0 (0xc0b309c0) locked @ /usr/src/sys/nfsserver/nfs_serv.c:526 db> bt Tracing pid 1003 tid 100090 td 0xc2c3da80 kdb_enter panic nfssvc nfssvc syscall Xint0x80_syscall() at Xint0x80_syscall+31 This panic is reproducable every time. Let me know if can gather more information and or test patches. Thanks!!