firestack
firestack copied to clipboard
gomobile: pidfd results in a crash on Android 12 or below
seccomp on pidfd + sigsys handling on older Android < 12 results in crash.
From:
- https://github.com/tailscale/tailscale/issues/13452
2024-11-21 11:15:03.968 DEBUG signal 31 (SIGSYS), code 1 (SYS_SECCOMP), fault addr --------
Upstream:
- https://github.com/golang/go/issues/70508
- https://github.com/golang/go/issues/70495
Cause:
- https://github.com/golang/go/issues/69065