You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On GitHub Copilot CLI v1.0.32, the process is consistently killed with [Process completed (signal 9)] on Termux/Android during the active "Thinking" phase — after the session has fully started, MCP servers have reconnected, the user submitted a prompt, and the model began processing.
This is distinct from #1002 (which showed a uv__io_poll: Assertion 'errno == EINTR' failed error before termination). These new crashes produce no assertion failure or error output — the process is simply killed mid-response.
Multiple concurrent Node.js MCP server child processes launch during startup, then an additional memory/CPU spike occurs when LLM streaming begins during "Thinking". The Android OOM manager or Termux watchdog appears to issue a forced termination against the main Copilot CLI process, with no graceful shutdown path triggered.
Description
On GitHub Copilot CLI v1.0.32, the process is consistently killed with
[Process completed (signal 9)]on Termux/Android during the active "Thinking" phase — after the session has fully started, MCP servers have reconnected, the user submitted a prompt, and the model began processing.This is distinct from #1002 (which showed a
uv__io_poll: Assertion 'errno == EINTR' failederror before termination). These new crashes produce no assertion failure or error output — the process is simply killed mid-response.Environment
Consistent Crash Sequence (3 sessions, 2026-04-18, 05:24–05:26 SAST)
Key Observations
sequential-thinking,memory,github-mcp-serverall report connection delaysuv__io_pollor libuv error preceding the terminationDistinction from #1002
uv__io_poll: Assertion 'errno == EINTR' failedSuspected Cause
Multiple concurrent Node.js MCP server child processes launch during startup, then an additional memory/CPU spike occurs when LLM streaming begins during "Thinking". The Android OOM manager or Termux watchdog appears to issue a forced termination against the main Copilot CLI process, with no graceful shutdown path triggered.
Related Issues
inuse.*.lock/ lingering session state (separate issue, noted for context only)