Bug #36443 | Server crashes when executing insert when insert trigger on table | ||
---|---|---|---|
Submitted: | 30 Apr 2008 22:14 | Modified: | 28 Jul 2008 18:08 |
Reporter: | Gordon Shannon | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Replication | Severity: | S1 (Critical) |
Version: | 5.1.24-rc-community-log, 5.1.26 | OS: | Any |
Assigned to: | Andrei Elkin | CPU Architecture: | Any |
Tags: | crash trigger, pushbuild, sporadic, test failure |
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
[30 Apr 2008 22:17]
Gordon Shannon
[11 Jun 2008 9:26]
Shane Bester
i repeated this crash between 5.0.45 and 5.1.24. stack trace attached.
Attachment: bug36443_stack_trace.txt (text/plain), 2.30 KiB.
[11 Jun 2008 12:05]
Shane Bester
tested on linux also. crash and glibc errors
Attachment: bug36443_stack_trace_5.1.26_linux.txt (text/plain), 4.37 KiB.