From owner-cvs-all@FreeBSD.ORG Mon Feb 13 08:55:33 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 882B216A420; Mon, 13 Feb 2006 08:55:33 +0000 (GMT) (envelope-from ume@mahoroba.org) Received: from ameno.mahoroba.org (gw4.mahoroba.org [218.45.22.175]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C69643D46; Mon, 13 Feb 2006 08:55:32 +0000 (GMT) (envelope-from ume@mahoroba.org) Received: from localhost (IDENT:IBpYEvPBC76bVbCyf473+jdWcf7eGJUmn+btWZLVP5xiKnUF8XTVx+4VfbL7loas@localhost [IPv6:::1]) (user=ume mech=CRAM-MD5 bits=0) by ameno.mahoroba.org (8.13.4/8.13.4) with ESMTP/inet6 id k1D8tD7q093627 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 13 Feb 2006 17:55:13 +0900 (JST) (envelope-from ume@mahoroba.org) Date: Mon, 13 Feb 2006 17:55:13 +0900 Message-ID: From: Hajimu UMEMOTO To: pav@FreeBSD.org In-Reply-To: <1139820454.86374.9.camel@pav.hide.vol.cz> References: <200602122224.k1CMOEAY019403@repoman.freebsd.org> <20060213035409.GA9141@xor.obsecurity.org> <1139820454.86374.9.camel@pav.hide.vol.cz> User-Agent: xcite1.38> Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (=?ISO-8859-4?Q?Shij=F2?=) APEL/10.6 Emacs/22.0.50 (i386-unknown-freebsd5.5) MULE/5.0 (SAKAKI) X-Operating-System: FreeBSD 5.5-PRERELEASE X-PGP-Key: http://www.imasy.or.jp/~ume/publickey.asc X-PGP-Fingerprint: 1F00 0B9E 2164 70FC 6DC5 BF5F 04E9 F086 BF90 71FE Organization: Internet Mutual Aid Society, YOKOHAMA MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.1.3 (ameno.mahoroba.org [IPv6:::1]); Mon, 13 Feb 2006 17:55:14 +0900 (JST) X-Virus-Scanned: by amavisd-new X-Virus-Status: Clean X-Spam-Status: No, score=-3.4 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on ameno.mahoroba.org Cc: nobutaka@FreeBSD.org, Kris Kennaway , cvs-all@FreeBSD.org, ports-committers@FreeBSD.org, ports@FreeBSD.org, Kris Kennaway , cvs-ports@FreeBSD.org Subject: Re: cvs commit: ports/japanese/migemo Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2006 08:55:33 -0000 Hi, >>>>> On Mon, 13 Feb 2006 09:47:34 +0100 >>>>> Pav Lucistnik said: pav> Bumping default thread stack size would be a good solution, there were a pav> lot of reports about that value being absurdly small on FreeBSD compared pav> to other systems. Can we perhaps toss some pthread_attr_setstacksize() pav> into the ruby port? pav> See /usr/ports/devel/glib20/files/extra-patch-gthread_gthread-posix.c pav> for inspiration. I think pthread_attr_setstacksize() changes the value for each thread created by pthread_create(). It is good solution for the threads created by pthread_create(). However, since we need to increase initial thread's stack in this case, we cannot use pthread_attr_setstacksize() here. Sincerely, -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan ume@mahoroba.org ume@{,jp.}FreeBSD.org http://www.imasy.org/~ume/