Bug #66963 Catalog/Schema Sort Bug
Submitted: 26 Sep 2012 0:41 Modified: 26 Oct 2012 12:54
Reporter: Matt Walkerden Email Updates:
Status: No Feedback Impact on me:
None 
Category:MySQL Workbench: Migration Severity:S3 (Non-critical)
Version:5.2.43 OS:Windows (Microsoft Windows Server 2008 R2 Enterprise Edition Service Pack 1 (build 7601), 64-bit)
Assigned to: CPU Architecture:Any
Tags: WBBugReporter

[26 Sep 2012 0:41] Matt Walkerden
Description:
Pressed order by Catalog/Schema, in Schemata Selection, and caused error (only had Schema in list)

----- Developer Notes -----

MySQL Workbench CE for Windows version 5.2.43  revision 9869
Configuration Directory: C:\Users\matt.walkerden\AppData\Roaming\MySQL\Workbench
Data Directory: P:\MySQL Workbench 5.2.43 CE
Cairo Version: 1.8.8
OS: Microsoft Windows Server 2008 R2 Enterprise Edition Service Pack 1 (build 7601), 64-bit
CPU: 4x Intel(R) Xeon(R) CPU           X5650  @ 2.67GHz, 16.0 GiB RAM
Current user language: English (Australia)

Exception = System.ArgumentOutOfRangeException
Message = Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
FullText = System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
   at System.ThrowHelper.ThrowArgumentOutOfRangeException()
   at System.Collections.ObjectModel.Collection`1.RemoveAt(Int32 index)
   at Aga.Controls.Tree.TreeViewAdv._model_NodesRemoved(Object sender, TreeModelEventArgs e)
   at Aga.Controls.Tree.TreeModel.OnNodeRemoved(Node parent, Int32 index, Node node)
   at Aga.Controls.Tree.Node.NodeCollection.RemoveItem(Int32 index)
   at System.Collections.ObjectModel.Collection`1.RemoveAt(Int32 index)
   at Aga.Controls.Tree.Node.NodeCollection.ClearItems()
   at System.Collections.ObjectModel.Collection`1.Clear()
   at MySQL.Forms.SortableTreeModel.SortNodes(Collection`1 nodes)
   at MySQL.Forms.SortableTreeModel.SortNodes(Collection`1 nodes)
   at MySQL.Forms.SortableTreeModel.Sort()
   at MySQL.Forms.TreeNodeViewImpl.OnColumnClicked(Object sender, TreeColumnEventArgs e)
   at System.EventHandler`1.Invoke(Object sender, TEventArgs e)
   at Aga.Controls.Tree.TreeViewAdv.OnColumnClicked(TreeColumn column)
   at Aga.Controls.Tree.ClickColumnState.MouseUp(TreeNodeAdvMouseEventArgs args)
   at Aga.Controls.Tree.TreeViewAdv.OnMouseUp(MouseEventArgs e)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

How to repeat:
Pressed order by Catalog/Schema, in Schemata Selection, and caused error (only had Schema in list)
[26 Sep 2012 12:54] MySQL Verification Team
Thank you for the bug report. Please provide a screenshot of the crash place?. Thanks.
[27 Oct 2012 1: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".