From owner-freebsd-emulation@FreeBSD.ORG Thu Aug 6 12:21:10 2009 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 81BCD106566B for ; Thu, 6 Aug 2009 12:21:10 +0000 (UTC) (envelope-from tijl@ulyssis.org) Received: from mailrelay003.isp.belgacom.be (mailrelay003.isp.belgacom.be [195.238.6.53]) by mx1.freebsd.org (Postfix) with ESMTP id 1EB9E8FC1A for ; Thu, 6 Aug 2009 12:21:09 +0000 (UTC) X-Belgacom-Dynamic: yes X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ar4EANhmekpR8EUk/2dsb2JhbACBUtJlhBgF Received: from 36.69-240-81.adsl-dyn.isp.belgacom.be (HELO kalimero.kotnet.org) ([81.240.69.36]) by relay.skynet.be with ESMTP; 06 Aug 2009 14:21:08 +0200 Received: from kalimero.kotnet.org (kalimero.kotnet.org [127.0.0.1]) by kalimero.kotnet.org (8.14.3/8.14.3) with ESMTP id n76CIbjZ003700; Thu, 6 Aug 2009 14:18:37 +0200 (CEST) (envelope-from tijl@ulyssis.org) From: Tijl Coosemans To: Boris Samorodov Date: Thu, 6 Aug 2009 14:18:35 +0200 User-Agent: KMail/1.9.10 References: <20090628082701.GA34665@triton.kn-bremen.de> <200908061059.22997.tijl@ulyssis.org> <00375901@h30.sp.ipt.ru> In-Reply-To: <00375901@h30.sp.ipt.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200908061418.36989.tijl@ulyssis.org> Cc: freebsd-emulation@freebsd.org, Juergen Lock Subject: Re: nspluginwrapper patch for testing X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Aug 2009 12:21:10 -0000 On Thursday 06 August 2009 12:14:10 Boris Samorodov wrote: > On Thu, 6 Aug 2009 10:59:21 +0200 Tijl Coosemans wrote: >> Can this be committed before the 8.0 ports freeze? > > According to the list this solution appears to be helpful, > so the answer is "yes" (or rather "should"). > > Can you provide a commit log? Limit the stack size for plugins. Linux glibc threading behaves slightly differently with a smaller stack size and the Flash plugins rely on this behaviour. Suggested by: dchagin Patch by: nox