commit | 0c8857884126a0d56c0c2a814a11df3a827a6e4a | [log] [tgz] |
---|---|---|
author | Sergey Ulanov <sergeyu@fuchsia.infra.roller.google.com> | Fri Sep 15 22:05:52 2023 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Fri Sep 15 15:07:09 2023 -0700 |
tree | 012ffa62838b9959f62ec1dd9583b0855c7c8a4f | |
parent | 31cbbba1ae086922b385cea4501a4e854a0de6e0 [diff] |
[roll] Roll fuchsia [Starnix] Keep zombies in the PID table Previously zombie processes were not kept in the PID table. As result this kill() was failing for zombies, which is unexpected. Now a reference to ZombieProcess is stored in PID table. This allows to fix kill() to handle this case correctly. Also in the future it will allow to show zombie process status in /proc This fixes flake in sigwait01 test, where kill() was racing with process exiting. Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/907711 Original-Revision: edc968e84c71c1f7d1cef0693295c7228f112cb6 GitOrigin-RevId: 5c81254460e99b3e0c31c663dca10c0f29df7dbc Change-Id: I571f9434ff0a5effb1a0815e5423d6edd1e37236
This repository contains Fuchsia's Global Integration manifest files.
All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.
Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia
on Freenode.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party
.