Bug #55304 | Deleting / creating EER diagrams causes a crash. | ||
---|---|---|---|
Submitted: | 15 Jul 2010 21:35 | Modified: | 30 Sep 2010 12:26 |
Reporter: | Mark Gants | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Workbench: Modeling | Severity: | S2 (Serious) |
Version: | 5.2.25, 5.2.26, 5.2.28 | OS: | Windows (Windows 7) |
Assigned to: | Mike Lischke | 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 8:45]
Roel Van de Paar
[20 Jul 2010 11:32]
Roel Van de Paar
Full backtrace (scroll down and check analyze -v output and backtrace of all threads below that)
Attachment: trace_details.txt (text/plain), 77.67 KiB.
[16 Aug 2010 2:41]
Roel Van de Paar
Windows backtrace - note "Invalid window handle." -> the same issue as in bug #55776 and bug #55996
Attachment: windows trace.txt (text/plain), 31.91 KiB.
[23 Aug 2010 6:51]
Roel Van de Paar
Destination array was not long enough. Check destIndex and length, and the array's lower bounds.
Attachment: workbench trace.txt (text/plain), 2.57 KiB.
[23 Aug 2010 6:52]
Roel Van de Paar
Windows backtrace of the same crash (ref last comment)
Attachment: windows trace.txt (text/plain), 34.85 KiB.
[9 Sep 2010 19:48]
joseph Dawang
crash on create eer
Attachment: BugIssuet.zip (application/x-zip-compressed, text), 59.92 KiB.