-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rust screamtx crash caused by a null buffer passed to rust callback #56
Comments
Another over-night crash:
|
and another:
|
Pushed the fix |
Rust code does not like null pointers.
RtpQueue.pop() sometimes extracts null items (when the queue is empty?)
Here are three callstacks when it happened:
1:
2:
3, exactly when a refresh happened:
The text was updated successfully, but these errors were encountered: