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
We do not implement the Linux mremap() function.
This is probably a low-priority issue. It seems sqlite uses it, but can avoid using it HAVE_MREMAP is undefined.
The text was updated successfully, but these errors were encountered:
Genthial Olivier noticed that mremap() is also needed by PhantomJS.
Sorry, something went wrong.
As mentioned above, Pekka wrote a patch for adding mremap() in April 2015. A review of this patch can be found in https://groups.google.com/forum/#!msg/osv-dev/O_YMbt2bE9Q/X1XEN4DQ8WgJ - this patch needs some more work before being committed, but it's a very good start.
Fix python3 crashing on sqlite import
fad766d
by using sqlite compiled without `MREMAP`(see cloudius-systems/osv#184 and cloudius-systems#62)
No branches or pull requests
We do not implement the Linux mremap() function.
This is probably a low-priority issue. It seems sqlite uses it, but can avoid using it HAVE_MREMAP is undefined.
The text was updated successfully, but these errors were encountered: