5 messages in com.mysql.lists.bugsRe: mysql still hangs on FreeBSD 4.1 ...
FromSent OnAttachments
Ekaterina Ivannikova18 Oct 2000 02:45 
sas...@mysql.com18 Oct 2000 10:34 
Michael Widenius18 Oct 2000 13:59 
Ekaterina Ivannikova20 Oct 2000 06:18 
sas...@mysql.com20 Oct 2000 09:26 
Subject:Re: mysql still hangs on FreeBSD 4.1 (long)
From:Ekaterina Ivannikova (ka@gutatelecom.ru)
Date:10/20/2000 06:18:52 AM
List:com.mysql.lists.bugs

Hi,

thanks for your input.

This does look like some really strange thread library problem. Can you try the following: * link statically

This did not help.

* update your libc

It seems that libc_r was last updated in April, so mine should be up to date.

if the above does not help, can you write a program that can be run outside of the context of your system that will hang mysqld on your system?

The problem is, the hangs occur in different places. They are caused by web indexing software (htdig) which accesses mysqld thru apache mod_php (3.0.17) compiled with mysql support. Since it runs on the same host, it just probably overloads mysql (or the thread lib ?). So a web site making intensive use of mysql database + htdig would be the appropriate setup for testing. Anyway, I posted a question to freebsd-bugs and will inform the list of the results.