Bug #55833 | Workbench Dump Views results in unhandled exception | ||
---|---|---|---|
Submitted: | 9 Aug 2010 7:41 | Modified: | 1 Sep 2010 13:59 |
Reporter: | Giuseppe Maxia | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Workbench: Administration | Severity: | S1 (Critical) |
Version: | 5.2.26pre3, 5.2.26 | OS: | Any |
Assigned to: | Alexander Musienko | CPU Architecture: | Any |
Tags: | Backup, dump, exception, VIEW, workbench |
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
[9 Aug 2010 7:42]
Giuseppe Maxia
[9 Aug 2010 7:51]
Giuseppe Maxia
Output from Console after the unhandled exception
Attachment: bug555833_trace.txt (text/plain), 992 bytes.
[9 Aug 2010 7:59]
Roel Van de Paar
Note I used symbols from 5.2.25 to resolve stack.
Attachment: bug_55833_backtrace.txt (text/plain), 36.54 KiB.