-
Notifications
You must be signed in to change notification settings - Fork 1k
Description
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.