From owner-freebsd-threads@FreeBSD.ORG Thu Mar 3 19:18:25 2005 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 7B9D716A4CE for ; Thu, 3 Mar 2005 19:18:25 +0000 (GMT) Received: from rwcrmhc13.comcast.net (rwcrmhc13.comcast.net [204.127.198.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3ABD743D39 for ; Thu, 3 Mar 2005 19:18:25 +0000 (GMT) (envelope-from rodrigc@crodrigues.org) Received: from h00609772adf0.ne.client2.attbi.com ([66.30.114.143]) by comcast.net (rwcrmhc13) with ESMTP id <2005030319182401500l4ojse>; Thu, 3 Mar 2005 19:18:24 +0000 Received: from h00609772adf0.ne.client2.attbi.com (localhost [127.0.0.1]) j23JIE4n003483; Thu, 3 Mar 2005 14:18:19 -0500 (EST) (envelope-from rodrigc@h00609772adf0.ne.client2.attbi.com) Received: (from rodrigc@localhost)j23JIERT003482; Thu, 3 Mar 2005 14:18:14 -0500 (EST) (envelope-from rodrigc) Date: Thu, 3 Mar 2005 14:18:13 -0500 From: Craig Rodrigues To: Jeremy Messenger Message-ID: <20050303191813.GA3469@crodrigues.org> References: <1109551418.782.30.camel@compass.straycat.dhs.org> <1109742079.777.15.camel@compass.straycat.dhs.org> <422649AF.5090606@freebsd.org> <1109833505.777.80.camel@compass.straycat.dhs.org> <4226B9DC.7040405@freebsd.org> <1109835366.777.95.camel@compass.straycat.dhs.org> <42272009.507@freebsd.org> <20050303151544.GA2518@crodrigues.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i cc: freebsd-threads@freebsd.org Subject: Re: Mono's XSP crashes on browser connection 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: Thu, 03 Mar 2005 19:18:25 -0000 On Thu, Mar 03, 2005 at 01:02:51PM -0600, Jeremy Messenger wrote: > Do you need anyone to test your ttyname_r patch? I can try to test it with > mono here on RELENG_5 and see how it goes. I don't know ttyname_r that > much, but I can dig in web/google. If you want to test my ttyname_r patch that would be great. I don't think ttyname_r() is used much in Mono, but I could be wrong. As per Robert Watson's suggestion here: http://lists.freebsd.org/pipermail/freebsd-threads/2005-February/002869.html I e-mailed Kris and asked him if he could scan the ports tree and see what links against ttyname_r(), since my patch could potentially represent an ABI change. The old ttyname_r() should never have been exported from libc, since it was not standards compliant, and did not have a prototype exported in unistd.h. Thanks. -- Craig Rodrigues rodrigc@crodrigues.org