claude-code - 💡(How to fix) Fix [BUG] Claude Desktop crashes ~40 seconds after login on macOS Tahoe 26.4.1 - EXC_BREAKPOINT in V8/Electron (v1.3109.0) [1 comments, 2 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#51011Fetched 2026-04-20 12:06:58
View on GitHub
Comments
1
Participants
2
Timeline
8
Reactions
0
Timeline (top)
labeled ×6commented ×1unlabeled ×1

Error Message

"exception" : {"codes":"0x0000000000000001, 0x000000011af987c4", "rawCodes":[1,4747528132], "type":"EXC_BREAKPOINT", "signal":"SIGTRAP"}

"termination" : {"flags":0,"code":5,"namespace":"SIGNAL", "indicator":"Trace/BPT trap: 5","byProc":"exc handler","byPid":33398}

"os_fault" : {"process":"Claude Helper"}

And the stack trace showed:

v8::TryCatch::Reset() v8::TryCatch::Reset() v8::CpuProfile::GetSamplesCount() v8::Context::FromSnapshot() ElectronMain start

Code Example

"exception" : {"codes":"0x0000000000000001, 0x000000011af987c4",
"rawCodes":[1,4747528132],
"type":"EXC_BREAKPOINT",
"signal":"SIGTRAP"}

"termination" : {"flags":0,"code":5,"namespace":"SIGNAL",
"indicator":"Trace/BPT trap: 5","byProc":"exc handler","byPid":33398}

"os_fault" : {"process":"Claude Helper"}

And the stack trace showed:

v8::TryCatch::Reset()
v8::TryCatch::Reset()
v8::CpuProfile::GetSamplesCount()
v8::Context::FromSnapshot()
ElectronMain
start
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 Desktop crashes every time after login with no warning or error message. The app fully quits and disappears from the Dock completely.

Crash behavior:

  • In regular Claude mode: app stays open
  • In Code or Cowork mode: crashes 10 seconds upon clicking either tab
  • Consistent error messages, was able to replicate some sort of information on the electron issue
  • Reproduced 20+ times consistently

This worked perfectly on this Mac previously. The issue started with a recent update — the app has not successfully stayed open since.

Exception from crash log: EXC_BREAKPOINT (SIGTRAP) in V8/Electron (v8::TryCatch::Reset)

What Should Happen?

Claude Desktop should remain open and functional after login without crashing. Code and Cowork tabs should load normally.

Error Messages/Logs

"exception" : {"codes":"0x0000000000000001, 0x000000011af987c4",
"rawCodes":[1,4747528132],
"type":"EXC_BREAKPOINT",
"signal":"SIGTRAP"}

"termination" : {"flags":0,"code":5,"namespace":"SIGNAL",
"indicator":"Trace/BPT trap: 5","byProc":"exc handler","byPid":33398}

"os_fault" : {"process":"Claude Helper"}

And the stack trace showed:

v8::TryCatch::Reset()
v8::TryCatch::Reset()
v8::CpuProfile::GetSamplesCount()
v8::Context::FromSnapshot()
ElectronMain
start

Steps to Reproduce

  1. Install Claude Desktop 1.3109.0 on macOS Tahoe 26.4.1
  2. Launch the app
  3. Sign in with Google account
  4. Wait ~40 seconds — app crashes silently with no warning
  5. OR: click Code or Cowork tab immediately after login — crashes instantly

Claude Model

Sonnet (default)

Is this a regression?

Yes, this worked in a previous version

Last Working Version

1.260402.0

Claude Code Version

1.3109.0

Platform

Anthropic API

Operating System

macOS

Terminal/Shell

Terminal.app (macOS)

Additional Information

What I've tried:

  • Clean reinstall (deleted app, cleared all caches and app support files, redownloaded)
  • Cleared ~/Library/Application Support/Claude entirely
  • Cleared ~/Library/Caches/Claude
  • Launched with --disable-gpu flag
  • All attempts failed, crash persists

Related locked issue: #29625 (same EXC_BREAKPOINT crash, marked invalid, but bug persists on latest build)

extent analysis

TL;DR

The most likely fix is to downgrade to the last working version of Claude Desktop, 1.260402.0, as the issue is identified as a regression.

Guidance

  • The crash is consistently reproducible and seems to be related to the recent update, indicating a potential issue with the new version.
  • The EXC_BREAKPOINT (SIGTRAP) exception in the V8/Electron stack trace suggests a problem with the JavaScript engine or Electron framework.
  • Given that the issue persists after a clean reinstall and clearing caches, it's likely a problem with the application code or dependencies rather than a local configuration issue.
  • Downgrading to the last working version, 1.260402.0, may provide a temporary workaround until the issue is resolved in a future update.

Example

No code snippet is provided as the issue seems to be related to the application's internal workings rather than a specific code snippet.

Notes

The fact that this is a regression and the last working version is known (1.260402.0) suggests that the issue might be related to changes introduced in the updates following that version. The related locked issue #29625, although marked as invalid, indicates that others might have experienced similar problems, reinforcing the idea that downgrading could be a viable temporary solution.

Recommendation

Apply workaround: Downgrade to version 1.260402.0, as it is confirmed to be the last working version before the regression occurred. This should allow the application to function normally until a fixed version is released.

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