From owner-freebsd-current Wed Jun 17 09:57:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA23055 for freebsd-current-outgoing; Wed, 17 Jun 1998 09:57:32 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from rah.star-gate.com (rah.star-gate.com [209.133.7.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA23050 for ; Wed, 17 Jun 1998 09:57:31 -0700 (PDT) (envelope-from hasty@rah.star-gate.com) Received: from rah.star-gate.com (localhost.star-gate.com [127.0.0.1]) by rah.star-gate.com (8.8.8/8.8.8) with ESMTP id JAA02581; Wed, 17 Jun 1998 09:57:08 -0700 (PDT) (envelope-from hasty@rah.star-gate.com) Message-Id: <199806171657.JAA02581@rah.star-gate.com> X-Mailer: exmh version 2.0.2 2/24/98 To: John Birrell cc: mestery@winternet.com (Kyle Mestery), current@FreeBSD.ORG Subject: Re: cvs commit: src/lib/libc_r/uthread uthread_sig.c In-reply-to: Your message of "Wed, 17 Jun 1998 22:16:26 +1000." <199806171216.WAA11454@cimlogic.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 17 Jun 1998 09:57:08 -0700 From: Amancio Hasty Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Yeap, just finished testing over here and MT_SOCK_Test is failing :( Not sure if this is our fault . It appears that a select is failing due to getting a SIGCHLD . If I change uthread_sig.c to not set the interrupted bit when we get SIGCHLD, the MT_SOCK_Test appears to pass. My take is that something else failed other than the wait4 and there is possibly a bug in the test for not being able to handle properly an interrupted select call. Cheers, Amancio > Kyle Mestery wrote: > > > > Hi Amancio, > > > > I have ACE working with a libc_r from June 1. I had to muck with the > > platform_freebsd_pthread.GNU file and the config-freebsd-pthread.h file > > also, and after finding the right #define's every ACE test I have run in > > hte test directory has worked! Thanks to John Birrell for his wonderful > > libc_r fixes! > > The MT_SOCK_Test still fails due (I think) to the fact that select > is being interrupted by a SIGCHLD signal that the test doesn't expect. > > -- > John Birrell - jb@cimlogic.com.au; jb@freebsd.org http://www.cimlogic.com.au/ > CIMlogic Pty Ltd, GPO Box 117A, Melbourne Vic 3001, Australia +61 418 353 137 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message