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

Crashing when using bun create cloudflare #15282

Closed adityabrahmankar closed 1 day ago

adityabrahmankar commented 1 day ago

How can we reproduce the crash?

Try bun create cloudflare@latest or bunx create-cloudflare@latest in windows cmd

Relevant log output

D:\SAAS>bunx create-cloudflare@latest

============================================================
Bun v1.1.36 (ededc168) Windows x64
Windows v.win10_fe
CPU: sse42 avx avx2
Args: "bun" "create" "cloudflare@latest"
Features: spawn 
Elapsed: 187ms | User: 15ms | Sys: 0ms
RSS: 44.54MB | Peak: 44.54MB | Commit: 79.07MB | Faults: 11137

panic(main thread): index out of bounds: index 29, len 13
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/wc1ededc16AgggggC4786FqrsnFkqinF+2v9F48hBi8I4ykwkDCYKERNEL32.DLLu+tLCSntdll.dll4+93BA0eNrLzEtJrVDILy1RyE9TSMovzUsptlLIBAsaWeoo5KTmKRgaAwD7HAw9

╰  ERROR  Error

Stack Trace (bun.report)

Bun v1.1.36 (ededc16) on windows x86_64 [CreateCommand]

panic: index out of bounds: index 29, len 13

Features: spawn

Sentry Issue: BUN-8DZ

nektro commented 1 day ago

duplicate of https://github.com/oven-sh/bun/issues/15156