oven-sh / bun

Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one
https://bun.sh
Other
74.12k stars 2.76k forks source link

Bun is auto-restarting due to crash #12972

Open Judu233 opened 3 months ago

Judu233 commented 3 months ago

How can we reproduce the crash?

No response

Relevant log output

--- Bun is auto-restarting due to crash [time: 1722444272358] ---
============================================================
Bun v1.1.21 (70ca2b76) Windows x64
CPU: sse42 avx avx2 avx512
Args: "C:\Program Files\nodejs\\node_modules\bun\bin\bun.exe" "--watch" "run" "./src/index.ts"
Features: jsc 
Elapsed: 71ms | User: 0ms | Sys: 15ms
RSS: 59.58MB | Peak: 59.58MB | Commit: 98.22MB | Faults: 14730

panic(main thread): Failed to enable File Watcher: CreateFileFailed
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:

Stack Trace (bun.report)

Bun v1.1.21 (70ca2b7) on windows x86_64 [RunCommand]

panic: Failed to enable File Watcher: CreateFileFailed

Mayursinh43 commented 2 months ago

Any Update on this ?