Bug #54615 Workbench crashes when trying to execute a select query
Submitted: 18 Jun 2010 13:54 Modified: 18 Jun 2010 16:49
Reporter: Kris Groves Email Updates:
Status: Duplicate Impact on me:
None 
Category:MySQL Workbench: SQL Editor Severity:S1 (Critical)
Version:5.2.22 RC OS:Linux (Ubuntu 10.04)
Assigned to: CPU Architecture:Any

[18 Jun 2010 13:54] Kris Groves
Description:
when i run a select query, the workbench crashes leaving only this message in the console:

glibmm-ERROR **: 
unhandled exception (type std::exception) in signal handler:
what: no such column: di.id

How to repeat:
1. start workbench

execute:
CREATE TABLE `x` (
  `idx` int(11) NOT NULL,
  PRIMARY KEY  (`idx`)
);

execute:
insert into x values(1);

execute:
select * from x;

crashed
[18 Jun 2010 16:49] Alfredo Kojima
This is a duplicate of bug #54230