Open
Description
How can we reproduce the crash?
Received a crash
Relevant log output
Bun v1.2.17 (282dda62) Linux x64 (baseline)
Linux Kernel v5.10.0 | glibc v2.36
CPU: sse42 popcnt avx avx2
Args: "/usr/local/bin/bun" "run" "--no-install" "--prefer-offline" "--silent" "--no-macros" "--no-global-search-paths" "--report-uncaught-exception" "--disable-sigusr1" "--disallow-code-generation-from-strings" "--no-addons" "--no-depre"...
Features: Bun.stderr(2) Bun.stdin(2) Bun.stdout(2) fetch http_server jsc transpiler_cache tsconfig
Builtins: "bun:main" "node:async_hooks" "node:buffer" "node:child_process" "node:crypto" "node:dns" "node:events" "node:fs" "node:http" "node:https" "node:module" "node:net" "node:os" "node:path" "node:perf_hooks" "node:process" "node:querystring" "node:stream" "node:stream/web" "node:tls" "node:tty" "node:url" "node:util" "node:zlib" "node:worker_threads" "node:punycode" "node:diagnostics_channel"
Elapsed: 8286ms | User: 1274ms | Sys: 289ms
RSS: 1.01GB | Peak: 0.32GB | Commit: 1.01GB | Faults: 0
panic(main thread): Failed to start HTTP Client thread: SystemResources
oh no: Bun has crashed. This indicates a bug in Bun, not your code.
Stack Trace (bun.report)
Bun v1.2.17 (282dda6
) on linux x86_64_baseline [RunCommand]
panic: Failed to start HTTP Client thread: SystemResources
http.zig:1242
:bun.Once
bun.zig:3601
:bun.js.webcore.fetch.FetchTasklet.queue
fetch.zig:2664
:Bun__fetch
- 1 unknown/js code
ld-temp.o:0
:llint_op_call
ld-temp.o:0
:llint_op_call_ignore_result
ld-temp.o:0
:llint_op_call_ignore_result
ld-temp.o:0
:llint_op_call_ignore_result
ld-temp.o:0
:llint_op_call
Features: transpiler_cache, tsconfig, Bun.stderr, Bun.stdin, Bun.stdout, fetch, http_server, jsc