-
Notifications
You must be signed in to change notification settings - Fork 14
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
GLESTextureInput
crashing when ending recording
#54
Comments
GLESTextureInput
crashing when ending recording
Any word on a fix for this? My crash rate has gone through the roof on Android due to this bug. |
@Tillmania the fix for this is slated for 0.0.15. Aiming to release on Monday. |
Not fixed in 0.15. Still getting a ton of crash reports in production on Android. |
Same crash logs? Can you share the most recent crash logs? Re-opening this issue. |
pid: 0, tid: 22839 >>> com.gravytraingames.santatrackerlitereal <<< backtrace: |
pid: 0, tid: 28074 >>> com.gravytraingames.santatrackerlitereal <<< backtrace: |
pid: 0, tid: 19435 >>> com.gravytraingames.santatrackerlitereal <<< backtrace: |
pid: 0, tid: 27244 >>> com.gravytraingames.santatrackerlitereal <<< backtrace: |
pid: 0, tid: 8174 >>> com.gravytraingames.santatrackerlitereal <<< backtrace: |
This issue is devastating my crash rate on Android. My project is heavily seasonal and over Xmas we expect a massive spike in users. Any word on a fix for this? |
Waiting on feedback from VideoKit 0.0.16 alpha 2. |
Crash Logs:
`*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
pid: 0, tid: 28802 >>> com.gravytraingames.santatrackerlitereal <<<
backtrace:
#00 pc 0x0000000000053794 /apex/com.android.runtime/lib64/bionic/libc.so (abort+168)
#1 pc 0x00000000000555f4 /apex/com.android.runtime/lib64/bionic/libc.so (__fortify_fatal(char const*, ...)+128)
#2 pc 0x00000000000bc948 /apex/com.android.runtime/lib64/bionic/libc.so (HandleUsingDestroyedMutex(pthread_mutex_t*, char const*)+68)
#3 pc 0x00000000000bc7c8 /apex/com.android.runtime/lib64/bionic/libc.so (pthread_mutex_lock+288)
#4 pc 0x000000000038aa34 /data/app/~~YJqPiwwQP1ZSNnTUOkt-nw==/com.gravytraingames.santatrackerlitereal-7ApI4ws5YfHt5YawhKIF4Q==/lib/arm64/libVideoKit.so (std::__ndk1::mutex::lock()+12)
#5 pc 0x0000000000137958 /data/app/~~YJqPiwwQP1ZSNnTUOkt-nw==/com.gravytraingames.santatrackerlitereal-7ApI4ws5YfHt5YawhKIF4Q==/lib/arm64/libVideoKit.so (VideoKit::Recorders::GLESTextureInput::CommitFrame(unsigned int, void*)+196)
#6 pc 0x00000000030557d0 /data/app/~~YJqPiwwQP1ZSNnTUOkt-nw==/com.gravytraingames.santatrackerlitereal-7ApI4ws5YfHt5YawhKIF4Q==/lib/arm64/libil2cpp.so
#7 pc 0x0000000003062f6c /data/app/~~YJqPiwwQP1ZSNnTUOkt-nw==/com.gravytraingames.santatrackerlitereal-7ApI4ws5YfHt5YawhKIF4Q==/lib/arm64/libil2cpp.so
#8 pc 0x0000000003062710 /data/app/~~YJqPiwwQP1ZSNnTUOkt-nw==/com.gravytraingames.santatrackerlitereal-7ApI4ws5YfHt5YawhKIF4Q==/lib/arm64/libil2cpp.so
#9 pc 0x000000000146ba70 /data/app/~~YJqPiwwQP1ZSNnTUOkt-nw==/com.gravytraingames.santatrackerlitereal-7ApI4ws5YfHt5YawhKIF4Q==/lib/arm64/libil2cpp.so
#10 pc 0x0000000000b16fe4 /data/app/~~YJqPiwwQP1ZSNnTUOkt-nw==/com.gravytraingames.santatrackerlitereal-7ApI4ws5YfHt5YawhKIF4Q==/lib/arm64/libunity.so
#11 pc 0x0000000000d11474 /data/app/~~YJqPiwwQP1ZSNnTUOkt-nw==/com.gravytraingames.santatrackerlitereal-7ApI4ws5YfHt5YawhKIF4Q==/lib/arm64/libunity.so
#12 pc 0x0000000000d09734 /data/app/~~YJqPiwwQP1ZSNnTUOkt-nw==/com.gravytraingames.santatrackerlitereal-7ApI4ws5YfHt5YawhKIF4Q==/lib/arm64/libunity.so
#13 pc 0x0000000000d0947c /data/app/~~YJqPiwwQP1ZSNnTUOkt-nw==/com.gravytraingames.santatrackerlitereal-7ApI4ws5YfHt5YawhKIF4Q==/lib/arm64/libunity.so
#14 pc 0x000000000061ad30 /data/app/~~YJqPiwwQP1ZSNnTUOkt-nw==/com.gravytraingames.santatrackerlitereal-7ApI4ws5YfHt5YawhKIF4Q==/lib/arm64/libunity.so
#15 pc 0x00000000000bb6e8 /apex/com.android.runtime/lib64/bionic/libc.so (__pthread_start(void*)+208)
#16 pc 0x0000000000054fdc /apex/com.android.runtime/lib64/bionic/libc.so (__start_thread+68)`
The text was updated successfully, but these errors were encountered: