claude-code - 💡(How to fix) Fix [Bug] Significant performance degradation in recent builds [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#54219Fetched 2026-04-29 06:33:06
View on GitHub
Comments
1
Participants
2
Timeline
4
Reactions
1
Author
Timeline (top)
labeled ×3commented ×1

Error Message

[{"error":"Error: NON-FATAL: Lock acquisition failed for /Users/nickthorne/.local/share/claude/versions/2.1.121 (expected in multi-process scenarios)\n at p66 (/$bunfs/root/src/entrypoints/cli.js:2769:2177)\n at YY8 (/$bunfs/root/src/entrypoints/cli.js:2769:1257)\n at processTicksAndRejections (native:7:39)","timestamp":"2026-04-28T07:27:29.029Z"}]

Code Example

[{"error":"Error: NON-FATAL: Lock acquisition failed for /Users/nickthorne/.local/share/claude/versions/2.1.121 (expected in multi-process scenarios)\n    at p66 (/$bunfs/root/src/entrypoints/cli.js:2769:2177)\n    at YY8 (/$bunfs/root/src/entrypoints/cli.js:2769:1257)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-04-28T07:27:29.029Z"}]
RAW_BUFFERClick to expand / collapse

Bug Description in the last week or so it has become unbearably slow. I've rulled out context bloat. it might be 4.7 or it might be some new rate limiting but if it doesn't improve I'll move to Codex at the end of my billing cycle.

Environment Info

  • Platform: darwin
  • Terminal: ghostty
  • Version: 2.1.121
  • Feedback ID: d90048ad-a0a0-43f5-ab6b-6690f39e85e4

Errors

[{"error":"Error: NON-FATAL: Lock acquisition failed for /Users/nickthorne/.local/share/claude/versions/2.1.121 (expected in multi-process scenarios)\n    at p66 (/$bunfs/root/src/entrypoints/cli.js:2769:2177)\n    at YY8 (/$bunfs/root/src/entrypoints/cli.js:2769:1257)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-04-28T07:27:29.029Z"}]

extent analysis

TL;DR

The issue might be related to a lock acquisition failure, and checking the file system permissions or lock mechanisms could help resolve the slow performance.

Guidance

  • Investigate the file system permissions for the directory /Users/nickthorne/.local/share/claude/versions/2.1.121 to ensure the application has the necessary access rights.
  • Check for any other processes that might be holding a lock on the same directory, causing the acquisition failure.
  • Consider clearing any existing locks or temporary files in the directory to see if it improves performance.
  • Review the application's documentation or configuration to see if there are any settings related to lock acquisition or concurrency that can be adjusted.

Example

No code snippet is provided as it's not clearly supported by the issue.

Notes

The issue might be specific to the version 2.1.121 or the darwin platform, and further investigation is needed to determine the root cause.

Recommendation

Apply workaround: Checking file system permissions and lock mechanisms might help resolve the issue, and if not, considering moving to a different platform like Codex might be necessary.

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