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

Concurrent modification when changing filename #2446

Closed
cyberduck opened this issue Aug 14, 2008 · 2 comments
Closed

Concurrent modification when changing filename #2446

cyberduck opened this issue Aug 14, 2008 · 2 comments
Assignees
Milestone

Comments

@cyberduck
Copy link
Collaborator

fd76c2e created the issue

Since the update I downloaded & installed today, if from Cyberduck I change the filename of a file on the server, once I hit 'enter' the display of files blanks out except for a little 'public_html' icon. It took me quite some time to find out how to navigate back to where I was originally.
It never used to do this. I appreciate you looking into this & repairing the bug.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Please post the transcript from View → Log Drawer. Seems to be a duplicate of #2451.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

I could replicate this once. Can you try the latest nightly build from (http://update.cyberduck.ch/nightly/) please and let me know if that build fixes the issue.

java.util.ConcurrentModificationException
	at java.util.AbstractList$Itr.checkForComodification(AbstractList.java:449)
	at java.util.AbstractList$Itr.next(AbstractList.java:420)
	at ch.cyberduck.core.Cache.get(Cache.java:94)
	at ch.cyberduck.ui.cocoa.CDBrowserTableDataSource.childs(CDBrowserTableDataSource.java:79)
	at ch.cyberduck.ui.cocoa.CDBrowserOutlineViewModel.outlineViewNumberOfChildrenOfItem(CDBrowserOutlineViewModel.java:73)
	at com.apple.cocoa.application.NSTableView.reloadData(Native Method)
	at ch.cyberduck.ui.cocoa.CDBrowserController.reloadData(CDBrowserController.java:706)
	at ch.cyberduck.ui.cocoa.CDBrowserTableDataSource$1.cleanup(CDBrowserTableDataSource.java:106)
	at ch.cyberduck.ui.cocoa.CDWindowController$1$1.run(CDWindowController.java:115)
	at ch.cyberduck.ui.cocoa.CDMainApplication.sendEvent(CDMainApplication.java:48)

@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

2 participants