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

When very large numbers of diff present: "comm" error #7

Open
scuba-tech opened this issue Dec 18, 2020 · 0 comments
Open

When very large numbers of diff present: "comm" error #7

scuba-tech opened this issue Dec 18, 2020 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@scuba-tech
Copy link
Owner

scuba-tech commented Dec 18, 2020

Possible bug in sorting implementation/overflow:

When scanning a folder with >10k known changes, the following message is occasionally seen in the Modified section of the output:

Screenshot_20201215_223339

comm: input is not in sorted order

ACTION: investigate sort calls and make sure diff calls are set to check/ignore sort appropriately

SCOPE: this has only been seen once, when scanning a folder with over 10k known path changes. Likely caused by a unicode/diacritic character in the file path that threw off sort. Behavior has not been seen since, but creating this issue while I investigate inline with other enhancements and bug fixes. :)

@scuba-tech scuba-tech added the bug Something isn't working label Dec 18, 2020
@scuba-tech scuba-tech self-assigned this Dec 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant