claude-code - 💡(How to fix) Fix [BUG] Claude Code v1.0.32 (Build 1.2773.0) Crashes Immediately When Selecting "Code" Tab [1 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
anthropics/claude-code#48871Fetched 2026-04-16 06:48:39
View on GitHub
Comments
0
Participants
1
Timeline
4
Reactions
0
Author
Participants
Timeline (top)
labeled ×3cross-referenced ×1

Error Message

Application crashes silently after ~10 seconds No error message or crash notification is shown User is returned to desktop without any feedback The UI shows empty placeholder boxes before crashing (see attached screenshot)

(base) bennyky@BKY-iMac-Ventura-40GB Claude % log show --predicate 'processImagePath contains "Claude"' --last 10m Filtering the log data using "processImagePath CONTAINS "Claude"" Skipping info and debug messages, pass --info and/or --debug to include. Wall Clock adjustment detected - results might be strange while using --end Timestamp Thread Type Activity PID TTL

Log - Default: 0, Info: 0, Debug: 0, Error: 0, Fault: 0 Activity - Create: 0, Transition: 0, Actions: 0 (base) bennyky@BKY-iMac-Ventura-40GB Claude %

Fix Action

Fix / Workaround

Impact Severity: Critical / Blocker Impact: Application is completely unusable - cannot access core "Code" functionality Workaround: None found. Users cannot use Claude Code at all.

Code Example

Application crashes silently after ~10 seconds
No error message or crash notification is shown
User is returned to desktop without any feedback
The UI shows empty placeholder boxes before crashing (see attached screenshot)

(base) bennyky@BKY-iMac-Ventura-40GB Claude % log show --predicate 'processImagePath contains "Claude"' --last 10m
Filtering the log data using "processImagePath CONTAINS "Claude""
Skipping info and debug messages, pass --info and/or --debug to include.
Wall Clock adjustment detected - results might be strange while using --end
Timestamp                       Thread     Type        Activity             PID    TTL  
--------------------------------------------------------------------------------------------------------------------
Log      - Default:          0, Info:                0, Debug:             0, Error:          0, Fault:          0
Activity - Create:           0, Transition:          0, Actions:           0
(base) bennyky@BKY-iMac-Ventura-40GB Claude %
RAW_BUFFERClick to expand / collapse

Preflight Checklist

  • I have searched existing issues and this hasn't been reported yet
  • This is a single bug report (please file separate reports for different bugs)
  • I am using the latest version of Claude Code

What's Wrong?

Claude Code desktop application crashes within 10 seconds of selecting the "Code" tab. The application exits silently without any error message or crash dialog. This issue is reproducible 100% of the time and affects multiple accounts.

Test Result Logout and login with same account ❌ Still crashes Login with 2nd different account ❌ Still crashes Login with 3rd different account ❌ Still crashes Restart application ❌ Still crashes

Conclusion: The issue is NOT account-specific. It appears to be a bug in version 1.0.32 (Build 1.2773.0) itself.

Impact Severity: Critical / Blocker Impact: Application is completely unusable - cannot access core "Code" functionality Workaround: None found. Users cannot use Claude Code at all.

P0 / Critical - This bug makes the entire application unusable. Users cannot access the primary "Code" functionality at all.

What Should Happen?

  • The "Code" tab should load properly and remain stable
  • User should be able to start a new coding session
  • If an error occurs, a meaningful error message should be displayed

Error Messages/Logs

Application crashes silently after ~10 seconds
No error message or crash notification is shown
User is returned to desktop without any feedback
The UI shows empty placeholder boxes before crashing (see attached screenshot)

(base) bennyky@BKY-iMac-Ventura-40GB Claude % log show --predicate 'processImagePath contains "Claude"' --last 10m
Filtering the log data using "processImagePath CONTAINS "Claude""
Skipping info and debug messages, pass --info and/or --debug to include.
Wall Clock adjustment detected - results might be strange while using --end
Timestamp                       Thread     Type        Activity             PID    TTL  
--------------------------------------------------------------------------------------------------------------------
Log      - Default:          0, Info:                0, Debug:             0, Error:          0, Fault:          0
Activity - Create:           0, Transition:          0, Actions:           0
(base) bennyky@BKY-iMac-Ventura-40GB Claude %

Steps to Reproduce

  1. Launch Claude Code desktop application
  2. Log in with valid credentials
  3. Application displays welcome screen: "What's up next, [Username]?" with "Start a new session below"
  4. Click on the "Code" tab
  5. Observe the interface loads with empty placeholder boxes (8 small boxes in 2 rows + 1 large box below)
  6. Wait approximately 10 seconds
  7. Application crashes/exits silently - no error message, no crash dialog

Claude Model

None

Is this a regression?

Yes, this worked in a previous version

Last Working Version

No response

Claude Code Version

1.0.32 (Build 1.2773.0)

Platform

Anthropic API

Operating System

macOS

Terminal/Shell

Terminal.app (macOS)

Additional Information

<img width="526" height="411" alt="Image" src="https://github.com/user-attachments/assets/ce396bb7-f8fd-4334-8a5b-d4584d5c1d2c" />

extent analysis

TL;DR

The issue can likely be resolved by investigating and addressing the underlying cause of the silent crash, potentially related to the "Code" tab loading process, and may require updates or fixes to the Claude Code application.

Guidance

  • Review the application's loading process for the "Code" tab to identify potential issues, such as infinite loops, unhandled exceptions, or resource-intensive operations.
  • Investigate the system logs and application logs to gather more information about the crash, even if no error message is displayed.
  • Consider testing the application on different platforms or environments to determine if the issue is specific to macOS or the Anthropic API.
  • Reach out to the development team or support for further assistance, as this issue appears to be a critical bug in the application.

Example

No code snippet is provided as the issue does not include specific code-related details.

Notes

The issue seems to be a regression, as it worked in a previous version, and the exact cause of the crash is unknown due to the lack of error messages or logs. The provided log output does not show any errors, which makes it difficult to pinpoint the root cause.

Recommendation

Apply workaround: Since the issue is a critical bug and no workaround is currently available, it is recommended to wait for an update or fix from the development team. If possible, consider downgrading to a previous version that worked, if available.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

claude-code - 💡(How to fix) Fix [BUG] Claude Code v1.0.32 (Build 1.2773.0) Crashes Immediately When Selecting "Code" Tab [1 participants]