#7514 closed defect (fixed)
Unexpected program termination/closing
Reported by: | voxx | Owned by: | yla |
---|---|---|---|
Priority: | highest | Milestone: | 4.4.1 |
Component: | webdav | Version: | 4.4 |
Severity: | blocker | Keywords: | |
Cc: | Architecture: | ||
Platform: | Windows 7 |
Description
If remote files are left or right clicked on, Cyberduck suddenly closes. This happened immediately after updating to version 4.4 13577.
Change History (4)
comment:1 Changed on Oct 28, 2013 at 2:01:59 PM by dkocher
- Owner changed from dkocher to yla
comment:2 Changed on Oct 28, 2013 at 3:03:32 PM by dkocher
comment:3 Changed on Oct 28, 2013 at 3:24:36 PM by dkocher
Most possibly this is related to reported crashes in
Top-level Exception Type: System.ArgumentNullException Message: Value cannot be null. Parameter name: path1 Source: mscorlib Stack Trace: at System.IO.Path.Combine(String path1, String path2) at Ch.Cyberduck.Core.Local.LocalImpl..ctor(String path) at Ch.Cyberduck.Core.Local.LocalImpl.Factory.create(String path) at ch.cyberduck.core.LocalFactory.createLocal(String path) at Ch.Cyberduck.core.editor.RegistryApplicationFinder.getDescription(String application) at Ch.Cyberduck.core.editor.RegistryApplicationFinder.find(String filename) at ch.cyberduck.core.editor.EditorFactory.getEditor(String filename) at Ch.Cyberduck.Ui.Controller.BrowserController.UpdateEditIcon() at Ch.Cyberduck.Ui.Controller.BrowserController.View_BrowserSelectionChanged() at Ch.Cyberduck.Ui.Winforms.BrowserForm.browser_SelectionChanged(Object sender, EventArgs e) at BrightIdeasSoftware.ObjectListView.OnSelectionChanged(EventArgs e) at BrightIdeasSoftware.ObjectListView.HandleApplicationIdle(Object sender, EventArgs e) at BrightIdeasSoftware.TreeListView.HandleApplicationIdle(Object sender, EventArgs e) at System.EventHandler.Invoke(Object sender, EventArgs e) at System.Windows.Forms.Application.ThreadContext.System.Windows.Forms.UnsafeNativeMethods.IMsoComponent.FDoIdle(Int32 grfidlef) at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(IntPtr 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 Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.OnRun() at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.DoApplicationModel() at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.Run(String[] commandLine) at Ch.Cyberduck.Ui.Controller.MainController.Run(ICollection commandLineArgs) at Ch.Cyberduck.Ui.Controller.MainController.Run() at Ch.Cyberduck.Ui.Controller.MainController.Main()
comment:4 Changed on Oct 31, 2013 at 1:31:03 PM by dkocher
- Resolution set to fixed
- Status changed from new to closed
In r13687.
Note: See
TracTickets for help on using
tickets.
Can you provide the exact steps to follow to reproduce this issue.