From owner-freebsd-threads@FreeBSD.ORG Thu Mar 3 07:17:03 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 D645C16A4CE for ; Thu, 3 Mar 2005 07:17:03 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B97B343D2F; Thu, 3 Mar 2005 07:17:03 +0000 (GMT) (envelope-from davidxu@freebsd.org) Received: from [127.0.0.1] (davidxu@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j237H16J031217; Thu, 3 Mar 2005 07:17:02 GMT (envelope-from davidxu@freebsd.org) Message-ID: <4226B9DC.7040405@freebsd.org> Date: Thu, 03 Mar 2005 15:16:44 +0800 From: David Xu User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.3) Gecko/20040910 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Tom McLaughlin 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> In-Reply-To: <1109833505.777.80.camel@compass.straycat.dhs.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 07:17:03 -0000 Tom McLaughlin wrote: >Disabling garbage collection in Mono prevents the crash but after >executing the external process the C# program does not continue on, it >just sits there. So that isn't a viable option for regular use. > > > Can you give me example code (executing external program) ? I don't know C# but want to try. >Worse, mono ships with Boehm 6.2. I linked against 6.4 from ports >(where threading support is not even enabled by default) and Mono is now >failing to compile. Mono's mcs compiler hangs at the same spot on >-STABLE and -CURRENT. Once Mono imports a later Boehm, FreeBSD is in >for some serious problems. > >Tom > >