oven-sh / bun

Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one
https://bun.sh
Other
74.07k stars 2.76k forks source link

Crash on `bun install --no-progress` #13624

Open anyLetters opened 2 months ago

anyLetters commented 2 months ago

How can we reproduce the crash?

No response

Relevant log output

[0.02ms] ".env"
bun install v1.1.26 (0a37423b)
============================================================
Bun v1.1.26 (0a37423b) Linux x64 (baseline)
Linux Kernel v5.15.0 | glibc v2.35
CPU: sse42 popcnt avx avx2 avx512
Args: "bun" "install" "--no-progress"
Features: bunfig dotenv extracted_packages(84) 
Elapsed: 66449ms | User: 1283ms | Sys: 3604ms
RSS: 1.00GB | Peak: 0.21GB | Commit: 1.00GB | Faults: 0
panic(main thread): Segmentation fault at address 0x68
oh no: Bun has crashed. This indicates a bug in Bun, not your code.
To send a redacted crash report to Bun's team,
please file a GitHub issue using the link below:
 https://bun.report/1.1.26/Bi10a37423AgqB+xyQg52kgD8k2m9Cw+kn9C49i95C2yq95Cqlr75Co13+5C6k6n6C01k01CA2AwG
/var/run/act/workflow/2: line 2:   137 Illegal instruction     (core dumped) bun install --no-progress

Stack Trace (bun.report)

Bun v1.1.26 (0a37423) on linux x86_64_baseline [InstallCommand]

Segmentation fault at address 0x00000068

Electroid commented 2 months ago

Is this running in Docker?

Jarred-Sumner commented 2 months ago

@anyLetters can you paste the package.json?

github-actions[bot] commented 5 days ago

Hello @anyLetters. Please provide a minimal reproduction using a GitHub repository, Replit, CodeSandbox, or provide a bulleted list of commands to run that reproduce this issue. Issues marked with needs repro will be closed if they have no activity within 3 days.