Antigravity 1.23.2 crashes repeatedly on Ubuntu 24.04 (SIGSEGV + SIGTRAP in Node utility process) — full reinstall does not fix

Build: Antigravity 1.23.2-1776332190 (APT, antigravity-debian)
OS: Ubuntu 24.04
Kernel: 7.0.0-28-generic

The app crashes/freezes repeatedly, with or without any workspace open,
usually within seconds to a few minutes of launch. Collected two separate
crash reports with different signals pointing to the same process:

--type=utility --utility-sub-type=node.mojom.NodeService

Crash 1: SIGTRAP (5)
Crash 2: SIGSEGV (11)
(apport’s SegvAnalysis could not resolve further — missing debug symbols)

Troubleshooting already performed (none resolved the issue):

  • Full purge + reinstall via APT (package, repo, GPG key, all user data
    including ~/.config/Antigravity, ~/.antigravity)
  • Tested --no-sandbox
  • Tested --disable-gpu
  • Tested --disable-extensions
  • Tested --ozone-platform=x11
  • Tested multiple older versions (down to 1.19.6 and 1.0.0)
  • Tested under a completely fresh Linux user account (no prior config at all)
  • Tested the standalone tarball “Antigravity IDE” build — same crash

Since the crash persists across a fresh user account with zero prior config,
this doesn’t appear to be caused by local corrupted settings/cache — it
reproduces consistently on this machine regardless of install method or user.

Happy to share the full apport crash bundles (ProcMaps, ProcStatus,
Stacktrace attempts) on request.

Hello @Arthur_Xavier

The repeated crashes are likely due to the use of version 1.23.2, which is a significantly older release. Can you update to the latest stable version, 2.5.0 (released July 31, 2026), to benefit from major stability fixes, startup performance optimizations, and backend improvements for newer operating systems like Ubuntu 24.04.

If you continue to experience this, we recommend submitting a report using the in-product menu. Just navigate to Having trouble? Let us know > Provide feedback. Please ensure the “Attach Antigravity server log” box is checked, as this will greatly help us investigate the issue further.

Your solution worked! Thank you very much! I also installed Antigravity using the Antigravity CLI this time.