Bug #29431 | killing an insert delayed thread causes crash | ||
---|---|---|---|
Submitted: | 28 Jun 2007 22:01 | Modified: | 27 Jul 2007 5:09 |
Reporter: | Shane Bester (Platinum Quality Contributor) | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Locking | Severity: | S3 (Non-critical) |
Version: | 4.1,5.0.46,5.1 | OS: | Any |
Assigned to: | Konstantin Osipov | CPU Architecture: | Any |
Tags: | crash, hang, insert delayed, stack overrun |
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
[28 Jun 2007 22:54]
Shane Bester
[28 Jun 2007 22:57]
Shane Bester
some testcase output, and error log
Attachment: bug29431_testcase_output.txt (text/plain), 4.82 KiB.
[28 Jun 2007 23:23]
Shane Bester
i couldn't crash 5.1.20, but all threads got hanged
Attachment: bug29431_hang_on_5.1.20.txt (text/plain), 4.58 KiB.