From owner-freebsd-stable@FreeBSD.ORG Wed Oct 3 09:01:11 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 BF7C8106564A for ; Wed, 3 Oct 2012 09:01:11 +0000 (UTC) (envelope-from norbert.aschendorff@yahoo.de) Received: from nm11-vm0.bullet.mail.ne1.yahoo.com (nm11-vm0.bullet.mail.ne1.yahoo.com [98.138.90.58]) by mx1.freebsd.org (Postfix) with SMTP id 4B0508FC0A for ; Wed, 3 Oct 2012 09:01:11 +0000 (UTC) Received: from [98.138.90.50] by nm11.bullet.mail.ne1.yahoo.com with NNFMP; 03 Oct 2012 09:01:05 -0000 Received: from [98.138.226.132] by tm3.bullet.mail.ne1.yahoo.com with NNFMP; 03 Oct 2012 09:01:05 -0000 Received: from [127.0.0.1] by smtp219.mail.ne1.yahoo.com with NNFMP; 03 Oct 2012 09:01:05 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.de; s=s1024; t=1349254865; bh=rSa+5UpZlsGJoAx4c0UjAYKCE/Nthg45A6Ximcl40r4=; 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=g2eRYWkeqyDroyCO6diqu2ZIeOs20vKm1H9/aAdMjqUIDm44eAblVJrG1zluqeESPxfLCw77keF3bQYYi3X3jvPLftZtllInTVt8oM5Ew0V6Df+8QOG8ob+wGLAhGELC5ZyE9cVJbrzgkmNMSfgReWQNCClTREJv8OR0e1ASrVI= X-Yahoo-Newman-Id: 496213.38693.bm@smtp219.mail.ne1.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: ts839NMVM1kRyFje4WwgP0ljciNRmjAw_nCnbpngRsZfAGm u_07ANcevoaLF0atXkhTB4ivf06amx7ynERaHnCy1bkgOCz96jNHq3eGEdm2 KnLVplM3YcGN5c1q2RacWwGYbilMla8T9UM0aHY9L2yk1ym0sjE0.no1Nixx dclQvCPskrNdTYxhMfIhebDZLyzf3f8lp65ZBNp2evF8ZYL8ndiTsCrAXRfM 9xCywdXNxL1kxznZKCQNt52LYApMyuxE7PgllXR0s1zBcy0AHE.ZYL5dkOIm APTL0pXB7Pm.XtJrLF48k27WWRxFsLBDc2yN5urj_cqNg63q4au1O7lmKtVf NkkrARq4qljTEa_BZKWX1Cpm4UhErJfM.GkbNolmoXCoqLQyfp47dHsBkMIE VmTVHjJ9SSWvjHGWGUGq1aYcWWrmmosaImYOh6xUlk4ddHTnlKnKP3qvlLGK oaZS6tHkvm0svcybCia8b.rJWj4bDH63YFnvYJuj3X05PFu1MvLsXEB7nCsj uIrn6quVgzUhMPA24sUaTbafttad0OGwWtuFsprzOTDT6 X-Yahoo-SMTP: d20YFqmswBAWc4wd23BcX3DKFU.SSFWadKORXj_BQPQ- Received: from vostro-linux.goebo.site (norbert.aschendorff@85.216.84.153 with plain) by smtp219.mail.ne1.yahoo.com with SMTP; 03 Oct 2012 02:01:05 -0700 PDT Message-ID: <506BFECE.3020006@yahoo.de> Date: Wed, 03 Oct 2012 11:01:02 +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: <1990296074.1528480.1349129938870.JavaMail.root@erie.cs.uoguelph.ca> <506B3037.60201@yahoo.de> <201210021715.19310.jhb@freebsd.org> In-Reply-To: <201210021715.19310.jhb@freebsd.org> 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: Wed, 03 Oct 2012 09:01:11 -0000 Another logs - even with a /var/crash crash report :) Please note: The /var/crash files stem from another crash than the big syslog does! The syslog file inside the tarball is about 4.7 MB; it contains everything since the start of the crash. New /var/crash files: http://lbo.spheniscida.de/Files/nfs-rsync-crash-witnessII.tgz New syslog file: http://lbo.spheniscida.de/Files/nfs-rsync-crash-witnessIII-only-messages.tgz (Both < 100 KB) The used kernel is called GENERIC-OWN-WITNESS and has all three WITNESS options enabled and nothing else. But I just get an idea: Should I try it without Rick's NFSv4 numeric-uid-gid patch? Or is that completely unrelated? @Rick: Can you assure that it is impossible that the patch added this bug? --norbert