Bug #61453 | Segmentation Fault | ||
---|---|---|---|
Submitted: | 8 Jun 2011 21:35 | Modified: | 18 Jun 2011 11:02 |
Reporter: | Chris Wagner | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | MySQL Server: General | Severity: | S2 (Serious) |
Version: | 5.5.13 | OS: | Linux (Ubuntu) |
Assigned to: | CPU Architecture: | Any | |
Tags: | myisam_use_mmap, mysqld got signal 11, segfault, segv, Signal 11, SIGSEGV |
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
[8 Jun 2011 21:36]
Chris Wagner
[8 Jun 2011 21:41]
Chris Wagner
my.cnf
Attachment: config1.txt (text/plain), 1.18 KiB.
[8 Jun 2011 23:56]
Chris Wagner
console messages and error log for crash
Attachment: crashes2.txt (text/plain), 20.10 KiB.