Segmentation fault (SEGV) in node.mojom.NodeService when closing Antigravity

Description

Every time I close the Antigravity application, a crash occurs. The system logs a core dump with a Segmentation Fault (Signal 11 / SEGV) related to the node.mojom.NodeService utility process.

Steps to Reproduce

  1. Open Antigravity.
  2. Use the application normally or leave it idle.
  3. Close the application.
  4. Check the system crash logs (e.g., via coredumpctl), which will show the SEGV error.

Expected Behavior

The application should close gracefully without leaving orphan processes or triggering system crash reporters/core dumps.

Environment

  • Antigravity Version: 1.23.2
  • VSCode OSS Version: 1.107.0
  • Commit: 15487b3041e65228cae24980a3f796c905ef582c
  • Date: 2026-04-16T08:28:19.366Z
  • Electron: 39.2.3
  • Chromium: 142.0.7444.175
  • Node.js: 22.21.1
  • V8: 14.2.231.21-electron.0
  • OS: Linux x64 6.19.14-200.fc43.x86_64 (Fedora 43)
  • Language Server CL: 900566399

Crash Log

Here is the systemd-coredump output for the crash:

           PID: 11952 (antigravity)
           UID: 1000 ([USER])
           GID: 1000 ([USER])
        Signal: 11 (SEGV)
     Timestamp: Wed 2026-04-29 10:03:02 -03 (6s ago)
  Command Line: /proc/self/exe --type=utility --utility-sub-type=node.mojom.NodeService --lang=en-US --service-sandbox-type=none --render-node-override=/dev/dri/renderD128 --crashpad-handler-pid=11581 --enable-crash-reporter=c35ef4ce-7017-4bf4-abe3-dbbb1059f059,no_channel --user-data-dir=/home/[USER]/.config/Antigravity --standard-schemes=vscode-webview,vscode-file --enable-sandbox --secure-schemes=vscode-webview,vscode-file --cors-schemes=vscode-webview,vscode-file --fetch-schemes=vscode-webview,vscode-file --service-worker-schemes=vscode-webview --code-cache-schemes=vscode-webview,vscode-file --shared-files=v8_context_snapshot_data:100 --field-trial-handle=3,i,12154154104353596884,12641352034588369088,262144 --enable-features=DocumentPolicyIncludeJSCallStacksInCrashReports,EarlyEstablishGpuChannel,EstablishGpuChannelAsync,PdfUseShowSaveFilePicker --disable-features=CalculateNativeWinOcclusion,LocalNetworkAccessChecks,ScreenAIOCREnabled,SpareRendererForSitePerProcess,TraceSiteInstanceGetProcessCreation --variations-seed-version --trace-process-track-uuid=3190708995682289984
    Executable: /usr/share/antigravity/antigravity
 Control Group: /user.slice/user-1000.slice/user@1000.service/app.slice/app-org.chromium.Chromium-11558.scope
          Unit: user@1000.service
     User Unit: app-org.chromium.Chromium-11558.scope
         Slice: user-1000.slice
     Owner UID: 1000 ([USER])
       Boot ID: [BOOT_ID]
    Machine ID: [MACHINE_ID]
      Hostname: [HOSTNAME]
       Storage: /var/lib/systemd/coredump/core.antigravity.1000.[BOOT_ID].11952.1777467782000000.zst (present)
  Size on Disk: 3.8M
       Message: Process 11952 (antigravity) of user 1000 dumped core.
                
                Stack trace of thread 11952:
                #0  0x00007f69ba48f775 n/a (n/a + 0x0)
                ELF object binary architecture: AMD x86-64

1 Like