We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bun v1.1.36 (ededc16) Windows x64 Windows v.win10_fe CPU: sse42 avx avx2 Args: "C:\Users\Nammu.bun\bin\bunx.exe" "--bun" "shadcn@latest" "add" Features: Bun.stderr Bun.stdin(2) Bun.stdout dotenv fetch(130) jsc spawn(2) transpiler_cache tsconfig(2) Builtins: "bun:main" "node:assert" "node:buffer" "node:child_process" "node:constants" "node:crypto" "node:events" "node:fs" "node:fs/promises" "node:http" "node:https" "node:net" "node:os" "node:path" "node:process" "node:readline" "node:stream" "node:string_decoder" "node:timers/promises" "node:tls" "node:tty" "node:url" "node:util" "node:util/types" "node-fetch" Elapsed: 101287ms | User: 859ms | Sys: 609ms RSS: 0.46GB | Peak: 0.53GB | Commit: 0.62GB | Faults: 202565
panic(main thread): Segmentation fault at address 0x5 oh no: Bun has crashed. This indicates a bug in Bun, not your code.
Bun v1.1.36 (ededc16) on windows x86_64 [AutoCommand]
ededc16
Segmentation fault at address 0x00000005
llint_entry
Features: Bun.stdin, Bun.stdout, fetch, jsc, spawn
Sentry Issue: BUN-226
The text was updated successfully, but these errors were encountered:
@xnammu, the latest version of Bun is v1.1.37, but this crash was reported on Bun v1.1.36.
Are you able to reproduce this crash on the latest version of Bun?
bun upgrade
Sorry, something went wrong.
This bug was fixed in 1.1.37. Try upgrading and let us know if you still get crashes.
No branches or pull requests
How can we reproduce the crash?
Bun v1.1.36 (ededc16) Windows x64
Windows v.win10_fe
CPU: sse42 avx avx2
Args: "C:\Users\Nammu.bun\bin\bunx.exe" "--bun" "shadcn@latest" "add"
Features: Bun.stderr Bun.stdin(2) Bun.stdout dotenv fetch(130) jsc spawn(2) transpiler_cache tsconfig(2)
Builtins: "bun:main" "node:assert" "node:buffer" "node:child_process" "node:constants" "node:crypto" "node:events" "node:fs" "node:fs/promises" "node:http" "node:https" "node:net" "node:os" "node:path" "node:process" "node:readline" "node:stream" "node:string_decoder" "node:timers/promises" "node:tls" "node:tty" "node:url" "node:util" "node:util/types" "node-fetch"
Elapsed: 101287ms | User: 859ms | Sys: 609ms
RSS: 0.46GB | Peak: 0.53GB | Commit: 0.62GB | Faults: 202565
panic(main thread): Segmentation fault at address 0x5
oh no: Bun has crashed. This indicates a bug in Bun, not your code.
Relevant log output
Stack Trace (bun.report)
Bun v1.1.36 (
ededc16
) on windows x86_64 [AutoCommand]Segmentation fault at address 0x00000005
llint_entry
Features: Bun.stdin, Bun.stdout, fetch, jsc, spawn
Sentry Issue: BUN-226
The text was updated successfully, but these errors were encountered: