Bug #76129 [MEB] Unexpected error when deleting a Job
Submitted: 3 Mar 2015 14:20 Modified: 9 Mar 2015 20:41
Reporter: Armando Lopez Valencia Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Workbench: Administration Severity:S3 (Non-critical)
Version:6.2.5.0 OS:Any
Assigned to: CPU Architecture:Any

[3 Mar 2015 14:20] Armando Lopez Valencia
Description:
*Reproduced in:*
Windows 7x64
MySQL Server 5.6
MEB 3.10 (this happens even when MEB is not installed).
MySQL WB 6.2.4.12419x64 Commercial.

How to repeat:
*Repro Steps*
1. Open a valid MySQL Connection.
2. Go to the "Management" tab and then to "Online Backup".
3. Create a partial backup.
4. Execute the partial backup.
5. Right click on the backup job and delete it.
*Actual Results:*
"An unhandled esception occurred.
Stack Trace:
Exception = System.NullReferenceException
Message = Object reference not set to an instance of an object.
FullText = System.NullReferenceException: Object reference not set to an instance of an object.
   at MySQL.Forms.TreeNodeViewWrapper.set_selected(TreeNodeView* backend, TreeNodeRef* node, Boolean flag)
   at mforms.MenuItem.callback(MenuItem* )
   at System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
   at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
   at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
   at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
   at System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ToolStrip.WndProc(Message& m)
   at System.Windows.Forms.ToolStripDropDown.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
[9 Mar 2015 20:41] Philip Olson
Posted by developer:
 
Fixed as of the upcoming MySQL Workbench 6.3.2 release, and here's the changelog entry:

Deleting a MySQL Enterprise Backup partial backup job would generate an unhandled exception.

Thank you for the bug report.