claude-code - 💡(How to fix) Fix [Bug] Ultrareview crashes during deduplication phase and returns zero findings on large codebases [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#54961Fetched 2026-05-01 05:49:54
View on GitHub
Comments
1
Participants
2
Timeline
7
Reactions
0
Timeline (top)
labeled ×6commented ×1

Error Message

[{"error":"Error: NON-FATAL: Lock acquisition failed for /Users/arno/.local/share/claude/versions/2.1.123 (expected in multi-process scenarios)\n at x86 (/$bunfs/root/src/entrypoints/cli.js:2769:2177)\n at Jw8 (/$bunfs/root/src/entrypoints/cli.js:2769:1257)\n at processTicksAndRejections (native:7:39)","timestamp":"2026-04-30T09:11:01.723Z"},{"error":"Error: 1: Command failed with ERR_STREAM_PREMATURE_CLOSE: code --force --install-extension anthropic.claude-code\nPremature close \n at _Q1 (/$bunfs/root/src/entrypoints/cli.js:1717:4046)\n at async ec1 (/$bunfs/root/src/entrypoints/cli.js:1717:1435)\n at processTicksAndRejections (native:7:39)","timestamp":"2026-04-30T09:11:03.094Z"}]

Code Example

[{"error":"Error: NON-FATAL: Lock acquisition failed for /Users/arno/.local/share/claude/versions/2.1.123 (expected in multi-process scenarios)\n    at x86 (/$bunfs/root/src/entrypoints/cli.js:2769:2177)\n    at Jw8 (/$bunfs/root/src/entrypoints/cli.js:2769:1257)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-04-30T09:11:01.723Z"},{"error":"Error: 1: Command failed with ERR_STREAM_PREMATURE_CLOSE: code --force --install-extension anthropic.claude-code\nPremature close \n    at _Q1 (/$bunfs/root/src/entrypoints/cli.js:1717:4046)\n    at async ec1 (/$bunfs/root/src/entrypoints/cli.js:1717:1435)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-04-30T09:11:03.094Z"}]
RAW_BUFFERClick to expand / collapse

Bug Description utilisé Ultrareview et 2 des 3 sessions de test sont tombés en erreur.

  1. 1er run (session_01JG1BjofsHqgugHDBigca6r) : crash au stade "Déduplication" après confirmation de 13 issues P-FIX. Findings retournés {"error": "Review crashed before producing findings"}. Le travail a été partiellement utilisable (capture d'écran a permis d'extraire les findings manuellement) — mais le service a planté avant le rapport final.
  2. 3e run (session_014E6RAFwniMKF1g5eYFDofs) : a retourné [] (zéro finding) sur 665 fichiers / 150k lignes alors que le 1er run en a trouvé 13 sur un périmètre 25% plus petit. Statistiquement très improbable — le service a soit échantillonné, soit court-circuité, soit raté son analyse.

J'aimerais que vous investiguiez sur les causes des erreurs et me recréditer les 2 sessions qui ont échoués

Bonne journée

Environment Info

  • Platform: darwin
  • Terminal: vscode
  • Version: 2.1.123
  • Feedback ID: d638bdab-4a92-413c-bab6-3c2752311dd1

Errors

[{"error":"Error: NON-FATAL: Lock acquisition failed for /Users/arno/.local/share/claude/versions/2.1.123 (expected in multi-process scenarios)\n    at x86 (/$bunfs/root/src/entrypoints/cli.js:2769:2177)\n    at Jw8 (/$bunfs/root/src/entrypoints/cli.js:2769:1257)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-04-30T09:11:01.723Z"},{"error":"Error: 1: Command failed with ERR_STREAM_PREMATURE_CLOSE: code --force --install-extension anthropic.claude-code\nPremature close \n    at _Q1 (/$bunfs/root/src/entrypoints/cli.js:1717:4046)\n    at async ec1 (/$bunfs/root/src/entrypoints/cli.js:1717:1435)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-04-30T09:11:03.094Z"}]

extent analysis

TL;DR

Investigate lock acquisition failures and premature close errors to resolve the Ultrareview crashes and inconsistent findings.

Guidance

  • Review the error logs to understand the sequence of events leading to the crashes, focusing on the "Lock acquisition failed" and "ERR_STREAM_PREMATURE_CLOSE" errors.
  • Verify that the /Users/arno/.local/share/claude/versions/2.1.123 directory is accessible and not locked by another process, which might be causing the "Lock acquisition failed" error.
  • Check the system resources and terminal configuration to ensure they are not contributing to the premature close errors.
  • Consider re-running the Ultrareview sessions with increased logging or debugging enabled to gather more detailed information about the crashes.

Example

No specific code snippet is provided as the issue seems to be related to the Ultrareview tool's internal functionality and system interactions.

Notes

The provided error messages suggest issues with lock acquisition and premature closes, which might be related to the tool's multi-process handling or system resource limitations. However, without more detailed information about the Ultrareview tool and its configuration, it's challenging to provide a definitive solution.

Recommendation

Apply workaround: Re-run the failed sessions with increased logging and debugging to gather more information, and consider reaching out to the Ultrareview support team for further assistance, as the issue might be specific to the tool or its interaction with the system environment.

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