claude-code - 💡(How to fix) Fix [Bug] Claude 3.5 Sonnet performance degradation compared to previous behavior [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#46857Fetched 2026-04-12 13:31:15
View on GitHub
Comments
1
Participants
2
Timeline
4
Reactions
0
Author
Participants
Timeline (top)
labeled ×3commented ×1

Error Message

[{"error":"Error: NON-FATAL: Lock acquisition failed for /Users/bytedance/.local/share/claude/versions/2.1.101 (expected in multi-process scenarios)\n at Oc_ (/$bunfs/root/src/entrypoints/cli.js:2836:2153)\n at Ve6 (/$bunfs/root/src/entrypoints/cli.js:2836:1233)\n at processTicksAndRejections (native:7:39)","timestamp":"2026-04-12T02:56:32.724Z"},{"error":"Error: ripgrep exited with code null\n at <anonymous> (/$bunfs/root/src/entrypoints/cli.js:528:2814)\n at emit (node:events:98:22)\n at #maybeClose (node:child_process:766:16)\n at #handleOnExit (node:child_process:520:72)\n at processTicksAndRejections (native:7:39)","timestamp":"2026-04-12T03:06:22.412Z"},{"error":"RipgrepTimeoutError: Ripgrep search timed out after 20 seconds. The search may have matched files but did not complete in time. Try searching a more specific path or pattern.\n at T (/$bunfs/root/src/entrypoints/cli.js:531:242)\n at <anonymous> (/$bunfs/root/src/entrypoints/cli.js:531:456)\n at <anonymous> (/$bunfs/root/src/entrypoints/cli.js:528:2885)\n at emit (node:events:98:22)\n at #maybeClose (node:child_process:766:16)\n at #handleOnExit (node:child_process:520:72)\n at processTicksAndRejections (native:7:39)","timestamp":"2026-04-12T03:06:22.413Z"}]

Code Example

[{"error":"Error: NON-FATAL: Lock acquisition failed for /Users/bytedance/.local/share/claude/versions/2.1.101 (expected in multi-process scenarios)\n    at Oc_ (/$bunfs/root/src/entrypoints/cli.js:2836:2153)\n    at Ve6 (/$bunfs/root/src/entrypoints/cli.js:2836:1233)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-04-12T02:56:32.724Z"},{"error":"Error: ripgrep exited with code null\n    at <anonymous> (/$bunfs/root/src/entrypoints/cli.js:528:2814)\n    at emit (node:events:98:22)\n    at #maybeClose (node:child_process:766:16)\n    at #handleOnExit (node:child_process:520:72)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-04-12T03:06:22.412Z"},{"error":"RipgrepTimeoutError: Ripgrep search timed out after 20 seconds. The search may have matched files but did not complete in time. Try searching a more specific path or pattern.\n    at T (/$bunfs/root/src/entrypoints/cli.js:531:242)\n    at <anonymous> (/$bunfs/root/src/entrypoints/cli.js:531:456)\n    at <anonymous> (/$bunfs/root/src/entrypoints/cli.js:528:2885)\n    at emit (node:events:98:22)\n    at #maybeClose (node:child_process:766:16)\n    at #handleOnExit (node:child_process:520:72)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-04-12T03:06:22.413Z"}]
RAW_BUFFERClick to expand / collapse

Bug Description opus4.6 feels retard recently, do you change the model silently? Codex performs way better than opus4.6

Environment Info

  • Platform: darwin
  • Terminal: ghostty
  • Version: 2.1.101
  • Feedback ID: 216a724f-b390-4f9b-8fd7-2755a1d6d79d

Errors

[{"error":"Error: NON-FATAL: Lock acquisition failed for /Users/bytedance/.local/share/claude/versions/2.1.101 (expected in multi-process scenarios)\n    at Oc_ (/$bunfs/root/src/entrypoints/cli.js:2836:2153)\n    at Ve6 (/$bunfs/root/src/entrypoints/cli.js:2836:1233)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-04-12T02:56:32.724Z"},{"error":"Error: ripgrep exited with code null\n    at <anonymous> (/$bunfs/root/src/entrypoints/cli.js:528:2814)\n    at emit (node:events:98:22)\n    at #maybeClose (node:child_process:766:16)\n    at #handleOnExit (node:child_process:520:72)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-04-12T03:06:22.412Z"},{"error":"RipgrepTimeoutError: Ripgrep search timed out after 20 seconds. The search may have matched files but did not complete in time. Try searching a more specific path or pattern.\n    at T (/$bunfs/root/src/entrypoints/cli.js:531:242)\n    at <anonymous> (/$bunfs/root/src/entrypoints/cli.js:531:456)\n    at <anonymous> (/$bunfs/root/src/entrypoints/cli.js:528:2885)\n    at emit (node:events:98:22)\n    at #maybeClose (node:child_process:766:16)\n    at #handleOnExit (node:child_process:520:72)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-04-12T03:06:22.413Z"}]

extent analysis

TL;DR

The issue may be resolved by adjusting the search path or pattern to prevent ripgrep timeouts.

Guidance

  • The errors suggest that ripgrep is timing out after 20 seconds, which may be due to a broad search path or pattern.
  • Try searching a more specific path or pattern to reduce the load on ripgrep.
  • The "Lock acquisition failed" error may be related to multi-process scenarios, but it's unclear if this is the primary cause of the issue.
  • Verify that the search is working correctly by testing with a simpler query.

Example

No code snippet is provided as the issue does not clearly imply a specific code change.

Notes

The issue may be related to the version or configuration of ripgrep, but this is not explicitly stated. Further investigation into the search parameters and environment may be necessary to fully resolve the issue.

Recommendation

Apply workaround: Adjust the search path or pattern to prevent ripgrep timeouts, as this is the most direct and likely solution based on the provided errors.

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