cvs commit: ports/japanese/migemo Makefile

Hajimu UMEMOTO ume at FreeBSD.org
Mon Feb 13 00:55:33 PST 2006


Hi,

>>>>> On Mon, 13 Feb 2006 09:47:34 +0100
>>>>> Pav Lucistnik <pav at FreeBSD.org> 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 at mahoroba.org  ume@{,jp.}FreeBSD.org
http://www.imasy.org/~ume/


More information about the cvs-all mailing list