| Bug #45070 | InnoDB: Assertion failure in file srv0srv.c line 2097 | ||
|---|---|---|---|
| Submitted: | 25 May 17:09 | Modified: | 11 Oct 10:24 |
| Reporter: | Lars Lyxell | ||
| Status: | No Feedback | ||
| Category: | Server: InnoDB | Severity: | S1 (Critical) |
| Version: | 5.0.68 | OS: | Linux (CentOS 4.7 64-bit) |
| Assigned to: | Target Version: | ||
[25 May 17:09]
Lars Lyxell
[25 May 19:10]
Miguel Solorzano
Thank you for the bug report. Please see if the same case as http://bugs.mysql.com/bug.php?id=36018. Thanks in advance.
[26 May 9:18]
Lars Lyxell
at least it seems like they are related but not referenced to the same source-file. I have also uploaded the err -file InnoDB: Warning: a long semaphore wait: --Thread 1177528672 has waited at btr0cur.c line 3759 for 241.00 seconds the semaphore: S-lock on RW-latch at 0x2ba3fd2cb8 created in file buf0buf.c line 497 a writer (thread id 1177528672) has reserved it in mode exclusive number of readers 0, waiters flag 1 Last time read locked in file btr0pcur.c line 247 Last time write locked in file buf0buf.c line 1768 InnoDB: ###### Starts InnoDB Monitor for 30 secs to print diagnostic info: InnoDB: Pending preads 23, pwrites 0
[26 May 9:19]
Lars Lyxell
crash log
Attachment: mysqld.log.gz (application/x-gzip, text), 247.58 KiB.
[26 May 9:50]
Sveta Smirnova
Thank you for the feedback. We had several similar bugs in past which were fixed. Could you please test with current version 5.0.81 to check if it was fixed in your case too? Please also provide your configuration file.
[26 May 13:44]
Lars Lyxell
Im not sure it can be reproduced as it is the first time we have seen it on this server. So an upgrade to 5.0.81 can (and will be done) but as I cannot reproduce it and if you cannot make anything from the logs then we'll just have to hope that it does not happen again. /lars
[11 Sep 10:24]
Sveta Smirnova
Thank you for the feedback. Which kind of load do you experience? Please send of us example of queries, if you use transactions with multiple statements, additional details which you think is important.
[12 Oct 1:00]
Bugs System
No feedback was provided for this bug for over a month, so it is being suspended automatically. If you are able to provide the information that was originally requested, please do so and change the status of the bug back to "Open".
[31 Oct 5:59]
James Day
Lars, the likely cause for your problem is a long-running delete statement. Check the transactions that have been running for the longest time and if a delete is among them, use WHERE or LIMIT then COMMIT to make it do less work in each transaction.
