Bug #64241 | Got signal 6 | ||
---|---|---|---|
Submitted: | 6 Feb 2012 15:02 | Modified: | 20 Apr 2012 17:52 |
Reporter: | Wojciech Pospiech | Email Updates: | |
Status: | No Feedback | Impact on me: | |
Category: | MySQL Server | Severity: | S3 (Non-critical) |
Version: | 5.5.20 | OS: | Other (centos) |
Assigned to: | CPU Architecture: | Any |
[6 Feb 2012 15:02]
Wojciech Pospiech
[6 Feb 2012 16:30]
MySQL Verification Team
The server crashes if you execute again the involved query?. SELECT p.`id`, p.`odbiorca`, p.`data`, p.`tytul`, p.`read`, u.`id` FROM `poczta` p LEFT JOIN `users` u ON u.`login` = p.`odbiorca` WHERE p.`nadawca`='Boroda' ORDER BY `data` DESC LIMIT 30 Thanks.
[6 Feb 2012 16:36]
Wojciech Pospiech
No, it's random
[7 Feb 2012 9:19]
Valeriy Kravchuk
Please, upload the entire error log (compressed if it's big). I wonder if there is any assertion failure info before signal 6.
[7 Feb 2012 10:45]
Wojciech Pospiech
Mysqld logs
Attachment: mysqld.log (application/octet-stream, text), 350.13 KiB.
[7 Feb 2012 18:01]
Valeriy Kravchuk
Your log is full of memory corruption messages and signal 6 for every other statement in different contexts... Please, send the output of: uname -a free Linux commands and send your my.cnf file content.
[8 Feb 2012 1:09]
Wojciech Pospiech
# uname -a Linux ns224595.ovh.net 2.6.38.2-grsec-xxxx-grs-ipv6-64 #2 SMP Thu Aug 25 16:40:22 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux # free total used free shared buffers cached Mem: 24726100 22267468 2458632 0 303784 14936192 -/+ buffers/cache: 7027492 17698608 Swap: 1046520 13748 1032772
[8 Feb 2012 1:09]
Wojciech Pospiech
my.cnf
Attachment: my.cnf (application/octet-stream, text), 19.37 KiB.
[20 Mar 2012 17:52]
Sveta Smirnova
Thank you for the feedback. All crashes happened when MDL locks were released. Please check your RAM modules and if they are OK turn on InnoDB monitor and lock monitor, then send us full error log file when crash happens next time (InnoDB monitors do not show MDL locks, but they will show what is going on in crash time).
[21 Apr 2012 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".