Bug #38990 | Arbitrary data input plus GIS functions causes mysql server crash | ||
---|---|---|---|
Submitted: | 24 Aug 2008 9:24 | Modified: | 28 May 2009 17:30 |
Reporter: | Norbert Tretkowski | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: GIS | Severity: | S2 (Serious) |
Version: | 5.0.67, 4.1, 5.0, 5.1, 6.0 bzr | OS: | Any (Debian x86_64, x32) |
Assigned to: | Alexey Botchkov | 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
[24 Aug 2008 9:25]
Norbert Tretkowski
[24 Aug 2008 9:25]
Norbert Tretkowski
mysql-crash.sql
Attachment: mysql-crash.sql (text/x-sql), 437 bytes.
[25 Aug 2008 7:42]
Shane Bester
stack trace of crash
Attachment: bug38990_5.0.66a_stacktrace.txt (text/plain), 4.85 KiB.