Bug #70073 | Crash after some query | ||
---|---|---|---|
Submitted: | 18 Aug 2013 16:14 | Modified: | 4 Feb 2014 21:22 |
Reporter: | Jorge Bastos | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | MySQL Server: InnoDB storage engine | Severity: | S1 (Critical) |
Version: | 5.6.13 | OS: | Windows |
Assigned to: | CPU Architecture: | Any |
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
[18 Aug 2013 18:24]
Jorge Bastos
[18 Aug 2013 20:09]
Jorge Bastos
Requested core file
Attachment: mysqld.dmp (application/octet-stream, text), 134.13 KiB.
[19 Aug 2013 4:54]
Shane Bester
!analyze -vvvv from the mysqld.dmp
Attachment: bug70073_minidump_analysis.txt (text/plain), 10.99 KiB.