From owner-freebsd-stable@FreeBSD.ORG Mon May 5 23:50:59 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E61B437B401; Mon, 5 May 2003 23:50:59 -0700 (PDT) Received: from ns.tagnet.ru (ns.tagnet.ru [80.78.104.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5685743F85; Mon, 5 May 2003 23:50:58 -0700 (PDT) (envelope-from boris@tagnet.ru) Received: from dial-136.tagnet.ru ([80.78.104.136] helo=tagnet.ru) by ns.tagnet.ru with esmtp (Exim 4.14) id 19CwHw-0008vP-9c; Tue, 06 May 2003 12:50:56 +0600 Message-ID: <3EB75B23.4020401@tagnet.ru> Date: Tue, 06 May 2003 12:50:11 +0600 From: Boris Kovalenko User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.3) Gecko/20030312 X-Accept-Language: ru, en-us, en MIME-Version: 1.0 To: David Schultz , freebsd-stable@freebsd.org References: <3EB4A03B.4090606@tagnet.ru> <20030505164537.GB7679@HAL9000.homeunix.com> In-Reply-To: <20030505164537.GB7679@HAL9000.homeunix.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Strange threads problems X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 May 2003 06:51:00 -0000 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" > > >