Bug #56793 | MySQL crashed - mysqld got signal 11 with myisam-use-mmap=1 | ||
---|---|---|---|
Submitted: | 15 Sep 2010 12:06 | Modified: | 30 Sep 2010 5:07 |
Reporter: | Daniel Gerzo | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | MySQL Server: MyISAM storage engine | Severity: | S2 (Serious) |
Version: | 5.1.49, 5.5.5 | OS: | Linux (Debian 5.0, FC13) |
Assigned to: | CPU Architecture: | Any | |
Tags: | crash, mmap |
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
[20 Sep 2010 13:53]
Shane Bester
[29 Sep 2010 8:28]
Shane Bester
testcase. import with --force option of client. crashed reliably on FC13, 5.1.50
Attachment: tables.sql (application/octet-stream, text), 36.47 KiB.