Open JayLovesProgramming opened 2 weeks ago
@JayLovesProgramming, the latest version of Bun is v1.1.34, but this crash was reported on Bun v1.1.33.
Are you able to reproduce this crash on the latest version of Bun?
bun upgrade
Error still occurs on latest version of Bun š
Hello @JayLovesProgramming. Please provide a minimal reproduction using a GitHub repository, Replit, CodeSandbox, or provide a bulleted list of commands to run that reproduce this issue. Issues marked with needs repro
will be closed if they have no activity within 3 days.
How can we reproduce the crash?
Create an RTMP server for live streaming in js and run it for no longer than 5 minutes. If I had to guess I would say this isn't a Bun issue but I was told otherwise by the log message.
The last RTMP disconnect:
12/11/2024 14:40:36 4540 [INFO] [rtmp disconnect] id=3ZPDSSHK [NodeEvent on doneConnect] id=3ZPDSSHK
Relevant log output
Stack Trace (bun.report)
Bun v1.1.33 (
247456b
) on windows x86_64 [AutoCommand]panic: cast causes pointer to be null
bun.zig:329
:cast
queue.h:33
:uv__queue_empty
req-inl.h:189
:uv__process_reqs
core.c:657
:uv_run
event_loop.zig:1474
:autoTickActive
bindings.cpp:4859
:JSC__VM__holdAPILock
shimmer.zig:197
:cppFn
cli.zig:2255
:maybeOpenWithBunJS
cli.zig:2122
:start
cli.zig:63
:start
Features: dotenv, fetch, http_server, jsc, tsconfig
Sentry Issue: BUN-4YM