Bug #67237 Workbench crashes while adding inserts to a table in an EER diagram
Submitted: 15 Oct 2012 16:45 Modified: 27 Dec 2012 23:04
Reporter: Tim Soderstrom Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Workbench: Modeling Severity:S2 (Serious)
Version:5.2.44 OS:MacOS (10.7.4)
Assigned to: CPU Architecture:Any
Tags: EER

[15 Oct 2012 16:45] Tim Soderstrom
Description:
When trying to add some inserts (data) to a table in the inserts view and then clicking on another table in an EER diagram, Workbench is predictably crashing. This affects multiple tables in the EER, though some INSERTs did go in without issue initially.

How to repeat:
1. Download Workbench file from https://github.com/m00dawg/Aquariduino/blob/master/Schema-WorkbenchBug.mwb
2. Open file
3. Double-Click on EquipmentLog to open it
4. Click on the Inserts tab
5. Add a new row as follows: 
equipmentID: 1
logDate: 2012-10-09 11:00:00
maintenance: Yes
action: Replaced Filter
6. Then double click on another table (such as Equipment) and click "Save Changes" on the pop-up

Suggested fix:
It should not crash, although a less obvious work-around (unless you already know about it) is to click the green check icon in the inserts edit to save the changes that way.
[15 Oct 2012 16:46] Tim Soderstrom
Workbench file to test bug against

Attachment: Schema-WorkbenchBug.mwb (application/octet-stream, text), 15.74 KiB.

[15 Oct 2012 16:46] Tim Soderstrom
Added test file to bug report (previously mentioned link is unnecessary at this point)
[29 Oct 2012 20:57] Ruben Dario Morquecho Valdez
bug being analizing
[27 Dec 2012 23:04] Philip Olson
Fixed as of the upcoming MySQL Workbench 5.2.45 release, and here's the changelog entry:

The following scenario would crash workbench: open a table, insert a new
row of data, close the table, open a different table via double-click,
then press "Save Changes".

Thank you for the bug report.