From owner-freebsd-current@FreeBSD.ORG Mon Aug 23 17:43:47 2004 Return-Path: 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 317BE16A4CE; Mon, 23 Aug 2004 17:43:47 +0000 (GMT) Received: from mail.vicor-nb.com (bigwoop.vicor-nb.com [208.206.78.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC86643D31; Mon, 23 Aug 2004 17:43:43 +0000 (GMT) (envelope-from julian@elischer.org) Received: from elischer.org (julian.vicor-nb.com [208.206.78.97]) by mail.vicor-nb.com (Postfix) with ESMTP id 9AA497A3D2; Mon, 23 Aug 2004 10:43:43 -0700 (PDT) Message-ID: <412A2CCF.4050809@elischer.org> Date: Mon, 23 Aug 2004 10:43:43 -0700 From: Julian Elischer User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3.1) Gecko/20030516 X-Accept-Language: en, hu MIME-Version: 1.0 To: "Simon L. Nielsen" References: <20040822115345.Y94593@carver.gumbysoft.com> <20040823111304.GA767@zaphod.nitro.dk> In-Reply-To: <20040823111304.GA767@zaphod.nitro.dk> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-current@freebsd.org Subject: Re: PLEASE TEST: IPI deadlock avoidance patch X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Mon, 23 Aug 2004 17:43:47 -0000 Now to start work on the preemption hangs.. Simon L. Nielsen wrote: >On 2004.08.22 12:05:39 -0700, Doug White wrote: > > >>Hey folks, >> >>If you have a reasonably fast i386 or amd64 multiprocessor and/or >>hyperthreading machine and are experiencing reproducible hangs during -j >>buildwords and other highly parallel operations, please try this patch: >> >>http://people.freebsd.org/~dwhite/smp_rv_mtx.patch >> >> > >With stock CURRENT my Dual XEON test system has hung most of the time >when I did a parallel buildworld. Since I applied this patch last >night the system has completed 12 -j100 buildworlds, and it's still >going on, without any problems :-). > >Thanks to all the people who have worked on this problem! :-) > >BTW. these tests were with the 4BSD scheduler, I'm going to try to >switch to ULE soon and se how that works out. > > >