#0001
`agy` arm64 build crashes on 39-bit VA Linux kernels
40radar
Google AntigravityCoding agent CLI — Google's `agy` command-line tool
The failure happens before --version, inside bundled TCMalloc. ARM64 Android/LXC setups are a bad target until the binary handles 39-bit VA cleanly.
- Affected version:
antigravity 1.23.2-1776332230 arm64; crash exits with code 134 before useful CLI output. - Kernel uses
CONFIG_ARM64_VA_BITS_39; bundledTCMallocassumes a 48-bit userspace VA and tries high mmap addresses. LD_PRELOAD=jemallocandTCMALLOC_ADDRESS_BITS=39do not help because allocator symbols appear compiled intoagy.- Android-hosted LXC cannot fix this from Debian userspace. Treat
agyon ARM containers as unsupported until Google ships a rebuilt binary.
Source: discuss.ai.google.dev/t/bug-agy-crashes-on-arm64/145425Read original →