Skip to content

In detach, don't try to copy MAP_SHARED pages#2775

Merged
rocallahan merged 1 commit intorr-debugger:masterfrom
Keno:kf/detachnomapcopy
Dec 22, 2020
Merged

In detach, don't try to copy MAP_SHARED pages#2775
rocallahan merged 1 commit intorr-debugger:masterfrom
Keno:kf/detachnomapcopy

Conversation

@Keno
Copy link
Copy Markdown
Member

@Keno Keno commented Dec 22, 2020

Any updates that were made to the page will already be visible,
so there's no need to copy. Of course, applications that use
MAP_SHARED are quite likely to break anyway, but we might
as well let it continue here. There are some libraries that
like to map global caches MAP_SHARED, even if they generally
aren't written without manual update, which is usually fine.

Any updates that were made to the page will already be visible,
so there's no need to copy. Of course, applications that use
MAP_SHARED are quite likely to break anyway, but we might
as well let it continue here. There are some libraries that
like to map global caches MAP_SHARED, even if they generally
aren't written without manual update, which is usually fine.
@rocallahan rocallahan merged commit 34c8034 into rr-debugger:master Dec 22, 2020
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

Successfully merging this pull request may close these issues.

2 participants