Bug #72916 Application crashes when trying to assign referenced table's column
Submitted: 9 Jun 2014 6:08 Modified: 28 Aug 2014 0:26
Reporter: Николай Чернов Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Workbench: Modeling Severity:S1 (Critical)
Version:6.1.8.11925 OS:Any (Windows 8.1 64-bit)
Assigned to: CPU Architecture:Any

[9 Jun 2014 6:08] Николай Чернов
Description:
When clicking on option list at referenced table tab the application crashes with no error dialog or message

How to repeat:
Steps to reproduce:
1. Create new model
2. Create tables - A and B with at least one column per each
3. Select one (for instance, A)
4. Go to 'Foreign keys' tab
5. Create foreign key record, name it and select B as a referenced table
6. At table B columns tab select any Referenced Column option list, click on it
[9 Jun 2014 6:14] Николай Чернов
What UI-element call crash

Attachment: bug_select_referenced_column.PNG (image/png, text), 19.97 KiB.

[9 Jun 2014 8:15] MySQL Verification Team
Hello Николай,

Thank you for the bug report and test case.
I'm able to reproduce this on CentOS 6.5, interestingly for the similar steps Win7 didn't crash.

Thanks,
Umesh
[24 Jul 2014 17:11] Miguel Tadeu Mota
Needed to check the column, if it was valid or not
[28 Aug 2014 0:26] Philip Olson
Fixed as of the upcoming MySQL Workbench 6.2.2 release, and here's the changelog entry:

On Linux, assigning a referenced foreign key could cause a crash.

Thank you for the bug report.