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

Add mmap region descriptions to permissive mode logs #405

Open
ayrtonm opened this issue Oct 2, 2024 · 1 comment · May be fixed by #421
Open

Add mmap region descriptions to permissive mode logs #405

ayrtonm opened this issue Oct 2, 2024 · 1 comment · May be fixed by #421
Assignees

Comments

@ayrtonm
Copy link
Contributor

ayrtonm commented Oct 2, 2024

Permissive mode currently prints the state of /proc/self/maps when the process is terminating. This technically includes everything but it's hard to tell which memory regions correspond to the stacks and TLS so we should add this information explicitly.

@ayrtonm
Copy link
Contributor Author

ayrtonm commented Oct 2, 2024

We don't mmap TLS ourselves but we do pkey_mprotect it so we could queue it up for logging there.

@ayrtonm ayrtonm self-assigned this Oct 4, 2024
@ayrtonm ayrtonm linked a pull request Oct 4, 2024 that will close this issue
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 a pull request may close this issue.

1 participant