claude-code - 💡(How to fix) Fix [Bug] Incorrect application name display in macOS Activity Monitor with Japanese locale [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#54661Fetched 2026-04-30 06:39:31
View on GitHub
Comments
1
Participants
2
Timeline
4
Reactions
0
Author
Timeline (top)
labeled ×3commented ×1

Error Message

[{"error":"Error: NON-FATAL: Lock acquisition failed for /Users/bob/.local/share/claude/versions/2.1.119 (expected in multi-process scenarios)\n at mH6 (/$bunfs/root/src/entrypoints/cli.js:2736:2177)\n at E$8 (/$bunfs/root/src/entrypoints/cli.js:2736:1257)\n at processTicksAndRejections (native:7:39)","timestamp":"2026-04-29T12:47:52.430Z"},{"error":"RangeError: stdout maxBuffer length exceeded\n at unknown\n at onData (node:child_process:153:110)\n at emit (node:events:95:22)\n at addChunk (internal:streams/readable:264:47)\n at readableAddChunkPushByteMode (internal:streams/readable:242:18)\n at handleArrayBufferViewResult (internal:streams/native-readable:79:16)\n at <anonymous> (internal:streams/native-readable:43:68)\n at processTicksAndRejections (native:7:39)","timestamp":"2026-04-29T12:47:54.488Z"}]

Code Example

[{"error":"Error: NON-FATAL: Lock acquisition failed for /Users/bob/.local/share/claude/versions/2.1.119 (expected in multi-process scenarios)\n    at mH6 (/$bunfs/root/src/entrypoints/cli.js:2736:2177)\n    at E$8 (/$bunfs/root/src/entrypoints/cli.js:2736:1257)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-04-29T12:47:52.430Z"},{"error":"RangeError: stdout maxBuffer length exceeded\n    at unknown\n    at onData (node:child_process:153:110)\n    at emit (node:events:95:22)\n    at addChunk (internal:streams/readable:264:47)\n    at readableAddChunkPushByteMode (internal:streams/readable:242:18)\n    at handleArrayBufferViewResult (internal:streams/native-readable:79:16)\n    at <anonymous> (internal:streams/native-readable:43:68)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-04-29T12:47:54.488Z"}]
RAW_BUFFERClick to expand / collapse

Bug Description Your desktop app's name showed in activity manager under Japanese macOS is weird

Environment Info

  • Platform: darwin
  • Terminal: ghostty
  • Version: 2.1.119
  • Feedback ID: 949aad8f-026a-4d96-a047-fd3b3fb3e37e

Errors

[{"error":"Error: NON-FATAL: Lock acquisition failed for /Users/bob/.local/share/claude/versions/2.1.119 (expected in multi-process scenarios)\n    at mH6 (/$bunfs/root/src/entrypoints/cli.js:2736:2177)\n    at E$8 (/$bunfs/root/src/entrypoints/cli.js:2736:1257)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-04-29T12:47:52.430Z"},{"error":"RangeError: stdout maxBuffer length exceeded\n    at unknown\n    at onData (node:child_process:153:110)\n    at emit (node:events:95:22)\n    at addChunk (internal:streams/readable:264:47)\n    at readableAddChunkPushByteMode (internal:streams/readable:242:18)\n    at handleArrayBufferViewResult (internal:streams/native-readable:79:16)\n    at <anonymous> (internal:streams/native-readable:43:68)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-04-29T12:47:54.488Z"}]
<img width="1118" height="398" alt="Image" src="https://github.com/user-attachments/assets/e276ee5d-0065-4b56-a9cb-64014997034d" />

extent analysis

TL;DR

The issue with the desktop app's name appearing weird in the activity manager under Japanese macOS may be related to encoding or localization issues.

Guidance

  • Verify that the app's name is correctly encoded in the app's configuration files, such as the Info.plist file.
  • Check the app's localization settings to ensure that the Japanese translation is correctly implemented.
  • Investigate the error messages provided, specifically the "Lock acquisition failed" and "stdout maxBuffer length exceeded" errors, to see if they are related to the issue.
  • Review the app's code to ensure that it correctly handles non-ASCII characters in the app's name.

Example

No code snippet is provided as the issue does not contain enough information to create a specific example.

Notes

The issue may be specific to the Japanese macOS environment, and further investigation is needed to determine the root cause. The error messages provided do not directly relate to the issue, but may be worth investigating to ensure they are not contributing to the problem.

Recommendation

Apply workaround: The issue may be resolved by adjusting the app's localization settings or encoding, but without further information, it is difficult to provide a specific solution.

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] Incorrect application name display in macOS Activity Monitor with Japanese locale [1 comments, 2 participants]