Bug #51729 Crash on use of Wheel Mouse
Submitted: 4 Mar 2010 16:17 Modified: 9 Mar 2010 2:39
Reporter: Jeremy Wilson Email Updates:
Status: Can't repeat Impact on me:
None 
Category:MySQL Workbench: SQL Editor Severity:S3 (Non-critical)
Version:5.2.16 OS:Windows (7)
Assigned to: CPU Architecture:Any

[4 Mar 2010 16:17] Jeremy Wilson
Description:
When attempting to use the wheel mouse on the mysql schema tab, exception occurred.

Exception = System.ObjectDisposedException
Message = Cannot access a disposed object.
Object name: 'WorkbenchOverviewForm'.
FullText = System.ObjectDisposedException: Cannot access a disposed object.
Object name: 'WorkbenchOverviewForm'.
   at System.Windows.Forms.Control.CreateHandle()
   at System.Windows.Forms.Form.CreateHandle()
   at System.Windows.Forms.Control.get_Handle()
   at System.Windows.Forms.Control.RectangleToScreen(Rectangle r)
   at MySQL.GUI.Workbench.WorkbenchOverviewForm.WheelMessageFilter.PreFilterMessage(Message& m)
   at System.Windows.Forms.Application.ThreadContext.ProcessFilters(MSG& msg, Boolean& modified)
   at System.Windows.Forms.Application.ThreadContext.PreTranslateMessage(MSG& msg)
   at System.Windows.Forms.Application.ThreadContext.System.Windows.Forms.UnsafeNativeMethods.IMsoComponent.FPreTranslateMessage(MSG& msg)
   at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(Int32 dwComponentID, Int32 reason, Int32 pvLoopData)
   at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
   at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
   at System.Windows.Forms.Application.Run(ApplicationContext context)
   at MySQL.GUI.Workbench.Program.Main(String[] Args)

How to repeat:
I am unable to repeat. It would appear that previous unknown actions lead to this exception.
[4 Mar 2010 16:18] Jeremy Wilson
I should note that previously, I did a forward engineer just before this exception and using the wheel mouse as reported.
[5 Mar 2010 6:58] Susanne Ebrecht
Many thanks for writing a bug report. Unfortunately, I am not able to repeat this.

We would need the stack trace here.
[5 Mar 2010 18:51] Jeremy Wilson
I am unable to reproduce too. Too bad the generated exception from the bug report tool I pasted doesn't help.
[9 Mar 2010 2:39] MySQL Verification Team
I couldn't repeat on Windows and Linux.