claude-code - 💡(How to fix) Fix [BUG] Segmentation fault [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#58647Fetched 2026-05-14 03:42:55
View on GitHub
Comments
1
Participants
2
Timeline
6
Reactions
0
Timeline (top)
labeled ×5commented ×1

Error Message

Error Messages/Logs

Observe segfault error message

Code Example

$ claude
Segmentation fault (core dumped)

$ ldd --version | head -1
ldd (Ubuntu GLIBC 2.39-0ubuntu8.7) 2.39
$ grep -m1 -ow avx /proc/cpuinfo
avx
RAW_BUFFERClick to expand / collapse

Preflight Checklist

  • I have searched existing issues and this hasn't been reported yet
  • This is a single bug report (please file separate reports for different bugs)
  • I am using the latest version of Claude Code

What's Wrong?

2.1.140 installed on Ubuntu 24.04.4 immediately segfaults

Reverting to 2.1.139 all seems to work

What Should Happen?

I should start as normal.

Error Messages/Logs

$ claude
Segmentation fault (core dumped)

$ ldd --version | head -1
ldd (Ubuntu GLIBC 2.39-0ubuntu8.7) 2.39
$ grep -m1 -ow avx /proc/cpuinfo
avx

Steps to Reproduce

Install fresh claude code - curl -fsSL https://claude.ai/install.sh | bash Run claude Observe segfault error message

claude --help also immediately seg faults

Claude Model

None

Is this a regression?

Yes, this worked in a previous version

Last Working Version

2.1.139

Claude Code Version

Segmentation fault (core dumped)

Platform

AWS Bedrock

Operating System

Ubuntu/Debian Linux

Terminal/Shell

Xterm

Additional Information

No response

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