Date: Mon, 13 Feb 2006 12:46:19 +0900 From: Hajimu UMEMOTO <ume@FreeBSD.org> To: ports@FreeBSD.org, nobutaka@FreeBSD.org Cc: cvs-ports@FreeBSD.org, Kris Kennaway <kris@FreeBSD.org>, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/japanese/migemo Makefile Message-ID: <ygeu0b3ly44.wl%ume@mahoroba.org> In-Reply-To: <200602122224.k1CMOEAY019403@repoman.freebsd.org> References: <200602122224.k1CMOEAY019403@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi, >>>>> On Sun, 12 Feb 2006 22:24:14 +0000 (UTC) >>>>> Kris Kennaway <kris@FreeBSD.org> 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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?ygeu0b3ly44.wl%ume>