Skip to content

[Bug]: Claude appears to crash on Windows machine #1244

@djfbryant

Description

@djfbryant

Before submitting

  • I searched existing issues and did not find a duplicate.
  • I included enough detail to reproduce or investigate the problem.

Area

apps/web

Steps to reproduce

  1. Install or update t3-code-desktop to the same build where the issue started for me: 0.0.13.
  2. Launch the desktop app fresh after update.
  3. Create a new thread using a Claude model, specifically one of:
  4. claude-sonnet-4-6
  5. claude-opus-4-6
  6. Use a normal coding prompt against a local workspace.
  7. Submit the first turn.

Expected behavior

The Claude thread should start processing the turn.

Actual behavior

  • The turn remains pending.
  • The backend exits and restarts.
  • server-child.log records:
Error: All fibers interrupted without error
    at async h4.streamInput (.../@anthropic-ai/claude-agent-sdk/sdk.mjs:22:1905)
  • desktop-main.log records:

[desktop] backend exited unexpectedly (code=1 signal=null); restarting in 500ms

Impact

Major degradation or frequent failure

Version or commit

No response

Environment

No response

Logs or stack traces

Screenshots, recordings, or supporting files

t3-claude-crash-sanitized-README.txt
t3-claude-crash-desktop-main-sanitized.log
t3-claude-crash-server-child-sanitized.log

Workaround

Codex still works in the same app/session

  • Immediately after the Claude crash loop, a Codex thread starts successfully.
  • That makes this look provider-specific rather than a general backend startup failure.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething is broken or behaving incorrectly.needs-triageIssue needs maintainer review and initial categorization.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions