Bug #55390 | MySQL Workbench Unexpected Error - External component has thrown an error | ||
---|---|---|---|
Submitted: | 20 Jul 2010 9:32 | Modified: | 2 Aug 2010 16:21 |
Reporter: | Peter Scholtz | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Workbench: Modeling | Severity: | S3 (Non-critical) |
Version: | 5.2.25 CE | OS: | Any |
Assigned to: | Alfredo Kojima | 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
[20 Jul 2010 10:05]
Peter Scholtz
[21 Jul 2010 9:18]
Roel Van de Paar
Backtrace of repeatable testcase from user (using mwb file above) - scroll down for analyze and lower again for all threads bt
Attachment: backtrace user's main process.txt (text/plain), 40.54 KiB.
[21 Jul 2010 9:19]
Roel Van de Paar
Backtrace of another testcase from me - scroll down for analyze and lower again for all threads bt
Attachment: backtrace Roel's main process.txt (text/plain), 78.42 KiB.
[21 Jul 2010 9:50]
Roel Van de Paar
Marked as duplicate: bug #54351 - VIV.mwb can be made to crash - delete a fk link, then use quick option "6" and re-make link
Attachment: backtrace from VIV.mwb - bug 54351.txt (text/plain), 43.84 KiB.