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

Application crashes listing large directory #8636

Closed
cyberduck opened this issue Mar 4, 2015 · 4 comments
Closed

Application crashes listing large directory #8636

cyberduck opened this issue Mar 4, 2015 · 4 comments

Comments

@cyberduck
Copy link
Collaborator

8da2df9 created the issue

I am trying to view a large directory.
I get the prompt asking if I want to continue listing a directory with more than 24720 files.
I say Continue, the prompt goes away and then in the lower left it says 0 files.
If I hit refresh, it shows 0 files again.
If I change the directory, the application crashes and asks if I want to send a report.


Attachments

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Fixed refresh with 0 files displayed in a3738b2.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Please include the transcript from the log drawer and the file cyberduck.log in the application support directory.

@cyberduck
Copy link
Collaborator Author

8da2df9 commented

After a reboot, it is working. I have attached a few different logs when it crashed for your reference, but think it was probably just a one time thing on my computer.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

19	Top-level Exception
20	Type:        java.lang.IllegalArgumentException
21	Message:     Comparison method violates its general contract!
22	Source:      IKVM.OpenJDK.Core
23	Stack Trace: at java.util.TimSort.mergeHi(Int32 , Int32 , Int32 , Int32 )
24	   at java.util.TimSort.mergeAt(Int32 )
25	   at java.util.TimSort.mergeCollapse()
26	   at java.util.TimSort.sort(Object[] , Int32 , Int32 , Comparator )
27	   at java.util.TimSort.sort(Object[] , Comparator )
28	   at java.util.Arrays.sort(Object[] a, Comparator c)
29	   at java.util.Collections.sort(List list, Comparator c)
30	   at ch.cyberduck.core.AttributedList.doSort(Comparator )

This issue was fixed in 4642101.

@iterate-ch iterate-ch locked as resolved and limited conversation to collaborators Nov 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant