Bug #66020 Synchronize Model always crashing
Submitted: 26 Jul 2012 9:00 Modified: 7 Sep 2012 6:20
Reporter: Fabio Vassura Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Workbench: Modeling Severity:S1 (Critical)
Version:5.2.40 CE 8790 OS:Any (eg: win 7 profesional 32 bit)
Assigned to: CPU Architecture:Any

[26 Jul 2012 9:00] Fabio Vassura
Description:
Synchronize model always crashes. 

How to repeat:
See attachments.
[15 Aug 2012 14:52] Armando Lopez Valencia
Thanks for your report.
Verified in:
Windows7x64
WB 5.2.42 rev9752
[17 Aug 2012 22:15] Alfredo Kojima
Your model has an invalid fk_tbl_customers_tbl_customers_contacts1 from table tbl_customers_new which has no referencedTable set. That is the reason it crashes. We'll add a check so that it doesn't crash for such cases, but meanwhile, you can fix your model to synchronize.
[20 Aug 2012 7:48] Fabio Vassura
ok, it worked.
thank you
[7 Sep 2012 6:20] Philip Olson
Fixed as of the upcoming Workbench 5.2.43, and here's the changelog entry:

 Synchronizing a model could crash if the model had an invalid
 foreign key. 

Thank you for the report.