Skip to content

RuntimeError: dictionary changed size during iteration #26

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

Open
ostrolucky opened this issue Apr 25, 2020 · 0 comments
Open

RuntimeError: dictionary changed size during iteration #26

ostrolucky opened this issue Apr 25, 2020 · 0 comments

Comments

@ostrolucky
Copy link

Got this

Looking for changes
Traceback (most recent call last):
  File "/usr/local/bin/unison-fsmonitor", line 312, in <module>
    main()
  File "/usr/local/bin/unison-fsmonitor", line 289, in main
    reportRecursiveChanges("", triggered_reps[replica])
  File "/usr/local/bin/unison-fsmonitor", line 239, in reportRecursiveChanges
    reportRecursiveChanges(os.path.join(local_path, path_tok), new_lvl);
  File "/usr/local/bin/unison-fsmonitor", line 239, in reportRecursiveChanges
    reportRecursiveChanges(os.path.join(local_path, path_tok), new_lvl);
  File "/usr/local/bin/unison-fsmonitor", line 239, in reportRecursiveChanges
    reportRecursiveChanges(os.path.join(local_path, path_tok), new_lvl);
  [Previous line repeated 2 more times]
  File "/usr/local/bin/unison-fsmonitor", line 238, in reportRecursiveChanges
    for path_tok, new_lvl in cur_lvl.items():
RuntimeError: dictionary changed size during iteration
Fatal error: File monitoring helper program not running

Happened after writing bunch of changes and launching unison client

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant