firestack icon indicating copy to clipboard operation
firestack copied to clipboard

gomobile: pidfd results in a crash on Android 12 or below

Open ignoramous opened this issue 10 months ago • 0 comments

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

ignoramous avatar Mar 01 '25 13:03 ignoramous