* : 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]
How can we reproduce the crash?
Some output has been replaced
Relevant log output
Stack Trace (bun.report)
Bun v1.1.36 (
ededc16
) on macos aarch64 [RunCommand]Segmentation fault at address 0x0006024C
src.install.dependency.parseWithTag
src.resolver.package_json.PackageJSON.parse__anon_107689
src.cli.filter_run.runScriptsWithFilter
src.cli.Cli.start
main