Bug #53299 al momento de crear una segunda llave foranea a la misma tabla que la primera
Submitted: 29 Apr 2010 23:01 Modified: 17 Jun 2010 20:09
Reporter: Juan Manuel Martinez Email Updates:
Status: No Feedback Impact on me:
None 
Category:MySQL Workbench Severity:S2 (Serious)
Version:5.16 OS:Any
Assigned to: CPU Architecture:Any

[29 Apr 2010 23:01] Juan Manuel Martinez
Description:
Exception = System.Runtime.InteropServices.SEHException
Message = Un componente externo produjo una excepción.
FullText = System.Runtime.InteropServices.SEHException: Un componente externo produjo una excepción.
   en bec.FKConstraintColumnsListBE.get_column_is_fk(FKConstraintColumnsListBE* , NodeId* )
   en MySQL.Grt.Db.FKConstraintColumnsListBE.get_column_is_fk(NodeId node)
   en MySQL.GUI.Workbench.Plugins.DbMysqlTableFkColumnListModel.columnEnabledFkNodeControl_CheckStateChanged(Object sender, TreePathEventArgs e)
   en System.EventHandler`1.Invoke(Object sender, TEventArgs e)
   en Aga.Controls.Tree.NodeControls.NodeCheckBox.OnCheckStateChanged(TreePathEventArgs args)
   en Aga.Controls.Tree.NodeControls.NodeCheckBox.OnCheckStateChanged(TreeNodeAdv node)
   en Aga.Controls.Tree.NodeControls.NodeCheckBox.SetCheckState(TreeNodeAdv node, CheckState value)
   en Aga.Controls.Tree.NodeControls.NodeCheckBox.MouseDown(TreeNodeAdvMouseEventArgs args)
   en Aga.Controls.Tree.TreeViewAdv.OnMouseDown(MouseEventArgs e)
   en System.Windows.Forms.Control.WmMouseDown(Message& m, MouseButtons button, Int32 clicks)
   en System.Windows.Forms.Control.WndProc(Message& m)
   en System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   en System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   en System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

How to repeat:
al momento de crear dos claves foraneas hacia la misma tabla.

ejemplo.

tabla ciudad

tabla solicitud

dentro de solicitud se tiene una clave foranea ciudad_origen y una ciudad_destino, al momento de asignarle la clave foranea al segundo campo marca
el bug.
[17 May 2010 20:09] Johannes Taxacher
could you please retry with latest version? thanks in advance
[17 Jun 2010 23: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".