atom feed15 messages in org.freebsd.freebsd-threadsMono's XSP crashes on browser connection
FromSent OnAttachments
Tom McLaughlinFeb 28, 2005 2:46 am 
Tom McLaughlinMar 2, 2005 5:40 am 
David XuMar 2, 2005 11:18 pm 
Daniel EischenMar 2, 2005 11:58 pm 
Tom McLaughlinMar 3, 2005 7:04 am 
Jeremy MessengerMar 3, 2005 7:13 am 
David XuMar 3, 2005 7:16 am 
Tom McLaughlinMar 3, 2005 7:35 am 
David XuMar 3, 2005 2:32 pm 
Craig RodriguesMar 3, 2005 3:15 pm 
Jeremy MessengerMar 3, 2005 7:01 pm 
Craig RodriguesMar 3, 2005 7:18 pm 
Jeremy MessengerMar 3, 2005 7:24 pm 
David XuMar 3, 2005 11:36 pm 
Tom McLaughlinMar 4, 2005 5:24 am 
Subject:Mono's XSP crashes on browser connection
From:Jeremy Messenger (mez@cox.net)
Date:Mar 3, 2005 7:24:47 pm
List:org.freebsd.freebsd-threads

On Thu, 3 Mar 2005 14:18:13 -0500, Craig Rodrigues <rodr@crodrigues.org> wrote:

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.

Read in PR again, Mono was the reason why PR was created. Tom and I work together in BSD#. ;-) I will test it soon as when RELENG_5 can be build. I keep get build fail for two days without your patch.

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.

I am glad that you took over and do the standard, a better one. Thanks for doing it!

Cheers, Mezz

Thanks.