From owner-freebsd-threads@FreeBSD.ORG Mon Apr 28 16:59:58 2003 Return-Path: Delivered-To: freebsd-threads@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 51B8137B401 for ; Mon, 28 Apr 2003 16:59:58 -0700 (PDT) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DA3B43F75 for ; Mon, 28 Apr 2003 16:59:57 -0700 (PDT) (envelope-from eischen@pcnet1.pcnet.com) Received: from pcnet1.pcnet.com (localhost [127.0.0.1]) by mail.pcnet.com (8.12.8/8.12.1) with ESMTP id h3SNxuBg009062; Mon, 28 Apr 2003 19:59:56 -0400 (EDT) Received: from localhost (eischen@localhost)h3SNxsra009056; Mon, 28 Apr 2003 19:59:56 -0400 (EDT) Date: Mon, 28 Apr 2003 19:59:54 -0400 (EDT) From: Daniel Eischen To: David Xu In-Reply-To: <001501c30d8e$c1aca4a0$0701a8c0@tiger> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-threads@freebsd.org Subject: Re: SMPing libpthread X-BeenThere: freebsd-threads@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Threading on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Apr 2003 23:59:58 -0000 On Mon, 28 Apr 2003, David Xu wrote: > I have updated the libpthread SMP patch. > http://people.freebsd.org/~davidxu/libpthread_smp.diff > default is SMP enabled in the patch. the patch past all ACE tests, > also crew program was tested. Committed. I also made spinlock/spinunlock critical regions. Take a look at it and see if you think it'll work OK. All my tests pass with this. We still have a problem with mozilla. When I first got libkse working, mozilla worked for me but now it hangs upon startup (no window ever gets displayed). -- Dan Eischen