Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 May 2003 09:45:37 -0700
From:      David Schultz <das@FreeBSD.ORG>
To:        Boris Kovalenko <boris@tagnet.ru>
Cc:        freebsd-stable@FreeBSD.ORG
Subject:   Re: Strange threads problems
Message-ID:  <20030505164537.GB7679@HAL9000.homeunix.com>
In-Reply-To: <3EB4A03B.4090606@tagnet.ru>
References:  <3EB4A03B.4090606@tagnet.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
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?



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