1. No, I'm not using the MySQL debugger. 2. No, although as I said it will typically occur after I lose my connection. I should point out that I use an SSH tunnel to connect to the MySQL server remotely, and it is usually after the tunnel disconnects that I see issues with Toad. Having said that, I can close the tunnel connection and then reopen it and Toad keeps working fine, it does not always cause problems. I just closed the tunnel connection to try and make it happen and I'm seeing something similar but a little different. Now when I try to close Toad I see a message saying I have currently running scripts and that I need to cancel them to continue. In the message area it says "7:38 Executing script: Done" and I do not have anything executing. Then Toad does not close, but I see this stack trace: System.NullReferenceException Object reference not set to an instance of an object. Stack Trace: at #Obe.#fce.#ztb(DockManager #xce, XmlTextWriter #eYd, Boolean #RZf) at ActiproSoftware.UIStudio.Dock.DockManager.SaveToolWindowLayoutToFile(String path, Boolean saveTextProperties) at Quest.Toad.Util.Global.SaveLayout(String type, DockManager dock) at Quest.Toad.Editor.EditorForm.EditorForm_Closed(Object sender, EventArgs e) at System.EventHandler.Invoke(Object sender, EventArgs e) at Quest.Toad.Gui.DocumentForm.RaiseClosed() at Quest.Toad.Gui.MdiDocumentForm.OnClosed(EventArgs e) at System.Windows.Forms.Form.WmClose(Message& m) at System.Windows.Forms.Form.WndProc(Message& m) at DevExpress.XtraEditors.XtraForm.WndProc(Message& msg) at Quest.Toad.Gui.MainForm.WndProc(Message& msg) 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) If I go to the Background Processes I see one process that says "2:48 Executing script: Done" and if I click the stop button on the process nothing happens.
↧