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

Change subprocess exit code detection to return 128 + signal #43

Open
kfeinauer opened this issue Feb 24, 2021 · 0 comments
Open

Change subprocess exit code detection to return 128 + signal #43

kfeinauer opened this issue Feb 24, 2021 · 0 comments
Assignees
Labels
launcher Related to the launcher

Comments

@kfeinauer
Copy link
Contributor

We recently made a change in the upstream RSP code to report process exit codes as 128+signal if the process exited due to a signal. This is a bash paradigm that is fairly widely recognized.

Update the SDK subprocess exit code detection mechanism similarly to what was done for https://github.com/rstudio/rstudio-pro/issues/2045.

@bschwedler bschwedler added the launcher Related to the launcher label Nov 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
launcher Related to the launcher
Projects
None yet
Development

No branches or pull requests

3 participants