Skip to content
New issue

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 crashed while replacing already installed shadcn components #15450

Closed
xnammu opened this issue Nov 27, 2024 · 2 comments
Closed

Bun crashed while replacing already installed shadcn components #15450

xnammu opened this issue Nov 27, 2024 · 2 comments
Labels
crash An issue that could cause a crash runtime windows An issue that is known to occur on Windows

Comments

@xnammu
Copy link

xnammu commented Nov 27, 2024

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

  • 5 unknown/js code
  • llint_entry

Features: Bun.stdin, Bun.stdout, fetch, jsc, spawn

Sentry Issue: BUN-226

@xnammu xnammu added the crash An issue that could cause a crash label Nov 27, 2024
@github-actions github-actions bot added runtime windows An issue that is known to occur on Windows labels Nov 27, 2024
Copy link
Contributor

@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

@heimskr
Copy link
Member

heimskr commented Nov 27, 2024

This bug was fixed in 1.1.37. Try upgrading and let us know if you still get crashes.

@heimskr heimskr closed this as completed Nov 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
crash An issue that could cause a crash runtime windows An issue that is known to occur on Windows
Projects
None yet
Development

No branches or pull requests

2 participants