-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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 ignores offset #10094
Comments
petersalomonsen
added a commit
to petersalomonsen/emscripten
that referenced
this issue
Dec 22, 2019
petersalomonsen
added a commit
to petersalomonsen/emscripten
that referenced
this issue
Dec 23, 2019
petersalomonsen
added a commit
to petersalomonsen/emscripten
that referenced
this issue
Dec 23, 2019
petersalomonsen
added a commit
to petersalomonsen/emscripten
that referenced
this issue
Dec 24, 2019
add and use offset parameter in doMsync add test case for shared mmap with offset fixes emscripten-core#10094
petersalomonsen
added a commit
to petersalomonsen/emscripten
that referenced
this issue
Dec 24, 2019
add and use offset parameter in doMsync add test case for shared mmap with offset fixes emscripten-core#10094
kripken
pushed a commit
that referenced
this issue
Jan 6, 2020
Add and use offset parameter in doMsync fixes #10094
belraquib
pushed a commit
to belraquib/emscripten
that referenced
this issue
Dec 23, 2020
Add and use offset parameter in doMsync fixes emscripten-core#10094
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
when passing the offset parameter to
mmap
it is ignored by themsync
operation occuring onmunmap
I hit this when compiling libgit2 with emscripten:
https://github.com/petersalomonsen/libgit2/blob/emscripten-support/src/indexer.c#L618
applying #10095 fixes the issue for me and makes it possible to clone using libgit2 compiled with emscripten (libgit2/libgit2#5345)
The text was updated successfully, but these errors were encountered: