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

Segfault when running bunx @tailwindcss/cli #16957

Open
sum-elier opened this issue Feb 1, 2025 · 2 comments
Open

Segfault when running bunx @tailwindcss/cli #16957

sum-elier opened this issue Feb 1, 2025 · 2 comments
Labels
crash An issue that could cause a crash runtime windows An issue that is known to occur on Windows

Comments

@sum-elier
Copy link

How can we reproduce the crash?

No response

Relevant log output

.win10_fe
CPU: sse42 avx avx2
Args: "node" "C:\Users\user\AppData\Local\Temp\bunx-3757513479-@tailwindcss\cli@latest\node_modules\@tailwindcss\cli\dist\index.mjs" "-i" "app.css" "-o" "public/assets/styles.css" "--minify" "--watch"
Features: Bun.stderr Bun.stdin(2) Bun.stdout jsc transpiler_cache(3) napi_module_register process_dlopen(3)
Builtins: "bun:jsc" "bun:main" "node:assert" "node:buffer" "node:constants" "node:crypto" "node:fs" "node:fs/promises" "node:module" "node:os" "node:path" "node:perf_hooks" "node:process" "node:stream" "node:string_decoder" "node:tty" "node:url" "node:util" "node:util/types" "node:vm" "node:v8"
Elapsed: 3227ms | User: 3000ms | Sys: 2109ms
RSS: 0.56GB | Peak: 0.61GB | Commit: 0.67GB | Faults: 162839

Stack Trace (bun.report)

Bun v1.2.1 (ce53290) on windows x86_64 [RunAsNodeCommand]

Segmentation fault at address 0x00000068

  • ??? at 0x135e6 in watcher.node
  • ??? at 0x11d74 in watcher.node
  • ??? at 0x2dda0 in watcher.node
  • ??? at 0x2d91c in watcher.node
  • ??? at 0x2d857 in watcher.node
  • ??? at 0xa125e in ntdll.dll
  • ??? at 0x9db74 in ntdll.dll
  • ??? at 0x55a8e in KERNELBASE.dll
  • ??? at 0x2d220 in watcher.node
  • ??? at 0xf782 in watcher.node

Features: napi_module_register, process_dlopen, Bun.stderr, Bun.stdin, Bun.stdout, jsc, transpiler_cache

Sentry Issue: BUN-7ZN

@sum-elier sum-elier added the crash An issue that could cause a crash label Feb 1, 2025
@github-actions github-actions bot added runtime windows An issue that is known to occur on Windows labels Feb 1, 2025
@RiskyMH
Copy link
Member

RiskyMH commented Feb 1, 2025

Thanks for the report! @sum-elier does this still crash without --watch?

@sum-elier
Copy link
Author

Yes. It was a one off. After segfaulting, rerunning the command as-is worked.

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