Bug #54373 Workbench crashes when entering any query in the SQL Editor
Submitted: 9 Jun 2010 17:21 Modified: 11 Jun 2010 7:47
Reporter: Peter Portnoy Email Updates:
Status: Duplicate Impact on me:
None 
Category:MySQL Workbench: SQL Editor Severity:S1 (Critical)
Version:5.2.22 RC OS:MacOS (10.5.8)
Assigned to: CPU Architecture:Any
Tags: regression

[9 Jun 2010 17:21] Peter Portnoy
Description:
After connecting to a remote server and verifying the connection, I entered a series of basic queries and used the Apple-Return combination to initiate the query.  The Workbench application closed unexpectedly each time.

The server to which the application connected is: 5.1.35-community and has been in operation for a signficant amount of time.

How to repeat:
Start the Workbench, create a connection to remote server, test the connection.
Double click on the connection in the SQL Development box.
Select the default schema in the selection field.
In the SQL Query window, enter a simple query. The following queries caused the crash:

select * from sem_arrival_targets limit 1;
select * from sem_arrival_targets where sem_target_id = 1;
select * from sem_arrival_targets limit 1
select * from sem_arrival_targets where sem_target_id = 1

Use the Apple-Return key combination to initiate the query
[9 Jun 2010 18:39] Valeriy Kravchuk
Even simple "select 1" query is enough to crash 5.2.22 on Mac OS X 10.5.x. This regression bug is already known to developers. I am sorry that you are affected by it.
[9 Jun 2010 18:53] Peter Portnoy
Thanks for the update.  I did look for defects with "crash" effecting the SQL Editor before posting and hope the duplication was not more than a minor inconvenience.
[11 Jun 2010 7:47] Sergei Tkachenko
Duplicate of the bug #54230.