Bug #64607 | "glibc detected corrupted double-linked list" during a select | ||
---|---|---|---|
Submitted: | 10 Mar 2012 5:16 | Modified: | 1 Jul 2012 17:30 |
Reporter: | Hernan Castro | Email Updates: | |
Status: | No Feedback | Impact on me: | |
Category: | Connector / C++ | Severity: | S2 (Serious) |
Version: | 5.1.49-3 | OS: | Linux (Debian Squeeze 6.0.3) |
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
[10 Mar 2012 5:18]
Hernan Castro
[10 Mar 2012 5:21]
Hernan Castro
Class whit error
Attachment: CDb.cpp (text/x-c++src), 27.62 KiB.