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

[6.3.0] blaze_util_posix: handle killpg failures #18403

Merged
merged 3 commits into from
May 17, 2023
Merged

[6.3.0] blaze_util_posix: handle killpg failures #18403

merged 3 commits into from
May 17, 2023

Commits on May 15, 2023

  1. blaze_util_posix: handle killpg failures

    In case Bazel JVM server is stuck, it would be useful to know whether
    the SIGKILL was sent successfully or not.
    
    If not, log out the error message from errno.
    
    Closes #18299.
    
    PiperOrigin-RevId: 530615358
    Change-Id: I4ddf9996ce80520ff19c306fe95429550e931a8b
    sluongng authored and keertk committed May 15, 2023
    Configuration menu
    Copy the full SHA
    b76d349 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. Configuration menu
    Copy the full SHA
    d2e20a8 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

  1. Configuration menu
    Copy the full SHA
    9e86112 View commit details
    Browse the repository at this point in the history