oven-sh / bun

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

panic(main thread): Segmentation fault at address 0x6024C #15273

Closed gwsbhqt closed 1 day ago

gwsbhqt commented 2 days ago

How can we reproduce the crash?

Some output has been replaced

Relevant log output

*  : pnpm run storybook 

> @xxxxx/_@0.0.0 storybook /Users/xxxxxxxxx/project/xxxxx
> bun run --filter '@xxxxx/storybook' dev

============================================================
Bun v1.1.36 (ededc168) macOS Silicon
macOS v15.1
Args: "/Users/xxxxxxxxx/project/xxxxx/node_modules/.bin/../bun/bin/bun.exe" "run" "--filter" "@xxxxx/storybook" "dev"
Elapsed: 1ms | User: 2ms | Sys: 2ms
RSS: 6.62MB | Peak: 6.62MB | Commit: 1.07GB | Faults: 13

panic(main thread): Segmentation fault at address 0x6024C
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.36/Mr1ededc16AA_+onlCuggjHmvh2E+l/B2sO__A2A4khY

/Users/xxxxxxxxx/project/xxxxx/node_modules/.bin/bun: line 13: 58367 Trace/BPT trap: 5       "$basedir/../bun/bin/bun.exe" "$@"
ELIFECYCLE Command failed with exit code 133.

Stack Trace (bun.report)

Bun v1.1.36 (ededc16) on macos aarch64 [RunCommand]

Segmentation fault at address 0x0006024C

github-actions[bot] commented 2 days ago

Thank you for reporting this crash.

For Bun's internal tracking, this issue is BUN-8N4.

Jarred-Sumner commented 2 days ago

@gwsbhqt can you paste your package.json and the package.json of @xxxxx/storybook?