Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 03f59460b1334611bbb47d83fd26e2910a6c151c https://github.com/WebKit/WebKit/commit/03f59460b1334611bbb47d83fd26e2910a6c151c Author: Asumu Takikawa <as...@igalia.com> Date: 2023-10-30 (Mon, 30 Oct 2023)
Changed paths: M Tools/Scripts/run-jsc Log Message: ----------- run-jsc may kill the whole process group on some unix platforms https://bugs.webkit.org/show_bug.cgi?id=263792 Reviewed by Jonathan Bedard. Add `prohibitUnknownPort` for better UX for unix users. Also changes how the status result from running JSC is handled. When JSC fails to start at all, it should be handled separately to avoid sending bogus signals. Also use Perl `kill` to add an extra layer of checks to avoid sending a bogus signal. * Tools/Scripts/run-jsc: Canonical link: https://commits.webkit.org/269947@main _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes