Bug #12517 | MySQL Server crashes when closing connexion | ||
---|---|---|---|
Submitted: | 11 Aug 2005 10:07 | Modified: | 14 Sep 2005 1:03 |
Reporter: | Emmanuel KARTMANN | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Replication | Severity: | S1 (Critical) |
Version: | 4.1.13a | OS: | Any (any) |
Assigned to: | Sergey Vlasenko | CPU Architecture: | Any |
[11 Aug 2005 10:07]
Emmanuel KARTMANN
[11 Aug 2005 10:08]
Emmanuel KARTMANN
Prepare the crash - this script create a database and a SQL table (empty)
Attachment: mysql_crash_prepare.sql (text/plain), 443 bytes.
[11 Aug 2005 10:09]
Emmanuel KARTMANN
This script crashes MySQL when connexion is closed
Attachment: mysql_crash.sql (text/plain), 481 bytes.
[11 Aug 2005 20:52]
MySQL Verification Team
Verified with 4.1.14-debug-log (I was able to repeat it on Linux too)
[12 Aug 2005 14:23]
Andrey Hristov
0xa5a5a5a5 means that the memory was never initialized. In debug builds A5 is the magic number used for initializing malloced memory.
[24 Aug 2005 15:52]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/internals/28759
[26 Aug 2005 13:49]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/internals/28895
[30 Aug 2005 13:22]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/internals/29028
[8 Sep 2005 8:09]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/internals/29480
[12 Sep 2005 15:18]
Sergey Vlasenko
Patch is available in 4.1.15 & 5.0.13
[14 Sep 2005 1:03]
Paul DuBois
Noted in 4.1.15, 5.0.13 changelogs.
[21 Oct 2005 7:06]
Emmanuel KARTMANN
Bug seems to be fixed in 4.1.15 (yeah!). Cheers, E.