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
The text was updated successfully, but these errors were encountered:
SijmenHuizenga
changed the title
nil pointer dereference panic when writing while closing
nil pointer dereference panic after network reconnect
Jan 17, 2025
I've been trying to pinpoint the cause, and my current best guess is that this is introduced in #655
Unrelated: The work in #655 is a huge step forward of working in poor network connectivity areas. Looking forward to being able to roll it out after fixing this issue.
I'm seeing a nullpointer dereference panic at this file at line
1928
:gortsplib/client.go
Lines 1909 to 1936 in c308cb3
It happens when the connection is harshly broken as a result of a network disruption.
I suspect there is some race condition caused by this line:
gortsplib/client.go
Line 915 in c308cb3
The trace is:
The text was updated successfully, but these errors were encountered: