Bug #35291 | InnoDB crashes with Mutex at 0xb79c20b4 created file log0log.c line 744, lock va | ||
---|---|---|---|
Submitted: | 14 Mar 2008 12:55 | Modified: | 9 Jul 2008 13:51 |
Reporter: | Glenn Matthys | Email Updates: | |
Status: | No Feedback | Impact on me: | |
Category: | MySQL Server: InnoDB storage engine | Severity: | S1 (Critical) |
Version: | mysql Ver 14.12 Distrib 5.0.41, for pc- | OS: | Linux (Linux mysql1 2.6.21-ARCH #1 SMP PREEMPT) |
Assigned to: | Assigned Account | CPU Architecture: | Any |
[14 Mar 2008 12:55]
Glenn Matthys
[14 Mar 2008 16:02]
Heikki Tuuri
Glenn, please post the entire .err log, gzipped. --Heikki
[14 Mar 2008 16:17]
Glenn Matthys
This is the entire err log: http://users.opengate.be/~glenn/mysqlcrash/mysql1.err.gz
[17 Mar 2008 13:51]
Heikki Tuuri
Version: '5.0.41-log' socket: '/tmp/mysql.sock' port: 3306 Source distribution InnoDB: Warning: a long semaphore wait: --Thread 2960063376 has waited at ./../include/log0log.ic line 315 for 740.00 seconds the semaphore: Mutex at 0xb79c20b4 created file log0log.c line 744, lock var 0 waiters flag 0 wait has ended InnoDB: Warning: a long semaphore wait: --Thread 2966961040 has waited at ./../include/log0log.ic line 315 for 740.00 seconds the semaphore: Mutex at 0xb79c20b4 created file log0log.c line 744, lock var 1 waiters flag 0 InnoDB: Warning: a long semaphore wait: 080314 7:47:06 [Note] /usr/sbin/mysqld: Normal shutdown --Thread 2945895312 has waited at log0log.c line 204 for 12833.00 seconds the semaphore: Mutex at 0xb79c20b4 created file log0log.c line 744, lock var 0 waiters flag 0 wait has ended Hmm... the threads are waiting at the log mutex though lock var is 0 and 'wait has ended'. The threads are probably hung inside the operating system. Have you had other unexplained crashes? Any problems with the hardware? Regards, Heikki
[17 Mar 2008 13:57]
Glenn Matthys
There are no other unexplained crashes, I've kept a close eye on the hardware and it is performing as it should (and it has ECC memory too). Just to be sure I'm moving these database to another server and when I get the chance I'll run a memtest on the server.
[9 Jun 2008 13:51]
Heikki Tuuri
Glenn, have you now tested on another server? Regards, Heikki
[9 Jul 2008 23: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".
[7 Feb 2011 8:17]
Marko Mäkelä
Without seeing the stack traces of all executing threads during the hang or crash, it is impossible to tell if this is a duplicate of Bug #59733. But it could be.