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

mmap failure in tests/scripts/check_deriv.py #4943

Open
ye-luo opened this issue Mar 20, 2024 · 3 comments
Open

mmap failure in tests/scripts/check_deriv.py #4943

ye-luo opened this issue Mar 20, 2024 · 3 comments
Labels

Comments

@ye-luo
Copy link
Contributor

ye-luo commented Mar 20, 2024

Describe the bug
It seems that it choked Permutter
#4937 (comment)

@Paul-St-Young is mmap really needed?

@prckent
Copy link
Contributor

prckent commented Mar 20, 2024

I wonder if this is the root cause? Are other mmaps done successfully in other test scripts?

@ye-luo
Copy link
Contributor Author

ye-luo commented Mar 20, 2024

I wonder if this is the root cause? Are other mmaps done successfully in other test scripts?

The two failing tests both include a line of mmap.

@Paul-St-Young
Copy link
Contributor

@ye-luo mmap is not strictly necessary. It just has some nice utilities for text parsing.
It would be totally fine to rewrite the script to parse ascii text.

@jtkrogel jtkrogel added the bug label May 17, 2024
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

4 participants