cvs commit: ports/japanese/migemo Makefile

Hajimu UMEMOTO ume at FreeBSD.org
Sun Feb 12 19:46:28 PST 2006


Hi,

>>>>> On Sun, 12 Feb 2006 22:24:14 +0000 (UTC)
>>>>> Kris Kennaway <kris at 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 at mahoroba.org  ume@{,jp.}FreeBSD.org
http://www.imasy.org/~ume/


More information about the cvs-all mailing list