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 have a backend and frontend. The backend serves the SSE stream via. Bun.serve which has an idleTimeout set to 255. The frontend repeatedly reconnects to the SSE stream every time it gets disconnected due to the idleTimeout.
How can we reproduce the crash?
Will attempt to make a minimal reproduction.
I have a backend and frontend. The backend serves the SSE stream via.
Bun.serve
which has anidleTimeout
set to 255. The frontend repeatedly reconnects to the SSE stream every time it gets disconnected due to theidleTimeout
.Relevant log output
Stack Trace (bun.report)
Bun v1.2.4 (
fd9a5ea
) on macos aarch64 [AutoCommand]Segmentation fault at address 0x00000010
WebCore::structuredCloneForStream
llint_call_javascript
JSC::Interpreter::executeCall
JSC::runJSMicrotask
JSC::VM::drainMicrotasks
Features: transpiler_cache, tsconfig, tsconfig_paths, napi_module_register, process_dlopen, Bun.stderr, Bun.stdin, Bun.stdout, abort_signal, bunfig, dotenv, fetch, http_server, jsc, spawn
Sentry Issue: BUN-DTF
The text was updated successfully, but these errors were encountered: