[BUG] v2.1.73 causes terminal freeze with yellow search bar in tmux sessions - memory leak related
Bug Description
Claude Code v2.1.73 causes terminal to freeze with a yellow "(search down)" / "(repeat)" / "(jump to forward)" bar at the bottom, blocking all input. This happens in tmux sessions on Ubuntu 24.04 server.
Environment
- OS: Ubuntu 24.04.4 LTS (server, 8 cores, 24GB RAM)
- Claude Code: v2.1.73 (auto-updated from v2.1.52)
- Terminal: tmux 3.4
- Plan: Claude Max
Steps to Reproduce
- Run Claude Code in tmux sessions (6 concurrent sessions)
- Sessions auto-update from v2.1.52 to v2.1.73
- After ~10-20 minutes, yellow bar appears at bottom blocking all input
- Cannot type, Escape sometimes works temporarily but it comes back
- Sessions on v2.1.52 (not auto-updated) work perfectly fine
Expected Behavior
Terminal should remain responsive and accept input normally.
Actual Behavior
Yellow bar appears with text like "(search down)", "(repeat 2)", or "(jump to forward)" blocking the input line. The session becomes completely unresponsive. Only fix is killing and restarting the session.
Workaround
- Set
CLAUDE_CODE_DISABLE_AUTOUPDATE=1to stay on v2.1.52 - Sessions on v2.1.52 do NOT exhibit this behavior
Likely Related
This is probably related to the memory leak issues reported today:
- #33342 (30GB/hour memory leak v2.1.73)
- #33320 (2.92GB ArrayBuffers in 34 min v2.1.72)
- #33337 (ArrayBuffers grow 980MB/hour)
The terminal freeze likely occurs when the memory leak causes the terminal renderer to malfunction, activating search/scroll mode unintentionally.
Impact
Running 6 concurrent architect sessions for multi-project management. v2.1.73 makes this workflow unusable - sessions freeze every 10-20 minutes requiring constant manual intervention.
This issue has 1 comment on GitHub. Read the full discussion on GitHub ↗