-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Open
Labels
bun installSomething that relates to the npm-compatible clientSomething that relates to the npm-compatible clientcrashAn issue that could cause a crashAn issue that could cause a crashmacOSAn issue that occurs on macOSAn issue that occurs on macOS
Description
package.json file
{
"name": "backend",
"module": "index.ts",
"type": "module",
"private": true,
"devDependencies": {
"@types/bun": "latest"
},
"peerDependencies": {
"typescript": "^5"
}
}How can we reproduce the crash?
run bun init
Relevant log output
➜ backend git:(master) ✗ bun init
✓ Select a project template: Blank
+ .gitignore
+ index.ts
+ tsconfig.json (for editor autocomplete)
+ README.md
To get started, run:
bun run index.ts
============================================================
Bun v1.2.10 (db2e7d7f) macOS x64
macOS v15.3.2
CPU: sse42 popcnt avx avx2
Args: "/Users/linwendy/.bun/bin/bun" "install"
Elapsed: 5548ms | User: 1881ms | Sys: 3372ms
RSS: 3.75GB | Peak: 3.76GB | Commit: 4.60TB | Faults: 21
panic(main thread): Segmentation fault at address 0x42E7BFFFFE0Stack Trace (bun.report)
Bun v1.2.10 (db2e7d7) on macos x86_64 [InstallCommand]
Segmentation fault at address 0x53D67FFFFE0
- 2 unknown/js code
install.install.PackageManager.initinstall.install.PackageManager.installWithCLIcli.install_command.InstallCommand.execcli.Command.startcli.Cli.startmain
Sentry Issue: BUN-GV7
Metadata
Metadata
Assignees
Labels
bun installSomething that relates to the npm-compatible clientSomething that relates to the npm-compatible clientcrashAn issue that could cause a crashAn issue that could cause a crashmacOSAn issue that occurs on macOSAn issue that occurs on macOS