-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Fatal signal 6 (SIGABRT), code -6 in tid 8320 #595
Comments
I think I am having the same problem:
I don't really undestand what is happening... @rmushtaqCB are you using the arm64 version ? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi Team,
I created a new Android Project. Then using swig created the .so files from and copied them to the designated places in my project.
Then i copied the generated the Classes from swig and copied them to the My project.
Copied the model from this repository in assets.
I was using the model already given in the resources folder from this repository and it was working fine without any issue.
My team requested the new Model (alexa.umdl) i replaced this model and now it giving me this error
Fatal signal 6 (SIGABRT), code -6 in tid 8320
here's the log
2019-07-03 11:52:04.588 8320-8320/com.app.snowboytestsample E/AppResCopy: overriding file /storage/emulated/0/snowboy///alexa.umdl
2019-07-03 11:52:04.596 8320-8320/com.app.snowboytestsample E/AppResCopy: overriding file /storage/emulated/0/snowboy///common.res
2019-07-03 11:52:04.612 8320-8320/com.app.snowboytestsample E/AppResCopy: overriding file /storage/emulated/0/snowboy///ding.wav
2019-07-03 11:52:04.613 8320-8320/com.app.snowboytestsample E/AppResCopy: overriding file /storage/emulated/0/snowboy///dong.wav
2019-07-03 11:52:04.615 8320-8320/com.app.snowboytestsample E/AudioDataSaver: /storage/emulated/0/snowboy//recording.pcm
2019-07-03 11:52:04.621 8320-8320/com.app.snowboytestsample A/libc: Fatal signal 6 (SIGABRT), code -6 in tid 8320 (n.sample)
i tried the solution provided in the issues but didn't work for me.
The text was updated successfully, but these errors were encountered: