You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used bunx --bun shadcn@latest add and wanted to add these components: badge, breadcrumb, button, calendar, card, dialog, drawer, dropdown-menu, form, input, label, pagination, popover, scroll-area, select, separator, sheet, sidebar, skeleton, slider, sonner, switch, table, tabs, toast
And after sheet.tsx bun crashed
✔ Checking registry.
✔ Updating tailwind.config.ts
✔ Updating src\app\globals.css
✔ Installing dependencies.
√ The file badge.tsx already exists. Would you like to overwrite? ... yes
√ The file breadcrumb.tsx already exists. Would you like to overwrite? ... yes
√ The file button.tsx already exists. Would you like to overwrite? ... yes
√ The file calendar.tsx already exists. Would you like to overwrite? ... yes
√ The file card.tsx already exists. Would you like to overwrite? ... yes
√ The file dialog.tsx already exists. Would you like to overwrite? ... yes
√ The file drawer.tsx already exists. Would you like to overwrite? ... yes
√ The file dropdown-menu.tsx already exists. Would you like to overwrite? ... yes
√ The file form.tsx already exists. Would you like to overwrite? ... yes
√ The file label.tsx already exists. Would you like to overwrite? ... yes
√ The file input.tsx already exists. Would you like to overwrite? ... yes
√ The file popover.tsx already exists. Would you like to overwrite? ... yes
√ The file scroll-area.tsx already exists. Would you like to overwrite? ... yes
√ The file select.tsx already exists. Would you like to overwrite? ... yes
√ The file separator.tsx already exists. Would you like to overwrite? ... yes
√ The file sheet.tsx already exists. Would you like to overwrite? ... yes
Relevant log output
Bun v1.1.34 (5e5e7c60) Windows x64
Windows v.win10_fe
CPU: sse42 avx avx2 avx512
Args: "bunx""--bun""shadcn@latest""add"
Features: Bun.stderr Bun.stdin(2) Bun.stdout fetch(83) jsc spawn(2) transpiler_cache(14) 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: 59665ms | User: 937ms | Sys: 234ms
RSS: 0.35GB | Peak: 0.35GB | Commit: 0.45GB | Faults: 96685
panic(main thread): Segmentation fault at address 0x5
oh no: Bun has crashed. This indicates a bug in Bun, not your code.
Stack Trace (bun.report)
Bun v1.1.34 (5e5e7c6) on windows x86_64 [BunxCommand]
How can we reproduce the crash?
I used
bunx --bun shadcn@latest add
and wanted to add these components: badge, breadcrumb, button, calendar, card, dialog, drawer, dropdown-menu, form, input, label, pagination, popover, scroll-area, select, separator, sheet, sidebar, skeleton, slider, sonner, switch, table, tabs, toastAnd after sheet.tsx bun crashed
Relevant log output
Stack Trace (bun.report)
Bun v1.1.34 (
5e5e7c6
) on windows x86_64 [BunxCommand]Segmentation fault at address 0x00000005
llint_entry
Features: Bun.stderr, Bun.stdin, Bun.stdout, dotenv, fetch, jsc, spawn, transpiler_cache, tsconfig
Sentry Issue: BUN-226
The text was updated successfully, but these errors were encountered: