-
Notifications
You must be signed in to change notification settings - Fork 209
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
关于mStreamer.release();互斥锁问题 #305
Comments
I have same issue. Only android Pie(This is not sure) A/libc: FORTIFY: pthread_mutex_destroy called on a destroyed mutex (0x725543bd50) |
I have same issue too.. |
On the second exit,I have same issue too.. |
@youyuanme 你是只用了ARMV7还是都用了呢?我这边只有ARMV7运行在ARM64的手机上就会出现你说的这个问题。但是针对ARM64的手机配置ARM64就不会了 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
在activity 中的 onDestroy()方法中调用了mStreamer.release();方法之后,finish()当前activity执行到mStreamer.release()方式时app就闪退了。报一下异常:
libc: FORTIFY: pthread_mutex_destroy called on a destroyed mutex (0xe6c27558)
libc: Fatal signal 6 (SIGABRT), code -6 (SI_TKILL) in tid 7044 (om.liktian.ncjc), pid 7044
The text was updated successfully, but these errors were encountered: