From owner-freebsd-stable@FreeBSD.ORG Mon May 5 09:45:40 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 668B837B401 for ; Mon, 5 May 2003 09:45:40 -0700 (PDT) Received: from HAL9000.homeunix.com (12-233-57-131.client.attbi.com [12.233.57.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE32F43F3F for ; Mon, 5 May 2003 09:45:39 -0700 (PDT) (envelope-from das@FreeBSD.ORG) Received: from HAL9000.homeunix.com (localhost [127.0.0.1]) by HAL9000.homeunix.com (8.12.9/8.12.5) with ESMTP id h45GjcdN007899; Mon, 5 May 2003 09:45:38 -0700 (PDT) (envelope-from das@FreeBSD.ORG) Received: (from das@localhost) by HAL9000.homeunix.com (8.12.9/8.12.5/Submit) id h45GjbfQ007898; Mon, 5 May 2003 09:45:37 -0700 (PDT) (envelope-from das@FreeBSD.ORG) Date: Mon, 5 May 2003 09:45:37 -0700 From: David Schultz To: Boris Kovalenko Message-ID: <20030505164537.GB7679@HAL9000.homeunix.com> Mail-Followup-To: Boris Kovalenko , freebsd-stable@freebsd.org References: <3EB4A03B.4090606@tagnet.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3EB4A03B.4090606@tagnet.ru> cc: freebsd-stable@FreeBSD.ORG 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: Mon, 05 May 2003 16:45:40 -0000 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 statically built (for some strange reason), have you tried recompiling it? MySQL does use libc_r, right?