From owner-freebsd-current Mon Mar 10 18: 8:11 2003 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 B22A037B401 for ; Mon, 10 Mar 2003 18:08:09 -0800 (PST) Received: from seed.net.tw (sn12.seed.net.tw [139.175.54.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 662A143FB1 for ; Mon, 10 Mar 2003 18:08:08 -0800 (PST) (envelope-from leafy@leafy.idv.tw) Received: from [211.74.133.130] (port=49376 helo=leafy.idv.tw) by seed.net.tw with esmtp (Seednet 4.10:3) id 18sZBX-000AXU-00 for freebsd-current@FreeBSD.ORG; Tue, 11 Mar 2003 10:08:07 +0800 Received: from leafy.idv.tw (nobody@localhost [127.0.0.1]) by leafy.idv.tw (8.12.8/8.12.8) with ESMTP id h2B286Kh044579 for ; Tue, 11 Mar 2003 10:08:07 +0800 (CST) (envelope-from leafy@leafy.idv.tw) Received: (from leafy@localhost) by leafy.idv.tw (8.12.8/8.12.8/Submit) id h2B286nQ044578 for freebsd-current@FreeBSD.ORG; Tue, 11 Mar 2003 10:08:06 +0800 (CST) Date: Tue, 11 Mar 2003 10:08:06 +0800 From: leafy To: freebsd-current@FreeBSD.ORG Subject: Re: KSE test code? Message-ID: <20030311020806.GA44563@leafy.idv.tw> Mail-Followup-To: freebsd-current@FreeBSD.ORG References: <20030310192239.GA2516@HAL9000.homeunix.com> Mime-Version: 1.0 Content-Type: text/plain; charset=big5 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.3i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, Mar 10, 2003 at 11:53:40AM -0800, Julian Elischer wrote: > cd /usr/lib/libpthreads > make > make install > This installs a libkse which, when we are happy with it will become > libpthreads, but until then it has this special name.. > > get some test threads programs and link with -lkse > remember to disable -pthreads > > see what happens. > There is a fix for ^Z being committed in the next day or so.. > Hi, I tried to compile the test under libpthread but ended up waiting for it to finish with : Test static library: -------------------------------------------------------------------------- Test c_user c_system c_total chng passed/FAILED h_user h_system h_total % chng -------------------------------------------------------------------------- hello_d 0.00 0.00 0.00 passed -------------------------------------------------------------------------- hello_s 0.00 0.01 0.01 passed -------------------------------------------------------------------------- join_leak_d 0.15 0.09 0.24 *** FAILED *** -------------------------------------------------------------------------- mutex_d Anything I've missed? Jiawei -- "Without the userland, the kernel is useless." --inspired by The Tao of Programming To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message