Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

100% crash when downloading files via amazon SCW #11675

Closed
cyberduck opened this issue May 16, 2021 · 4 comments
Closed

100% crash when downloading files via amazon SCW #11675

cyberduck opened this issue May 16, 2021 · 4 comments
Labels
bug duplicate s3 AWS S3 Protocol Implementation

Comments

@cyberduck
Copy link
Collaborator

54ef91d created the issue

We use Cyberduck to download files from amazon SCW.

There was no problem for many months.
Now after upgrading to 7.9.0 Cyberduck crashes each time within 60 seconds of starting the download. The time to crash seems to vary from a few seconds to about a minute.

The files we download are .7z archives ~33GiB in size.

Another user also has this exact problem that started after he upgraded to 7.9.0 too.

Stack trace from crash report:

Top-level Exception
Type:        System.NullReferenceException
Message:     Object reference not set to an instance of an object.
Source:      ObjectListView
Stack Trace: at BrightIdeasSoftware.TreeListView.TreeRenderer.HandleHitTest(Graphics g, OlvListViewHitTestInfo hti, Int32 x, Int32 y)
   at BrightIdeasSoftware.BaseRenderer.HitTest(OlvListViewHitTestInfo hti, Int32 x, Int32 y)
   at BrightIdeasSoftware.ObjectListView.OlvHitTest(Int32 x, Int32 y)
   at BrightIdeasSoftware.ObjectListView.BuildCellEvent(CellEventArgs args, Point location)
   at BrightIdeasSoftware.ObjectListView.OnMouseMove(MouseEventArgs e)
   at System.Windows.Forms.Control.WmMouseMove(Message& m)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ListView.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

Attachments

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Please attach the crash report.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

17	Top-level Exception
18	Type:        System.NullReferenceException
19	Message:     Object reference not set to an instance of an object.
20	Source:      ObjectListView
21	Stack Trace: at BrightIdeasSoftware.TreeListView.TreeRenderer.HandleHitTest(Graphics g, OlvListViewHitTestInfo hti, Int32 x, Int32 y)
22	   at BrightIdeasSoftware.BaseRenderer.HitTest(OlvListViewHitTestInfo hti, Int32 x, Int32 y)
23	   at BrightIdeasSoftware.ObjectListView.OlvHitTest(Int32 x, Int32 y)
24	   at BrightIdeasSoftware.ObjectListView.BuildCellEvent(CellEventArgs args, Point location)
25	   at BrightIdeasSoftware.ObjectListView.OnMouseMove(MouseEventArgs e)
26	   at System.Windows.Forms.Control.WmMouseMove(Message& m)
27	   at System.Windows.Forms.Control.WndProc(Message& m)
28	   at System.Windows.Forms.ListView.WndProc(Message& m)
29	   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Duplicate for #10785.

@cyberduck
Copy link
Collaborator Author

54ef91d commented

I know this bug is closed, but I've not experienced this issue again since upgrading to 7.9.1 (34974).

@iterate-ch iterate-ch locked as resolved and limited conversation to collaborators Nov 27, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug duplicate s3 AWS S3 Protocol Implementation
Projects
None yet
Development

No branches or pull requests

1 participant