We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 the IGNORE path in the Caveman config file points to a compressed file, caveman count crashes with the following error message:
IGNORE
caveman count
corrupted size vs. prev_size Abort
I believe this specific instance of the bug is caused by how this function call handles the ignore_regions_file read: https://github.com/cancerit/CaVEMan/blob/dev/src/split.c#L218
ignore_regions_file
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When the
IGNORE
path in the Caveman config file points to a compressed file,caveman count
crashes with the following error message:I believe this specific instance of the bug is caused by how this function call handles the
ignore_regions_file
read: https://github.com/cancerit/CaVEMan/blob/dev/src/split.c#L218The text was updated successfully, but these errors were encountered: