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

Improve support for ptrace emulation during group stops. #3926

Merged
merged 1 commit into from
Mar 1, 2025

Conversation

khuey
Copy link
Collaborator

@khuey khuey commented Feb 26, 2025

Firefox's minidump writer expects to be able to attach to tasks in group stops and invoke ptrace commands on them (e.g. PTRACE_GETREGS)

Fixes #3741.

@khuey khuey requested a review from rocallahan February 26, 2025 22:53
Firefox's minidump writer expects to be able to attach to tasks in group stops
and invoke ptrace commands on them (e.g. PTRACE_GETREGS)

Fixes rr-debugger#3741.
@khuey khuey force-pushed the firefox_ptrace_group_stop branch from a6ead4c to f4d62cd Compare February 26, 2025 22:55
@khuey khuey merged commit ec66b21 into rr-debugger:master Mar 1, 2025
5 checks passed
@khuey khuey deleted the firefox_ptrace_group_stop branch March 1, 2025 05:31
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.

Assertion 'stopped_or_unexpected_exit()' failed to hold.
2 participants