From owner-freebsd-stable@FreeBSD.ORG Thu Oct 4 06:41:48 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 21735106564A for ; Thu, 4 Oct 2012 06:41:48 +0000 (UTC) (envelope-from norbert.aschendorff@yahoo.de) Received: from nm7-vm1.bullet.mail.ne1.yahoo.com (nm7-vm1.bullet.mail.ne1.yahoo.com [98.138.90.250]) by mx1.freebsd.org (Postfix) with SMTP id A3C518FCE8 for ; Thu, 4 Oct 2012 06:41:47 +0000 (UTC) Received: from [98.138.226.178] by nm7.bullet.mail.ne1.yahoo.com with NNFMP; 04 Oct 2012 06:41:47 -0000 Received: from [98.138.84.34] by tm13.bullet.mail.ne1.yahoo.com with NNFMP; 04 Oct 2012 06:41:47 -0000 Received: from [127.0.0.1] by smtp102.mail.ne1.yahoo.com with NNFMP; 04 Oct 2012 06:41:47 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.de; s=s1024; t=1349332907; bh=hzLltc5IVsrz51GSlckJyL+igKP30RiqZMUKFtLoW1A=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:Received:Message-ID:Date:From:User-Agent:MIME-Version:To:Subject:References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=PdNGDwrwkC6UzDBiiVKJ0BpBw8g+Gx/ZoTzwaZzr1jtwusGUcrHSrtYCJGMsj8CrFJcZ7sgcORp7Stb9b5wWsglSpL0YRl3fb9M7p+Rs+6B6V+IFfVJelmRYI5Xqqr03xGtBSDP8SU556p4pP3WIz7AhhcFG3EsLz4RRsZEsS8I= X-Yahoo-Newman-Id: 53563.25419.bm@smtp102.mail.ne1.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: kdRWVbYVM1kzRGbXhXh4sypvdCztSGDFnupGgKlnMkgGxhP LWlELLfZFeUZQ4NcI.gmNdlg2SJHISzb7bO0uR3h14unQzGhNZNMACVxl1LY 1etC669HymSnNIon7ZcpKKxBImhR9GOsZ0wt_oteApQwYFQ_SaDKWOZZ1D6E AzZa7r9qWkGtIwJ4wPljVNUakQH84B7tMP05y2AgTIg9SsXm33s8ePSdAepY 4jBVlR5uOCP_Cu.DPZQvBGTOX7PN6j7hpDqronSQeTK.OJkIQo2QUSrMo0cg UXdQ0f370mh1ddjDL0Rm0AGios2tQmm9fcwSO_aJjLysogDPnHOqIWFo2dgm kmPVboFBXAvym.elbLRsiAxjoCIdRM2klvFlNL1c.ndfdz9GBKWWc8Utkr6a JyyREnn1_ewlDjb_CtUafE96NhDLXHbLxI72V0o3mo.KXQh3u X-Yahoo-SMTP: d20YFqmswBAWc4wd23BcX3DKFU.SSFWadKORXj_BQPQ- Received: from vostro-linux.goebo.site (norbert.aschendorff@85.216.84.153 with plain) by smtp102.mail.ne1.yahoo.com with SMTP; 03 Oct 2012 23:41:46 -0700 PDT Message-ID: <506D2FA9.2050605@yahoo.de> Date: Thu, 04 Oct 2012 08:41:45 +0200 From: Norbert Aschendorff User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:11.0) Gecko/20120418 Icedove/11.0 MIME-Version: 1.0 To: freebsd-stable@freebsd.org References: <506BFECE.3020006@yahoo.de> <37099006.1631279.1349270651574.JavaMail.root@erie.cs.uoguelph.ca> <20121003155452.GY35915@deviant.kiev.zoral.com.ua> <506C7557.1000503@yahoo.de> <20121003173931.GZ35915@deviant.kiev.zoral.com.ua> In-Reply-To: <20121003173931.GZ35915@deviant.kiev.zoral.com.ua> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: panic "Sleeping thread owns a non-sleepable lock" via cv_timedwait_signal, was "rsync over NFS" X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Oct 2012 06:41:48 -0000 I exported the NFSv4 shares via nullfs, booted the 10.0-CURRENT kernel and the machine does not crash. Running 9.1-PRERELEASE, it still crashes (as it should ;). I just applied the numeric-uidgid patch to CURRENT (worked so far) and compile the kernel with the patch and try it another time, just to eliminate the possibility of a bug in this patch (the machine never crashed before using this patch, but I'm not sure if I tested this consciously before having applied the patch) --Norbert