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

segfault on linux #1

Open
jeremie-lg opened this issue Jul 29, 2020 · 0 comments
Open

segfault on linux #1

jeremie-lg opened this issue Jul 29, 2020 · 0 comments

Comments

@jeremie-lg
Copy link

Hi,
i think there's an error in the function MemoryMapped::close() on Linux system. When you don't remap the whole file, a SIGSEGV error is return by munmap() (MemoryMapped ln 156). I suggest to change ::munmap(_mappedView, _filesize); by ::munmap(_mappedView, _mappedSize); to fix this error.

jérémie

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

1 participant