From owner-cvs-all@FreeBSD.ORG Mon Feb 13 03:46:28 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 6E0E516A420; Mon, 13 Feb 2006 03:46:28 +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 ABF5143D45; Mon, 13 Feb 2006 03:46:27 +0000 (GMT) (envelope-from ume@mahoroba.org) Received: from localhost (IDENT:c87MPv0ZUI9eWSUG63OMCz0bG1m2Se7uh63p7H/geehdyQhtN4ThJbkTk28r4TRm@localhost [IPv6:::1]) (user=ume mech=CRAM-MD5 bits=0) by ameno.mahoroba.org (8.13.4/8.13.4) with ESMTP/inet6 id k1D3kJVt060957 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 13 Feb 2006 12:46:20 +0900 (JST) (envelope-from ume@mahoroba.org) Date: Mon, 13 Feb 2006 12:46:19 +0900 Message-ID: From: Hajimu UMEMOTO To: ports@FreeBSD.org, nobutaka@FreeBSD.org In-Reply-To: <200602122224.k1CMOEAY019403@repoman.freebsd.org> References: <200602122224.k1CMOEAY019403@repoman.freebsd.org> 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 12:46:20 +0900 (JST) X-Virus-Scanned: by amavisd-new X-Virus-Status: Clean X-Spam-Status: No, score=-3.5 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: cvs-ports@FreeBSD.org, Kris Kennaway , cvs-all@FreeBSD.org, ports-committers@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 03:46:28 -0000 Hi, >>>>> On Sun, 12 Feb 2006 22:24:14 +0000 (UTC) >>>>> Kris Kennaway said: kris> kris 2006-02-12 22:24:14 UTC kris> FreeBSD ports repository kris> Modified files: kris> japanese/migemo Makefile kris> Log: kris> BROKEN: Coredump during build I examined this issue bit, then found that it occurs because of shortage of an initial thread's stack. The japanese/migemo still can be built fine with non-pthread Ruby. 2MB which is the recent value of THR_STACK32_INITIAL is still short for building japanese/migemo. I doubled THR_STACK32_INITIAL, then japanese/migemo could be built fine with pthread Ruby. So, I think it is hard to fix this breakage by japanese/migemo port. It seems there are not a few problems with pthread Ruby including this issue. So, it may better to disable pthread support of Ruby by default at least until our next release is out, IMHO. Sincerely, -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan ume@mahoroba.org ume@{,jp.}FreeBSD.org http://www.imasy.org/~ume/