Bug #53225 clicked server administration and it crashed after typing password
Submitted: 27 Apr 2010 22:03 Modified: 29 Apr 2010 6:46
Reporter: Brian Fehr Email Updates:
Status: Can't repeat Impact on me:
None 
Category:MySQL Workbench: Administration Severity:S2 (Serious)
Version:5.2 5249 OS:Windows (xp sp3)
Assigned to: CPU Architecture:Any

[27 Apr 2010 22:03] Brian Fehr
Description:
Clicked 'server administration' and chose a preexisting connection. typed in password for that server and the got the crash.

Exception = System.Runtime.InteropServices.SEHException
Message = External component has thrown an exception.
FullText = System.Runtime.InteropServices.SEHException: External component has thrown an exception.
   at MySQL.Forms.DrawBoxImpl.drawbox_mouse_click(Object sender, MouseEventArgs e)
   at System.Windows.Forms.Control.OnMouseClick(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:
Clicked 'server administration' and chose a preexisting connection. typed in password for that server and the got the crash.
[28 Apr 2010 1:31] MySQL Verification Team
Thank you for the bug report. Could you please try version 5.2.20. Thanks in advance.
[28 Apr 2010 15:03] Brian Fehr
I have resolved my problem by setting the 'installation type' of my mysql install. I did not notice such a setting before (had been using 5.1). I have set the setting back to the wrong setting but it does not crash anymore.

I had come up with a way to replicate the bug, but I've now tested the new 5.2.20, and tried it with no crashes. It looks like reasonable defaults are added now when creating a new server instance, and that fixes this problem for me.
Thanks
[29 Apr 2010 6:46] Valeriy Kravchuk
Not repeatable with 5.2.20 it seems.