Skip to content
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

Open
youyuanme opened this issue Jul 19, 2019 · 4 comments
Open

关于mStreamer.release();互斥锁问题 #305

youyuanme opened this issue Jul 19, 2019 · 4 comments

Comments

@youyuanme
Copy link

在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
)C8(H2CV)00J4)5_@9IK@3V

@kjw3676
Copy link

kjw3676 commented Sep 20, 2019

I have same issue. Only android Pie(This is not sure)

A/libc: FORTIFY: pthread_mutex_destroy called on a destroyed mutex (0x725543bd50)
Fatal signal 6 (SIGABRT), code -6 (SI_TKILL) in tid 9880 (Thread-39), pid 7421

@loalexzzzz
Copy link

I have same issue too..

@wym2012
Copy link

wym2012 commented May 6, 2020

On the second exit,I have same issue too..

@case2578
Copy link

case2578 commented Jun 11, 2020

@youyuanme 你是只用了ARMV7还是都用了呢?我这边只有ARMV7运行在ARM64的手机上就会出现你说的这个问题。但是针对ARM64的手机配置ARM64就不会了

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants