-
Notifications
You must be signed in to change notification settings - Fork 318
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
Coredump during freeSampleStreamingSession while running Viewer #297
Comments
@disa6302 Has the viewer app been terminated by the client? If so, how? Ctrl+C? I see the initiation of the termination in the logs but I am not sure what caused it to terminate |
The viewer app is not being terminated by the client. The viewer just ends up in termination after 45 - 50 minutes. That is why I am unable to understand what is causing the termination. And this is 100% reproducible as well on my end. |
Seems that there are two issues,
|
I just found out STATUS_ICE_FAILED_TO_RECOVER_FROM_DISCONNECTION error in the logs (error code: 0x5a000025). Is this non recoverable? Besides this, I do not see any other error code. |
Hmm, I don't see any errors in the attached log. The STATUS_ICE_FAILED_TO_RECOVER_FROM_DISCONNECTION should not cause a fatal error I believe |
OK. the crash is fixed and I also added some logging at the end. Now, we can see what's causing the application to exit. One of the main issues with the samples is that the media thread emulator thread can terminate/exit. Let's see what it is |
Closing this since the core dump issue is fixed. |
While running the WebRTC Viewer sample, the application coredumps after about 45-50 minutes everytime. The coredump seems to be caused while freeing Streaming Session. The logs are attached.
viewer-coredump.txt
Stack Trace on Mac:
The text was updated successfully, but these errors were encountered: