runtime: use tgkill instead of tkill to keep Android happy #24924
Labels
FrozenDueToAge
NeedsFix
The path to resolution is known, but the work has not been done.
release-blocker
Milestone
Go uses tkill in the panic routine. From the tkill man page:
Android sets a seccomp filter that disallows tkill but allows tgkill. Therefore the solution is to switch Go to using tgkill. According to the man page, there are other good reasons for switching to tgkill too.
This is similar to #23750 but is yet-another mole.
The text was updated successfully, but these errors were encountered: