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
run bun start in background with : nohup bun start > output_1732202307.log 2>&1 &
run killall bun in bash
run bun run dev
note : bun run build followed by bun start works.
Relevant log output
--- Bun is auto-restarting due to crash [time: 1732242915359] ---
============================================================
Bun v1.1.34 (5e5e7c60) Linux x64
Linux Kernel v6.9.3 | glibc v2.35
CPU: sse42 popcnt avx avx2 avx512
Args: "bun""run""--watch""src/index.ts"
Features: jsc tsconfig
Elapsed: 4ms | User: 3101ms | Sys: 5934ms
RSS: 1.07GB | Peak: 25.95MB | Commit: 1.07GB | Faults: 0
panic(main thread): Failed to enable File Watcher: ProcessFdQuotaExceeded
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: https://bun.report/1.1.34/lr15e5e7c6AgggkggCw6tg9C+tr07Cqmj28C0767/D63647Cy8h57Cwpxg2C234/1CA0eNpzS8zMSU1RKMlXSM1LTMpJVXDLzElVCE8sSc5ILbJSCCjKT04tLnZLCSzNL0l0rUhOTU1JTQEA/ggTYg--- Bun is auto-restarting due to crash [time: 1732242915365] ---
Stack Trace (bun.report)
Bun v1.1.34 (5e5e7c6) on linux x86_64 [RunCommand]
panic: Failed to enable File Watcher: ProcessFdQuotaExceeded
How can we reproduce the crash?
run
bun start
in background with :nohup bun start > output_1732202307.log 2>&1 &
run
killall bun
in bashrun
bun run dev
note :
bun run build
followed bybun start
works.Relevant log output
Stack Trace (bun.report)
Bun v1.1.34 (
5e5e7c6
) on linux x86_64 [RunCommand]panic: Failed to enable File Watcher: ProcessFdQuotaExceeded
javascript.zig:4268
:src.bun.js.javascript.NewHotReloader
bun_js.zig:297
:src.bun.js.javascript.OpaqueWrap__anon_55285__struct_96350.callback
bindings.cpp:4854
:JSC__VM__holdAPILock
shimmer.zig:197
:src.bun_js.Run.boot
run_command.zig:1383
:src.cli.run_command.RunCommand.exec__anon_86811
cli.zig:2026
:src.cli.Cli.start
main.zig:48
:main
Features: jsc, tsconfig
The text was updated successfully, but these errors were encountered: