anthropics / anthropics/claude-code
Mobile-driven desktop session becomes unresponsive after resume, process stays alive but produces no output
- 主要语言
- Python
- 星标
- 145k
- 派生
- 23.1k
- PR 合并指标
- PR 指标待抓取
描述
## Description
A Claude Code session running on a desktop machine (Windows 11), being driven remotely via the Claude Code iPhone app, stopped responding after I sent a follow-up message to resume unfinished work. The session showed "Noodling..." indefinitely with no further output.
## Environment
- Desktop OS: Windows 11 Pro (build 10.0.26200)
- Controlling device: iPhone 16, Claude Code mobile app
- Model: Sonnet 5
- Session ID: `cse_01R4HaaAeBJaFBF7yv1nNgCX`
## Steps to reproduce
1. Start a Claude Code session on desktop, driven remotely from the mobile app.
2. Let the session run a multi-step coding task until it hits the session usage limit (message showed "You've hit your session limit · resets 1:50pm (Asia/Taipei)").
3. After the limit window, send a follow-up message from the mobile app asking it to continue the unfinished task.
4. Observe: the UI shows "Noodling..." and never produces further output.
## Additional diagnostics
From a separate Claude Code session on the same desktop machine, I inspected the local process for the stuck session:
- The underlying `claude.exe` process (PID at the time) was still running, created at the timestamp matching when the resume message was sent.
- Local CPU usage was near zero over a multi-second sample.
- The process held established HTTPS connections to `api.anthropic.com` and one other host, so it had not disconnected.
So the process itself had not crashed or lost its network connection, but it also never produced visible output or completed the turn. It's unclear whether this is a server-side hang, a stream that silently stopped being consumed, or something specific to the mobile-to-desktop remote session bridge.
## Impact
Session had to be archived/abandoned; in-progress work had to be manually verified and continued from a different session.
贡献指南
这个仓库没有索引到贡献指南
调研方向
Start by reproducing the resume flow after the session usage limit on Windows 11, then inspect the mobile-to-desktop session bridge, the running claude.exe process, and its HTTPS connections. Compare whether the resumed turn receives or consumes a response; done means a follow-up produces visible output or reports a clear failure instead of remaining on "Noodling...".
由索引模型根据 Issue 内容生成。
评估
- 领域
- backend-api-design, mobile-dev, operating-systems
- Issue 类型
- 缺陷
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 活跃
- 描述清晰度
- 需要澄清
- 新手友好度
- 38/100