From owner-freebsd-threads@FreeBSD.ORG Fri Apr 11 16:51:51 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 9B04637B401 for ; Fri, 11 Apr 2003 16:51:51 -0700 (PDT) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8106C43F93 for ; Fri, 11 Apr 2003 16:51:50 -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 h3BNpnBg016358; Fri, 11 Apr 2003 19:51:49 -0400 (EDT) Received: from localhost (eischen@localhost)h3BNpn4x016354; Fri, 11 Apr 2003 19:51:49 -0400 (EDT) Date: Fri, 11 Apr 2003 19:51:49 -0400 (EDT) From: Daniel Eischen To: Craig Rodrigues In-Reply-To: <20030411234140.GA51044@attbi.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-threads@freebsd.org Subject: Re: New libpthread patch available. 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: Fri, 11 Apr 2003 23:51:52 -0000 On Fri, 11 Apr 2003, Craig Rodrigues wrote: > On Fri, Apr 11, 2003 at 07:29:54PM -0400, Daniel Eischen wrote: > > > > libkse libc_r > > ACE 5.3.1 Test Pass? Pass? > > ------------------------------------------------ > > Cached_Conn_Test No No > > Conn_Test No Yes > > MT_Reactor_Timer_Test No Yes > > Malloc_Test No No > > Proactor_Test No No > > Proactor_Timer_Test No No > > Process_Manager_Test No Yes > > Process_Strategy_Test No Yes > > Sigset_Ops_Test No No > > Thread_Pool_Test No Yes > > > > > Hi, > > Would you be interested in using the ACE autobuild perl scripts > to run the ACE tests? The results of the tests are formatted > in a nice HTML format which you can push to a web page. Sure, I guess so. Does it come with ACE? > For example, the build output of my build of ACE+TAO is published here: > > http://www.dist-systems.bbn.com/projects/AIRES/UAV/scoreboard/main/ > > If I see your build output, I may be able to help isoloate some > problems. The Proactor stuff depends on POSIX AIO + threads, so looking > too closely at that for KSE may be a waste of time, unless you want to > look at AIO also. Sigset depends on proper signals support. Yeah, I know sigset is broken; our sig*set macros don't check for invalid signals. I don't want to mess around with AIO either. > The Thread tests are worth paying attention to. The other thing > to keep in mind is that some of the ACE tests are very convoluted > and busted in subtle ways. Yeah, I remember with earlier versions of ACE, sometimes a test would fail and other times it would pass. > If you are interested using the autobuild scripts to publish your > ACE build output, I can help you with that off the list. I have all the output; it just not HTML'ized. Send me what I need to know off-line. I'll see if I can get it working. You can run the tests yourself too, by applying the patch :-) -- Dan Eischen