On Tue, Mar 28, 2006 at 10:12:58AM +0200, Sander Smeenk wrote:
> Hello!
> 
> I have a dual Opteron 250 system with 4GB memory running Debian with
> MySQL version 5.0.18 and unfortunately it keeps crashing at (somewhat)
> random intervals with messages like:
> 
> | Mar 14 00:32:59 zwart mysqld[29820]: *** glibc detected *** double
> |                 free or corruption (!prev): 0x00000000012b1ab0 ***
> | Mar 15 02:24:17 zwart mysqld[13255]: *** glibc detected *** free():
> |                 invalid next size (normal): 0x00000000012d3d30 ***
> | Mar 16 00:32:51 zwart mysqld[17749]: *** glibc detected *** double
> |                 free or corruption (!prev): 0x0000000001333540 ***
> | Mar 16 14:44:07 zwart mysqld[471]: *** glibc detected *** double
> |                 free or corruption (!prev): 0x00000000013e4160 ***

You don't say which versions of glibc or the kernel you're running,
but if you're running stock Debian Sarge, that's a problem because of
its known-buggy glibc 2.3.2.

We are still using MySQL 4.0.x, but have had good luck running Debian
"testing", and I expect "sid" would be good too if you don't need to
run much more than a db server on this machine.

I'd also use a recent kernel, though we've been running on a 2.6.13.1
kernel on a dual opteron with 6gb ram since last September without a
problem, so the kernel doesn't have to be that recent.

You can either manually install the later glibc's (2.3.5 or 2.3.6)
from testing/sid, or just update the whole kit and kaboodle.

--Pete

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

Reply via email to