Bug #89114 Crash when editing SQL
Submitted: 5 Jan 2018 2:53 Modified: 5 Feb 2018 7:37
Reporter: Ken Schafer Email Updates:
Status: No Feedback Impact on me:
None 
Category:MySQL Workbench: SQL Editor Severity:S1 (Critical)
Version:6.3.4 OS:Windows (Microsoft Windows 10 Home)
Assigned to: CPU Architecture:Any
Tags: WBBugReporter

[5 Jan 2018 2:53] Ken Schafer
Description:
----[For better reports, please attach the log file after submitting. You can find it in C:\Users\ken\AppData\Roaming\MySQL\Workbench\log\wb.log]

I was trying to edit this query and if I try to add an alias for GeneratedSerialNumbers it crashes

How to repeat:
Start with 

SELECT * FROM RegisteredUsers where SerialNumber <> '' and 
  getSerialUserData(SerialNumber) = CONCAT(FirstName,LastName,Email) and
  not USerId = (select assignedTo FROM GeneratedSerialNumbers WHERE 

Click just before the W in the last WHERE and start typing gsn and it crashes when I've typed

   FROM GeneratedSerialNumbers gsWHERE 

It only does it with the associated DB open so I've attached both the logs and a create statement
[5 Jan 2018 2:54] Ken Schafer
create statement for db and tables

Attachment: Dump20180104.sql (application/octet-stream, text), 36.18 KiB.

[5 Jan 2018 2:55] Ken Schafer
Workbench log

Attachment: wb.log (application/octet-stream, text), 9.49 KiB.

[5 Jan 2018 7:37] MySQL Verification Team
Please try version 6.3.10. Thanks.
[6 Feb 2018 1:00] Bugs System
No feedback was provided for this bug for over a month, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".