oven-sh / bun

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

Submitting Automated Crash report. #12208

Open Kazumasan opened 5 days ago

Kazumasan commented 5 days ago

How can we reproduce the crash?

run bunx shadcn-svelte@latest init in an empty sveltekit skeleton project.

If you think this issue is related to something else, close it.

Relevant log output

============================================================                                                            Bun v1.1.10 (5102a944) Windows x64                                                                                      Args: "bun" "C:\Users\Bastian\AppData\Local\Temp\bunx-2969596043-shadcn-svelte@latest\node_modules\shadcn-svelte\dist\index.js" "init"                                                                                                          Features: jsc Bun.stdin(2) Bun.stdout fetch spawn(2) transpiler_cache(3) tsconfig_paths tsconfig(2)                     Builtins: "bun:main" "node:assert" "node:async_hooks" "node:buffer" "node:child_process" "node:console" "node:crypto" "node:events" "node:fs" "node:http" "node:https" "node:module" "node:net" "node:os" "node:path" "node:perf_hooks" "node:process" "node:querystring" "node:readline" "node:stream" "node:string_decoder" "node:tls" "node:tty" "node:url" "node:util" "node:util/types" "node:zlib" "node:worker_threads" "node:http2" "node:diagnostics_channel"                          Elapsed: 8785ms | User: 78ms | Sys: 0ms                                                                                 RSS: 0.27GB | Peak: 0.27GB | Commit: 4.64GB | Faults: 68720                                                                                                                                                                                     panic(main thread): Segmentation fault at address 0x5                                                                   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:

Stack Trace (bun.report)

Bun v1.1.10 (5102a94) on windows x86_64 [AutoCommand]

Segmentation fault at address 0x00000005

github-actions[bot] commented 5 days ago

@Kazumasan, the latest version of Bun is v1.1.16, but this crash was reported on Bun v1.1.10.

Are you able to reproduce this crash on the latest version of Bun?

bun upgrade
Kazumasan commented 5 days ago

that headsup is nice.

yes issue persists:

Bun v1.1.17 (bb66bba1) Windows x64
Args: "bun" "C:\Users\Bastian\AppData\Local\Temp\bunx-2969596043-shadcn-svelte@latest\node_modules\shadcn-svelte\dist\index.js" "init"
Features: jsc Bun.stdin(2) Bun.stdout dotenv fetch spawn(2) tsconfig_paths tsconfig(2) 
Builtins: "bun:main" "node:assert" "node:async_hooks" "node:buffer" "node:child_process" "node:console" "node:crypto" "node:events" "node:fs" "node:http" "node:https" "node:module" "node:net" "node:os" "node:path" "node:perf_hooks" "node:process" "node:querystring" "node:readline" "node:stream" "node:string_decoder" "node:tls" "node:tty" "node:url" "node:util" "node:util/types" "node:zlib" "node:worker_threads" "node:http2" "node:diagnostics_channel" 
Elapsed: 7018ms | User: 62ms | Sys: 0ms
RSS: 0.29GB | Peak: 0.29GB | Commit: 4.69GB | Faults: 75385

panic(main thread): Segmentation fault at address 0x5
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: