-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
App randomly crashing when starting screen share and always crashing when going back to camera #820
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
Comments
@RobVR did you solve the issue? |
@ycherniavskyi Still debugging this one. I'm not sure if my code has issues or it is a library issue. Closed it in order to not disturb anyone because I'm having double thoughts on my code. Will write again after finding the real issue. |
I've narrowed down my issue. It appears that my crash happens when I reach this piece of code:
And I'm getting this error: The weird thing is that it sometimes happens, sometimes not (most of the time yes). Any ideas? |
Seems like the solution on issues 831 solves my problem. |
I've implemented the video call with an option to replace the camera stream with the screen record stream while in the call. Sometimes it happens that the application crashes as soon as I try to share the screen. When trying to go back to the camera stream it always crashes. This started happening when I started testing with an Android 11 device (was not happening with Android 7).
Error message: F/libc (15836): Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x0 in tid 18006 (Thread-5), pid 15836
The text was updated successfully, but these errors were encountered: