Bug #55904 | Exception = MySQL.Grt.BackendException | Message = Index out of range. | ||
---|---|---|---|
Submitted: | 11 Aug 2010 5:14 | Modified: | 16 Aug 2010 4:12 |
Reporter: | Roel Van de Paar | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | MySQL Workbench: Modeling | Severity: | S1 (Critical) |
Version: | 5.1.26pre3 | OS: | Any |
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
[11 Aug 2010 5:16]
Roel Van de Paar
[11 Aug 2010 5:39]
Roel Van de Paar
Immediately after confirming 1st crash, this one comes up: Object reference not set to an instance of an object.
Attachment: wb_trace2.txt (text/plain), 788 bytes.
[11 Aug 2010 5:42]
Roel Van de Paar
3rd one, immediately thereafter: System.ObjectDisposedException Message = Cannot access a disposed object.
Attachment: wb_trace3.txt (text/plain), 2.76 KiB.
[11 Aug 2010 5:44]
Roel Van de Paar
How crash 3 looked (not sure if it matters, but 2 sessions of workbench were open on this machine)
Attachment: Crash_3.png (image/png, text), 83.91 KiB.
[11 Aug 2010 5:45]
Roel Van de Paar
Windows backtrace of 2nd crash (looks the same again)
Attachment: win_backtrace2.txt (text/plain), 21.29 KiB.
[11 Aug 2010 5:49]
Roel Van de Paar
Windows backtrace of 2nd crash (looks the same issue again, though notice the thread outputs of crashes 1, 2 & 3 look different)
Attachment: win_backtrace3.txt (text/plain), 35.82 KiB.