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

Writing to read-only mmapped arrays causes a segmentation fault #3434

Closed
simonster opened this issue Jun 18, 2013 · 1 comment
Closed

Writing to read-only mmapped arrays causes a segmentation fault #3434

simonster opened this issue Jun 18, 2013 · 1 comment

Comments

@simonster
Copy link
Member

This is not terribly surprising and probably not easy to avoid, but it would be preferable if an attempt to write to a read-only mmapped array would throw instead of crashing.

@simonster
Copy link
Member Author

An MmapArray type, as discussed in #3430, would provide a natural way to fix this.

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

2 participants