Ending an intercom session causes the server to crash. #3
Labels
No labels
SFLCARS-commandline
SFLCARS-interface
SFLCARS-main
SFLCARS-server
SFLCARS-test
SFLCARS-utility
bug: confirmed
bug: unconfirmed
duplicate
enhancement
help wanted
invalid
not an issue
open to pr
p:linux
p:windows
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
kennyrkun/SFLCARS#3
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The culprit seems to be here:
github.com/kennyrkun/SFLCARS@674049b2eb/SFLCARS-utility/NetworkAudioStream.cpp (L32)quite often when ending a session, this is called and it dies with the error "cannot seek value initialised vector" or "vector subscript out of range"
I don't know why :(