Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 06 May 2003 12:50:11 +0600
From:      Boris Kovalenko <boris@tagnet.ru>
To:        David Schultz <das@freebsd.org>, freebsd-stable@freebsd.org
Subject:   Re: Strange threads problems
Message-ID:  <3EB75B23.4020401@tagnet.ru>
In-Reply-To: <20030505164537.GB7679@HAL9000.homeunix.com>
References:  <3EB4A03B.4090606@tagnet.ru> <20030505164537.GB7679@HAL9000.homeunix.com>

next in thread | previous in thread | raw e-mail | index | archive | help
David Schultz wrote:

>On Sun, May 04, 2003, Boris Kovalenko wrote:
>  
>
>>Hello!
>>
>>   Have installed 4.8R and recompiled kernel with next options:
>>
>>options         MAXDSIZ="(2UL*1024*1024*1024)"
>>options         MAXSSIZ="(256*1024*1024)"
>>options         DFLDSIZ="(1024*1024*1024)"
>>
>>and MySQL with native threads failed to load with
>>Fatal error 'Can't create gc thread' at line ? in file 
>>/usr/src/lib/libc_r/uthread/uthread_create.c (errno = ?) error and with
>>Can't create interrupt-thread (error 35, errno: 4) error with 
>>linuxthreads. Commenting out MAXSSIZ and DFLDSIZ options solves the 
>>problem. What I doing wrong?
>>    
>>
>
>This should work in libc_r with 4.8-R, but not 4.7-R.  If MySQL is
>
But it doesn't work with 4.7R and 4.8R if I use this set of options

>statically built (for some strange reason), have you tried
>recompiling it?  MySQL does use libc_r, right?
>
Of course, the first thing I did when become this problem is to  
recompile MySQL with WITH_CHARSET=koi8_ru SKIP_INSTALL_DB=yes options

>_______________________________________________
>freebsd-stable@freebsd.org mailing list
>http://lists.freebsd.org/mailman/listinfo/freebsd-stable
>To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org"
>
>  
>




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3EB75B23.4020401>