Bug #67074 | Error in Open Connection to Start Querying | ||
---|---|---|---|
Submitted: | 4 Oct 2012 8:25 | Modified: | 26 Nov 2012 4:27 |
Reporter: | Eduardo Saligari | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Workbench | Severity: | S1 (Critical) |
Version: | 5.2ce | OS: | Windows (2008r2) |
Assigned to: | CPU Architecture: | Any |
[4 Oct 2012 8:25]
Eduardo Saligari
[24 Oct 2012 20:18]
Armando Lopez Valencia
Thanks a lot for your report. Reproduced in: Windows 2008x64 WB 5.2.44 rev 9933 Repro Steps: 1. Open WB. 2. Click in the "Open connection to Start querying". 3. Select a connection and press ""OK. Actual results: WB Crash. Log Name: Application Source: .NET Runtime Date: 10/24/2012 1:15:20 PM Event ID: 1026 Task Category: None Level: Error Keywords: Classic User: N/A Computer: WIN-M8D3T830P57 Description: Application: MySQLWorkbench.exe Framework Version: v4.0.30319 Description: The process was terminated due to an unhandled exception. Exception Info: System.AccessViolationException Stack: at MySQL.Forms.DrawBoxImpl.drawbox_mouse_click(System.Object, System.Windows.Forms.MouseEventArgs) at System.Windows.Forms.Control.OnMouseClick(System.Windows.Forms.MouseEventArgs) at System.Windows.Forms.Control.WmMouseUp(System.Windows.Forms.Message ByRef, System.Windows.Forms.MouseButtons, Int32) at System.Windows.Forms.Control.WndProc(System.Windows.Forms.Message ByRef) at System.Windows.Forms.Control+ControlNativeWindow.OnMessage(System.Windows.Forms.Message ByRef) at System.Windows.Forms.Control+ControlNativeWindow.WndProc(System.Windows.Forms.Message ByRef) at System.Windows.Forms.NativeWindow.Callback(IntPtr, Int32, IntPtr, IntPtr) at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG ByRef) at System.Windows.Forms.Application+ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(IntPtr, Int32, Int32) at System.Windows.Forms.Application+ThreadContext.RunMessageLoopInner(Int32, System.Windows.Forms.ApplicationContext) at System.Windows.Forms.Application+ThreadContext.RunMessageLoop(Int32, System.Windows.Forms.ApplicationContext) at System.Windows.Forms.Application.Run(System.Windows.Forms.ApplicationContext) at MySQL.GUI.Workbench.Program.Main(System.String[]) Event Xml: <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event"> <System> <Provider Name=".NET Runtime" /> <EventID Qualifiers="0">1026</EventID> <Level>2</Level> <Task>0</Task> <Keywords>0x80000000000000</Keywords> <TimeCreated SystemTime="2012-10-24T20:15:20.000000000Z" /> <EventRecordID>10029</EventRecordID> <Channel>Application</Channel> <Computer>WIN-M8D3T830P57</Computer> <Security /> </System> <EventData> <Data>Application: MySQLWorkbench.exe Framework Version: v4.0.30319 Description: The process was terminated due to an unhandled exception. Exception Info: System.AccessViolationException Stack: at MySQL.Forms.DrawBoxImpl.drawbox_mouse_click(System.Object, System.Windows.Forms.MouseEventArgs) at System.Windows.Forms.Control.OnMouseClick(System.Windows.Forms.MouseEventArgs) at System.Windows.Forms.Control.WmMouseUp(System.Windows.Forms.Message ByRef, System.Windows.Forms.MouseButtons, Int32) at System.Windows.Forms.Control.WndProc(System.Windows.Forms.Message ByRef) at System.Windows.Forms.Control+ControlNativeWindow.OnMessage(System.Windows.Forms.Message ByRef) at System.Windows.Forms.Control+ControlNativeWindow.WndProc(System.Windows.Forms.Message ByRef) at System.Windows.Forms.NativeWindow.Callback(IntPtr, Int32, IntPtr, IntPtr) at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG ByRef) at System.Windows.Forms.Application+ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(IntPtr, Int32, Int32) at System.Windows.Forms.Application+ThreadContext.RunMessageLoopInner(Int32, System.Windows.Forms.ApplicationContext) at System.Windows.Forms.Application+ThreadContext.RunMessageLoop(Int32, System.Windows.Forms.ApplicationContext) at System.Windows.Forms.Application.Run(System.Windows.Forms.ApplicationContext) at MySQL.GUI.Workbench.Program.Main(System.String[]) </Data> </EventData> </Event>
[26 Nov 2012 4:27]
Philip Olson
Fixed as of the upcoming MySQL Workbench 5.2.45, and here's the changelog entry: Opening a connection using "Open connection to Start Querying" from the MySQL Workbench home screen could crash MySQL Workbench. Thank you for the bug report.