Bug #34236 | Various possibly related SSL crashes | ||
---|---|---|---|
Submitted: | 1 Feb 2008 15:40 | Modified: | 14 Oct 2010 13:16 |
Reporter: | Michael Näf | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Compiling | Severity: | S1 (Critical) |
Version: | 5.0.51a, 5.1.45, 5.1.47 | OS: | Any |
Assigned to: | Davi Arnaut | CPU Architecture: | Any |
Tags: | SSL |
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
[26 May 2010 14:46]
Shane Bester
[26 May 2010 16:15]
Shane Bester
repeated the BornOn crash.. Multiple threads were doing a Flush(), thereby corrupting the session list ?
Attachment: bug34236_5.1.47_yassl_BornOn_crash_infos.txt (text/plain), 7.01 KiB.