On Tue, Jun 28, 2005 at 10:37:43PM -0700, mike wrote:
> I'm compiling my mysql server from source. 
> 
> I have started noticing this as of 4.1.10 - in fact, I was running
> 4.1.12 and it's changed the LinuxThreads detection (since LT does not
> exist on amd64) - and 4.1.12 kept locking up after only a few minutes
> of uptime consistently.
> 
> Once I figured this out, I rolled back to my 4.1.10 with a small patch
> to the "configure" script to force the calling of CFLAGS="$CFLAGS
> -DUSE_MUTEX_INSTEAD_OF_RW_LOCKS
> -DPTHREAD_ADAPTIVE_MUTEX_INITIALIZER_NP"
> 
> I'm wondering though - am I missing something here? 

This is a bug in the version of glibc being shipped with Ubuntu, and
apparently Debian as well.  Here's the Ubuntu bug for tracking it:

https://bugzilla.ubuntu.com/show_bug.cgi?id=11730

There's also a Debian bug for it, but I can't find it right now.

Jim Winstead
MySQL Inc.

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to