Bug #30527 | malloc causes mysqld rebooting with memlock | ||
---|---|---|---|
Submitted: | 21 Aug 2007 2:49 | Modified: | 27 Aug 2007 5:10 |
Reporter: | li david | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server | Severity: | S2 (Serious) |
Version: | 5.0.45 | OS: | Linux |
Assigned to: | CPU Architecture: | Any | |
Tags: | memlock, mysqld, reboot |
[21 Aug 2007 2:49]
li david
[21 Aug 2007 11:39]
Hartmut Holzgraefe
It was most likely killed by the Linux OOM (Out-Of-Memory) kill mechanism. Please check your machines syslog file for OOM log messages. If you see OOM kill messages in the syslog then this is an operating system memory allocation issue and not a MySQL bug.
[23 Aug 2007 1:15]
li david
yes. oom occur in syslog.
[27 Aug 2007 4:59]
Valeriy Kravchuk
So, this problem was not a result of bug in MySQL's code.
[27 Aug 2007 5:10]
li david
yes. thx you!