Bug #14727 | hangs randomly at INSERT statements | ||
---|---|---|---|
Submitted: | 7 Nov 2005 23:30 | Modified: | 11 Nov 2005 7:54 |
Reporter: | [ name withheld ] | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | MySQL Server | Severity: | S2 (Serious) |
Version: | 4.1.15-standard-log | OS: | Linux (Debian GNU/Linux 3.1) |
Assigned to: | CPU Architecture: | Any |
[7 Nov 2005 23:30]
[ name withheld ]
[8 Nov 2005 0:14]
Thimo Eichstädt
As you can see in the linked forum message above, I have this problem, too (random hangs during insert). Server version: 5.0.15 (AMD64 precompiled) Distribution: Debian 3.1 (glibc 2.3.2) Databases: MyISAM/InnoDB (I am mainly connecting to the mysql server with PHP5.1RC4)
[8 Nov 2005 10:09]
Heikki Tuuri
Hi! If you are using InnoDB tables, please print SHOW INNODB STATUS\G during a hang and post it here. Regards, Heikki
[8 Nov 2005 10:40]
[ name withheld ]
workaround: downgrade to older version. downgrade to 4.1.11-Debian_4sarge2-log (version in Debian distro) was solved this issue at this moment.
[8 Nov 2005 12:28]
Valeriy Kravchuk
Please, answer the question asked by Heikki.
[8 Nov 2005 12:42]
Thimo Eichstädt
I am trying to reprocude this problem (5.0.15) with InnoDB and MyISAM tables. At the moment, the hang doesn't occur (as I said it happens quite randomly). Last hangs were two days before and with myISAM tables...
[8 Nov 2005 12:58]
[ name withheld ]
Sorry, I don't read Heikki Tuuri's comment. He was posted it, when I'm writting comment :) I don't use InnoDB tables on server. Everything runs on MyISAM. I still trying to reproduce this issue, but I have too much diffrent setup (no SMP and different version of kernel, glibc).
[8 Nov 2005 13:02]
Guilhem Bichot
Hi, could it be the same as http://bugs.mysql.com/bug.php?id=8555 ? I see you're using glib 2.3.2, Debian 3.1, AMD64, just like in that bug report (which is in fact a bug in glibc's NPTL).
[10 Nov 2005 10:31]
Thimo Eichstädt
I've patched the glibc which is shipped with debian and have no problems any more, so I think Guilhem Bichot is right. Unfortunately debian hasn't patched their glibc in the AMD64 stable distribution, but after a small discussion they have patched it in "stinkypete" (unofficial contributions tree for AMD64) yesterday. So either adding stinkypete to sources.list or downloading the new glibc packages from ftp://ftp.de.debian.org/debian-amd64/debian-amd64/pool/main/g/glibc/ resolves this problem.
[10 Nov 2005 12:01]
[ name withheld ]
I was runs stress script mentioned in bug #8555 on few x84_64 server and I have only problems with MySQL (4.1.15) server from mysql.com and debian 3.1. I think MySQL server from Debian distro (4.1.11-Debian_4sarge2-log) is not affected by this issue, so I think Guilhem Bichot is right.
[10 Nov 2005 12:13]
Valeriy Kravchuk
So, can we mark this bug report as a duplicate of http://bugs.mysql.com/bug.php?id=8555?
[11 Nov 2005 7:32]
[ name withheld ]
Yes, I think
[11 Nov 2005 7:54]
Valeriy Kravchuk
Looks like a duplicate of http://bugs.mysql.com/bug.php?id=8555. Same platform, same solution.