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

i#1578 arm detach: Fix sigreturn crash by setting xsp #4412

Merged
merged 3 commits into from
Aug 18, 2020

Conversation

derekbruening
Copy link
Contributor

Fixes a crash on detach on aarchxx by setting xsp to the proper value
for SYS_rt_sigreturn to find the signal frame for resuming app state.

Tested manually on aarch64 the api.detach test in gdb. Unfortunately
there are further bugs, so the test cannot be enabled yet.

Issue: #1578

Fixes a crash on detach on aarchxx by setting xsp to the proper value
for SYS_rt_sigreturn to find the signal frame for resuming app state.

Tested manually on aarch64 the api.detach test in gdb.  Unfortunately
there are further bugs, so the test cannot be enabled yet.

Issue: #1578
core/unix/signal.c Outdated Show resolved Hide resolved
@derekbruening derekbruening merged commit 45e06fe into master Aug 18, 2020
@derekbruening derekbruening deleted the i1578-detach-sigreturn branch August 18, 2020 21:21
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