Bug #30078 | server crash with signal 4 | ||
---|---|---|---|
Submitted: | 26 Jul 2007 16:20 | Modified: | 25 Aug 2007 6:13 |
Reporter: | Shane Bester (Platinum Quality Contributor) | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | MySQL Server: Falcon storage engine | Severity: | S1 (Critical) |
Version: | mysql-6.0.2-alpha-linux-i686 | OS: | Any |
Assigned to: | CPU Architecture: | Any | |
Tags: | concurrent threads, crash |
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 Jul 2007 16:24]
Shane Bester
[26 Jul 2007 16:24]
Shane Bester
gypsy --queryfile=falcon_simple.query --threads=10 --duration=300 --shuffle-queries=1
Attachment: falcon_simple.query (application/octet-stream, text), 1.72 KiB.
[26 Jul 2007 17:10]
Shane Bester
log of a few crashes.
Attachment: two_crash_stress_tester_output.txt (text/plain), 91.53 KiB.
[27 Jul 2007 9:09]
Shane Bester
complete windows stack in file to avoid wrapping
Attachment: win_stack_complete.txt (text/plain), 2.11 KiB.
[27 Jul 2007 9:18]
Shane Bester
testcase!!!!!
Attachment: bug30078.c (text/x-csrc), 9.63 KiB.