Bug #55324 | crash on startup: mysqld got signal 11 | ||
---|---|---|---|
Submitted: | 16 Jul 2010 19:30 | Modified: | 18 Jul 2010 11:17 |
Reporter: | Jason Pollentier | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server | Severity: | S1 (Critical) |
Version: | 5.1.41-3ubuntu12.3 | OS: | Linux (Ubuntu 10.04 x64 (desktop)) |
Assigned to: | CPU Architecture: | Any | |
Tags: | crash |
If the data you need to attach is more than 50MB, you should create a compressed archive of the data, split it to 50MB chunks, and upload each of them as a separate attachment.
To split a large file:
- On *nix platforms use the split command e.g.
split -b 50MB <my_large_archive> <my_split_archive_prefix>
- On windows use WinZip or a similar utility to split the large file
[16 Jul 2010 19:31]
Jason Pollentier
[16 Jul 2010 19:32]
Jason Pollentier
Logs from 7-16. Mysql doesn't stay alive long enough to accept connections.
Attachment: mysql-100716.log (text/x-log), 5.21 KiB.
[16 Jul 2010 19:33]
Jason Pollentier
For awhile, some queries worked, others crashed the connection: Log for the crash.
Attachment: mysql-100716-console.log (text/x-log), 2.80 KiB.