claude-code - 💡(How to fix) Fix [Bug] Skill invocation and instruction retention degradation [2 comments, 3 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#48183Fetched 2026-04-15 06:30:50
View on GitHub
Comments
2
Participants
3
Timeline
6
Reactions
0
Author
Timeline (top)
labeled ×4commented ×2

Error Message

[{"error":"Error: NON-FATAL: Lock acquisition failed for /Users/mmaher/.local/share/claude/versions/2.1.108 (expected in multi-process scenarios)\n at vU_ (/$bunfs/root/src/entrypoints/cli.js:2342:2153)\n at Cs6 (/$bunfs/root/src/entrypoints/cli.js:2342:1233)\n at processTicksAndRejections (native:7:39)","timestamp":"2026-04-14T23:22:29.873Z"}]

Code Example

[{"error":"Error: NON-FATAL: Lock acquisition failed for /Users/mmaher/.local/share/claude/versions/2.1.108 (expected in multi-process scenarios)\n    at vU_ (/$bunfs/root/src/entrypoints/cli.js:2342:2153)\n    at Cs6 (/$bunfs/root/src/entrypoints/cli.js:2342:1233)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-04-14T23:22:29.873Z"}]
RAW_BUFFERClick to expand / collapse

Bug Description in the last week or two it has gotten very unreliable to call skills. I don't have a new increase of number of skills, maybe one new skill in that amount of time, but it has gotten far less capable of using skills. And very often the way that I use skills is by using a slash command. So the first thing I do is slash and the skill name, so it so will it force will a forcibly call it. But certainly it's losing instructions far more frequently than it did multiple weeks ago. Not just around skills, but even things that I'm putting in the instructions or memory files and things of that nature.

Environment Info

  • Platform: darwin
  • Terminal: vscode
  • Version: 2.1.108
  • Feedback ID: 736b5bbc-dcda-4727-bd09-05574600c1de

Errors

[{"error":"Error: NON-FATAL: Lock acquisition failed for /Users/mmaher/.local/share/claude/versions/2.1.108 (expected in multi-process scenarios)\n    at vU_ (/$bunfs/root/src/entrypoints/cli.js:2342:2153)\n    at Cs6 (/$bunfs/root/src/entrypoints/cli.js:2342:1233)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-04-14T23:22:29.873Z"}]

extent analysis

TL;DR

The issue may be related to a locking mechanism failure, and checking the file system permissions or the lock acquisition process could help resolve the problem.

Guidance

  • Investigate the error message "Lock acquisition failed" and its relation to the file path /Users/mmaher/.local/share/claude/versions/2.1.108, which might indicate a file system permission issue or a problem with the locking mechanism.
  • Verify that the user has the necessary permissions to access and modify the files in the specified directory.
  • Check if there are any other processes or instances of the application that might be holding a lock on the file or directory, causing the acquisition failure.
  • Consider checking the application's documentation or source code to understand the locking mechanism and how it's used in multi-process scenarios.

Example

No code snippet is provided as it's not clearly supported by the issue, and generating code might introduce unnecessary complexity.

Notes

The issue seems to be related to a specific version (2.1.108) of the application, and the error message mentions a "multi-process scenario", which might be relevant to the problem. However, without more information about the application's architecture and the locking mechanism, it's difficult to provide a more specific solution.

Recommendation

Apply workaround: The user may need to manually remove any existing locks or modify the file system permissions to resolve the issue, as there is no clear indication of a fixed version 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] Skill invocation and instruction retention degradation [2 comments, 3 participants]