From owner-svn-src-head@FreeBSD.ORG Fri Oct 15 04:02:23 2010 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CD60D106574E; Fri, 15 Oct 2010 04:02:23 +0000 (UTC) (envelope-from davidxu@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id BAE538FC1D; Fri, 15 Oct 2010 04:02:23 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o9F42LWJ085860; Fri, 15 Oct 2010 04:02:22 GMT (envelope-from davidxu@freebsd.org) Message-ID: <4CB842CE.4020501@freebsd.org> Date: Fri, 15 Oct 2010 12:02:22 +0000 From: David Xu User-Agent: Thunderbird 2.0.0.24 (X11/20100630) MIME-Version: 1.0 To: Peter Holm References: <201010120036.o9C0aueg032391@svn.freebsd.org> <20101014144423.GA23363@x2.osted.lan> In-Reply-To: <20101014144423.GA23363@x2.osted.lan> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r213714 - in head/sys: kern sys X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Oct 2010 04:02:23 -0000 Peter Holm wrote: > On Tue, Oct 12, 2010 at 12:36:56AM +0000, David Xu wrote: >> Author: davidxu >> Date: Tue Oct 12 00:36:56 2010 >> New Revision: 213714 >> URL: http://svn.freebsd.org/changeset/base/213714 >> >> Log: >> Add a flag TDF_TIDHASH to prevent a thread from being >> added to or removed from thread hash table multiple times. >> >> Modified: >> head/sys/kern/kern_thread.c >> head/sys/sys/proc.h >> >> Modified: head/sys/kern/kern_thread.c >> ============================================================================== >> --- head/sys/kern/kern_thread.c Mon Oct 11 23:24:57 2010 (r213713) > > Is this the same problem? > > panic: Bad link elm 0xc767e870 next->prev != elm > on r213828. > > http://people.freebsd.org/~pho/stress/log/leopard3.002.txt > > - Peter > Thanks for testing, can you try this patch ? http://people.freebsd.org/~davidxu/tidhash/tidhash4.diff