Bug #41013 | main.bootstrap coredumps in 6.0-rpl | ||
---|---|---|---|
Submitted: | 25 Nov 2008 13:53 | Modified: | 12 Nov 2009 19:10 |
Reporter: | Sven Sandberg | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: General | Severity: | S2 (Serious) |
Version: | 6.0-rpl | OS: | Any |
Assigned to: | Zhenxing He | CPU Architecture: | Any |
Tags: | 6.0-rpl-green, bootstrap, F_SERVER, pushbuild, test failure |
[25 Nov 2008 13:53]
Sven Sandberg
[1 Dec 2008 17:00]
Sven Sandberg
See also BUG#41154.
[3 Dec 2008 7:59]
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/commits/60470 2741 He Zhenxing 2008-12-03 BUG#41013 main.bootstrap coredumps in 6.0-rpl When a storage engine failed to initialize before allocated slot number, the slot number would be 0, and when later finalizing this plugin, it would accidentally unplug the storage engine currently uses slot 0. This patch fixed this problem by add a new macro value HA_SLOT_UNDEF to distinguish undefined slot number from slot 0.
[6 Dec 2008 1:00]
Alfranio Tavares Correia Junior
Some left over state while executing main.bootstrap is causing failures in concurrent_insert_func
Attachment: main.concurrent_insert_func.output (application/octet-stream, text), 12.65 KiB.
[8 Dec 2008 9:54]
Sven Sandberg
Alfranio, the error in main.concurrent_insert_func is BUG#39862. It has happened even without previous failures in main.bootstrap, e.g., on https://intranet.mysql.com/secure/pushbuild/showpush.pl?dir=bzr_mysql-5.1-rpl&order=55 debx86-b/n_mix . So I think it is unrelated.
[30 Jan 2009 13:26]
Bugs System
Pushed into 6.0.10-alpha (revid:luis.soares@sun.com-20090129165607-wiskabxm948yx463) (version source revid:luis.soares@sun.com-20090129163120-e2ntks4wgpqde6zt) (merge vers: 6.0.10-alpha) (pib:6)
[10 Feb 2009 21:09]
Paul DuBois
Noted in 6.0.10 changelog. When a storage engine plugin failed to initialize before allocating a slot number, it would acidentally unplug the engine in slot 0.
[18 Feb 2009 12:09]
MySQL Verification Team
Bug: http://bugs.mysql.com/bug.php?id=42967 marked as duplicate of this one.
[2 Oct 2009 6:00]
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/commits/85470 3116 He Zhenxing 2009-10-02 Backport BUG#41013 main.bootstrap coredumps in 6.0-rpl When a storage engine failed to initialize before allocated slot number, the slot number would be 0, and when later finalizing this plugin, it would accidentally unplug the storage engine currently uses slot 0. This patch fixed this problem by add a new macro value HA_SLOT_UNDEF to distinguish undefined slot number from slot 0.
[27 Oct 2009 9:48]
Bugs System
Pushed into 6.0.14-alpha (revid:alik@sun.com-20091027094604-9p7kplu1vd2cvcju) (version source revid:zhenxing.he@sun.com-20091026140226-uhnqejkyqx1aeilc) (merge vers: 6.0.14-alpha) (pib:13)
[27 Oct 2009 13:58]
Paul DuBois
Already fixed in 6.0.10.
[12 Nov 2009 8:15]
Bugs System
Pushed into 5.5.0-beta (revid:alik@sun.com-20091110093229-0bh5hix780cyeicl) (version source revid:alik@sun.com-20091027095744-rf45u3x3q5d1f5y0) (merge vers: 5.5.0-beta) (pib:13)
[12 Nov 2009 19:10]
Paul DuBois
Noted in 5.5.0 changelog.