Bug #38797 | Assertion (inited==RND) failed in handler::ha_rnd_end | ||
---|---|---|---|
Submitted: | 14 Aug 2008 13:30 | Modified: | 21 Aug 2008 18:57 |
Reporter: | Philip Stoev | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | MySQL Server: Partitions | Severity: | S1 (Critical) |
Version: | 5.1-bzr | OS: | Any (Linux) |
Assigned to: | Assigned Account | CPU Architecture: | Any |
[14 Aug 2008 13:30]
Philip Stoev
[14 Aug 2008 15:50]
Philip Stoev
Grammar file for bug 38797
Attachment: bug38797.yy (application/octet-stream, text), 384 bytes.
[14 Aug 2008 15:50]
Philip Stoev
Data Generator file for bug 38797
Attachment: bug38797.zz (text/plain), 537 bytes.
[14 Aug 2008 15:54]
Philip Stoev
To reproduce this bug, please clone the mysql-test-extra-6.0 tree and execute the following: $ cd mysql-test-extra-6.0/mysql-test/gentest $ perl runall.pl \ --basedir=/path/to/mysql-5.1/ \ --gendata=/location/of/bug38797.zz \ --grammar=/location/of/bug38797.yy \ --mysqld=--log-output=file \ # This is required to prevent a system-wide deadlock --threads=10 \ --mysqld=--innodb_lock_wait_timeout=1 # This is required to cause the crash faster. This will create both partitioned and unpartitioned MyISAM and Innodb tables, and will then proceed to run very simple transactions against them. Deadlocks will happen and once an offending deadlock times out, the server will crash. See also bug # 34604.
[15 Aug 2008 8:24]
Sveta Smirnova
Thank you for the report. Verified as described.
[20 Aug 2008 19:45]
Mattias Jonsson
Most probably a duplicate of bug#34604 (I managed to crash on the assert before the patch, but not after). That patch is now pushed into mysql-5.1-bugteam. Philip, could you please verify this and if duplicate, change status accordingly?
[21 Aug 2008 18:57]
Philip Stoev
This test case no longer fails on 5.1-bugteam. As requested, I am marking this as a duplicate to bug#34604 .