Bug #33618 | Crash in sp_rcontext | ||
---|---|---|---|
Submitted: | 2 Jan 2008 6:16 | Modified: | 25 Jan 2008 19:41 |
Reporter: | Adam Dixon | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Stored Routines | Severity: | S1 (Critical) |
Version: | 5.0.34, 5.0.52, 5.1.22, 6.0.3 | OS: | Any |
Assigned to: | Marc ALFF | 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
[2 Jan 2008 7:30]
Shane Bester
[2 Jan 2008 8:07]
Shane Bester
5.1.22 also crashes after a while
Attachment: bug33618-5.1.22-stacktrace.txt (text/plain), 1.03 KiB.
[2 Jan 2008 11:17]
Shane Bester
testcase1 to crash, just paste into command line client
Attachment: bug33618_testcase1.sql (application/unknown, text), 1.24 KiB.
[2 Jan 2008 11:46]
Shane Bester
testcase2 to crash, that doesn't loop infinately :)
Attachment: bug33618_testcase2.sql (application/unknown, text), 1.15 KiB.