Bug #77922 Workbench crashes when inserting new rows via result grid (GUI)
Submitted: 3 Aug 2015 18:51 Modified: 18 Aug 2015 20:01
Reporter: Mike Reid Email Updates:
Status: Duplicate Impact on me:
None 
Category:MySQL Workbench: SQL Editor Severity:S3 (Non-critical)
Version:6.3.4 OS:MacOS (10.10.4)
Assigned to: CPU Architecture:Any
Tags: crash, GUI, new row, phantom, result grid, sql editor

[3 Aug 2015 18:51] Mike Reid
Description:
When inserting new rows via the GUI in the SQL Editor / Result Grid, MySQL Workbench occasionally crashes after clicking "Apply" (rows still get inserted, however)

(Spawned from #76245, which corrected a separate, but related issue)

How to repeat:
1. Connect to database, open SQL Editor.

2. Using the GUI (Result Grid), add multiple rows for a schema of your choice.

3. Attempt to insert the new rows by clicking "Apply" button.

4. Workbench crashes, resulting in generated .crash log. (New records were still inserted, however)

Suggested fix:
Review insert handling logic to prevent frequent crashing on insert records via Result Grid (GUI)
[3 Aug 2015 18:53] Mike Reid
See attached .crash log

Attachment: MySQLWorkbench_2015-08-03-124501_bug77922.crash (application/octet-stream, text), 99.36 KiB.

[18 Aug 2015 20:01] MySQL Verification Team
Thank you for the bug report. Duplicate of http://bugs.mysql.com/bug.php?id=77286.