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

double free or corruption (out) when using custom sequence #96

Open
aidan-walden opened this issue Nov 3, 2022 · 0 comments
Open

double free or corruption (out) when using custom sequence #96

aidan-walden opened this issue Nov 3, 2022 · 0 comments
Assignees
Labels

Comments

@aidan-walden
Copy link

aidan-walden commented Nov 3, 2022

Running detox on a large directory (2TB) recursively and running into this error with my custom sequence. Happens in dry-run or during actual run. Does not happen when using inline mode for testing. Sequence below.

sequence custom {
        uncgi;
        utf_8{
                filename "/home/aidan/clean/unicode.tbl";
        };
        safe {
                filename "/home/aidan/clean/safe.tbl";
        };
        wipeup {
                remove_trailing;
        };
        max_length {
                length 64;
        };
};

ZIP file containing both tables Thank you

@dharple dharple self-assigned this Dec 30, 2022
@dharple dharple added the bug label Dec 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants