Bug #48155 | assert in handler::ha_external_lock | ||
---|---|---|---|
Submitted: | 19 Oct 2009 16:31 | Modified: | 8 Jan 2010 13:35 |
Reporter: | Matthias Leich | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | MySQL Server: Locking | Severity: | S3 (Non-critical) |
Version: | mysql-6.0-codebase-bugfixing | OS: | Any |
Assigned to: | Assigned Account | CPU Architecture: | Any |
[19 Oct 2009 16:31]
Matthias Leich
[10 Nov 2009 12:49]
Matthias Leich
Last simplified grammar
Attachment: bug26.yy (application/octet-stream, text), 31.08 KiB.
[10 Nov 2009 12:54]
Matthias Leich
The simplification process slowed down because of some tool weaknesses. I uploaded the last grammar. The last command line used was perl runall.pl ... --threads=30 --queries=3000 --duration=60 \ --mysqld=--table-lock-wait-timeout=1 --mysqld=--innodb-lock-wait-timeout=1 --mysqld=--log-output=file --reporter=Deadlock,Backtrace,Shutdown --gendata=conf/WL5004_data.zz --grammar=./conf/bug26.yy ...\ --seed=114 I will restart simplification if I have the time.
[7 Dec 2009 9:17]
Philip Stoev
Core and binary http://mysql-systemqa.s3.amazonaws.com/var-bug44820.zip core: revision-id: alik@sun.com-20091203092413-5tsz2k3tqtev6965 date: 2009-12-03 12:24:13 +0300 build-date: 2009-12-07 11:04:31 +0200 revno: 3752 branch-nick: 6.0-codebase-bugfixing
[7 Dec 2009 11:41]
Philip Stoev
Newgrammar for bug 48155
Attachment: bug48155-2.yy (application/octet-stream, text), 30.94 KiB.
[7 Dec 2009 11:44]
Philip Stoev
A new grammar for this bug has been attached. It should cause this assertion in 80% of the test runs within a minute. The presence of a mysql slave appears to increase the likelihood of a crash. Please disregard the actual output of the script -- the RQG will print a bunch of messages before terminating with: # 13:40:06 Server crash reported at dsn dbi:mysql:host=127.0.0.1:port=19300:user=root:database=test $ perl runall.pl \ --gendata=conf/WL5004_data.zz \ --duration=600 \ --queries=100K \ --basedir=/build/bzr/6.0-codebase-bugfixing \ --mysqld=--log-output=file \ --grammar=conf/bug48155.yy \ --mem \ --threads=30 \ --rpl_mode=row Please let me know if further simplification is required -- the grammar may perform operations that are not necessary for the bug to appear.
[8 Jan 2010 13:35]
Jon Olav Hauglid
Closing this bug as a duplicate of Bug#48246.