From owner-freebsd-stable@FreeBSD.ORG Wed Oct 21 14:08:41 2009 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 60024106568D for ; Wed, 21 Oct 2009 14:08:41 +0000 (UTC) (envelope-from sergey.aleynikov@gmail.com) Received: from mail-ew0-f209.google.com (mail-ew0-f209.google.com [209.85.219.209]) by mx1.freebsd.org (Postfix) with ESMTP id E87688FC1B for ; Wed, 21 Oct 2009 14:08:40 +0000 (UTC) Received: by ewy5 with SMTP id 5so3350151ewy.36 for ; Wed, 21 Oct 2009 07:08:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=vhNz7GsG7IWdqgFGcnOf/B7dLofWK+9L7hUFHZ91zho=; b=bkBtMhnyjQGPAEEMwAqhDg6yUr6v0I7kDgHExfBfEt7Ncm9l9hIqmehhLcQFiYTccg fKgZTMbzb4Unf/InbgdkqJq0zS45JOxd5k22yGGcIW3W729nNn/q8lShWLDdBXcCAh8H kZnHbMrlmJTNyOiIIr4VhHbvNWqtPXf0YIPjY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=LxxD0ArKJQXAQ43CWsXMaeqkQ0jHiBiYKcIcZ9Zof5CPRAR/fVHQBUCRpK5mN+8k9O vKwHArAN0zHrIa/aEubb3NpQ0nkytCRwFQ7Tmy8m0TmA7opEJfXVM2Q2BtCRW9sshkdV ayxTM7UDbdmydrKCB1k/xVTRWj+NzuyISFJ9E= MIME-Version: 1.0 Received: by 10.216.89.130 with SMTP id c2mr2823888wef.44.1256134119933; Wed, 21 Oct 2009 07:08:39 -0700 (PDT) In-Reply-To: <20091021133205.GQ2160@deviant.kiev.zoral.com.ua> References: <20091021133205.GQ2160@deviant.kiev.zoral.com.ua> Date: Wed, 21 Oct 2009 23:08:39 +0900 Message-ID: From: Sergey Aleynikov To: Kostik Belousov Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-stable@freebsd.org Subject: Re: Processes stuck in *unp_mtx state 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, 21 Oct 2009 14:08:41 -0000 2009/10/21 Kostik Belousov : > I believe this is fixed by r194460 in HEAD and merged to RELENG_7 by > 194967at the end of June, that was after 7.2. > I'll try to upgrade to RELENG_7 tomorrow and see if it helps.